Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: secureblue/bootc-integration-test-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8
Choose a base ref
...
head repository: secureblue/bootc-integration-test-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.9
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 17, 2025

  1. fix: unmask sshd-unix-local.socket (#79)

    This socket only exists at runtime, so we can't enable it, but we can
    still unmask it.
    
    Signed-off-by: Daniel Hast <[email protected]>
    HastD authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    cc5545d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. fix: improve retry logic, add more informative echoes (#80)

    * Abort if netcat fails to detect the SSH port as open after all retry
      attempts have been used up.
    * Add a few more informative messages to aid in debugging.
    * Copy all files to VM in a single `scp` command.
    * Use array for `SSH_OPTS` and other minor style fixes.
    
    Signed-off-by: Daniel Hast <[email protected]>
    HastD authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    b61fc53 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Configuration menu
    Copy the full SHA
    956686a View commit details
    Browse the repository at this point in the history
  2. feat: record boot logs for VM via serial console (#82)

    This will aid in debugging in case the VM has problems starting up.
    HastD authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    9e1e498 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 (#81)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.10.0 to 4.0.0.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@d7543c9...faadad0)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-version: 4.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: RoyalOughtness <[email protected]>
    dependabot[bot] and RoyalOughtness authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    56f1a17 View commit details
    Browse the repository at this point in the history
Loading