·
97 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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.12Helm 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.2SBOMs
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.jsonContainer 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.comVerify 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.comHelm 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.comSBOM 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.comRelease 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.comFor detailed release notes and changelog: 1.3.12 release notes