• v0.1.44 36ea4486c7

    v0.1.44 Stable

    pipeline-bot released this 2026-07-20 08:31:32 +00:00 | 64 commits to main since this release

    Fixed

    • provision.keyset now inherits the taxonomy default. Dropped the
      +kubebuilder:default="build read" on PipelineProject.spec.provision.keyset: the default
      made the field always non-empty, so the render's taxonomy fallback (ks == "" → tax.Keyset)
      was dead code and every package project that didn't restate a keyset silently provisioned
      build+read only — no promote MinIO user, no gpg signing key. A project now sets
      provision.keyset only to OVERRIDE (e.g. linux pins build read); package shapes inherit
      build read promote from the taxonomy. Existing CRs keep their stored value until re-applied.

    Included changes (v0.1.43 -> v0.1.44)

    • 9ffdc048e0bc fix(provision): keyset inherits taxonomy default (drop build-read CRD default)
    Downloads