Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
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: kubewarden/kwctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.0
Choose a base ref
...
head repository: kubewarden/kwctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.29.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 13, 2025

  1. fix: graceful handling of failures while initializing Sigstore

    Do not panic when Sigstore cannot be initialized, unless the user wants
    to verify the integrity of the policy he's about to run.
    
    Signed-off-by: Flavio Castelli <[email protected]>
    flavio committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    0022148 View commit details
    Browse the repository at this point in the history
  2. test: ignore some e2e-tests

    Do not run the e2e tests that are broken by the sigstore-rs issue. We
    need to cut a patch release of kwctl ASAP.
    
    Signed-off-by: Flavio Castelli <[email protected]>
    flavio committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    a7b543c View commit details
    Browse the repository at this point in the history
  3. chore: prepare 1.29.1 release

    Backport the fixes required to handle failures when Sigstore cannot be
    initialized.
    
    Signed-off-by: Flavio Castelli <[email protected]>
    flavio committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    5070d6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1395 from flavio/backport-graceful-handling-of-fa…

    …ilures-during-sigstore-init-to-1.29
    
    Backport graceful handling of failures during sigstore init to 1.29
    flavio authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    79510d1 View commit details
    Browse the repository at this point in the history
Loading