Skip to content

v1.3.12

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 07:32
· 97 commits to main since this release
Immutable release. Only release title and notes can be modified.
963b029

KubeLB Community Edition 1.3.12

Release Notes

For detailed release notes and changelog: 1.3.12 release notes

Docker Images
docker pull quay.io/kubermatic/kubelb-manager:v1.3.12
docker pull quay.io/kubermatic/kubelb-ccm:v1.3.12
Helm Charts
# kubelb-manager
helm pull oci://quay.io/kubermatic/helm-charts/kubelb-manager --version v1.3.12

# kubelb-ccm
helm pull oci://quay.io/kubermatic/helm-charts/kubelb-ccm --version v1.3.12

# kubelb-addons
helm pull oci://quay.io/kubermatic/helm-charts/kubelb-addons --version v0.3.2
SBOMs

Binary SBOMs (from release assets):

curl -LO https://github.com/kubermatic/kubelb/releases/download/v1.3.12/kubelb_1.3.12_linux_amd64.sbom.spdx.json
curl -LO https://github.com/kubermatic/kubelb/releases/download/v1.3.12/ccm_1.3.12_linux_amd64.sbom.spdx.json

Container image SBOMs (OCI artifacts):

# kubelb-manager
SBOM_DIGEST=$(oras discover --format json --artifact-type application/spdx+json \
  quay.io/kubermatic/kubelb-manager:v1.3.12 | jq -r '.referrers[0].digest')
oras pull quay.io/kubermatic/kubelb-manager@${SBOM_DIGEST} --output sbom/

# kubelb-ccm
SBOM_DIGEST=$(oras discover --format json --artifact-type application/spdx+json \
  quay.io/kubermatic/kubelb-ccm:v1.3.12 | jq -r '.referrers[0].digest')
oras pull quay.io/kubermatic/kubelb-ccm@${SBOM_DIGEST} --output sbom/

Verify SBOM attestation:

cosign verify-attestation quay.io/kubermatic/kubelb-manager:v1.3.12 \
  --type spdxjson \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

cosign verify-attestation quay.io/kubermatic/kubelb-ccm:v1.3.12 \
  --type spdxjson \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify Signatures

Docker images:

cosign verify quay.io/kubermatic/kubelb-manager:v1.3.12 \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

cosign verify quay.io/kubermatic/kubelb-ccm:v1.3.12 \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

Helm charts:

cosign verify quay.io/kubermatic/helm-charts/kubelb-manager:v1.3.12 \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

cosign verify quay.io/kubermatic/helm-charts/kubelb-ccm:v1.3.12 \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

cosign verify quay.io/kubermatic/helm-charts/kubelb-addons:v0.3.2 \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/addons-v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

SBOM attestations:

cosign verify-attestation quay.io/kubermatic/kubelb-manager:v1.3.12 \
  --type spdxjson \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

cosign verify-attestation quay.io/kubermatic/kubelb-ccm:v1.3.12 \
  --type spdxjson \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com

Release checksums:

cosign verify-blob --bundle checksums.txt.sigstore.json checksums.txt \
  --certificate-identity-regexp="^https://github.com/kubermatic/kubelb/.github/workflows/release.yml@refs/tags/v.*" \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Tools
  • Cosign - Container signing
  • ORAS - OCI Registry As Storage

For detailed release notes and changelog: 1.3.12 release notes