Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed May 31, 2024
1 parent d83da3d commit 8ab4223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Example of extracting the SBOM from the flux-operator image:

```shell
docker buildx imagetools inspect \
ghcr.io/controlplaneio-fluxcd/flux-operator:v0.1.0 \
ghcr.io/controlplaneio-fluxcd/flux-operator:v0.2.0 \
--format "{{ json (index .SBOM \"linux/amd64\").SPDX}}"
```

Expand All @@ -164,7 +164,7 @@ The ControlPlane images are signed using Sigstore Cosign and GitHub OIDC.
Example of verifying the signature of the flux-operator image:

```shell
cosign verify ghcr.io/controlplaneio-fluxcd/flux-operator:v0.1.0 \
cosign verify ghcr.io/controlplaneio-fluxcd/flux-operator:v0.2.0 \
--certificate-identity-regexp=^https://github\\.com/controlplaneio-fluxcd/.*$ \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
```
Expand All @@ -184,7 +184,7 @@ Example of extracting the SLSA provenance JSON for the flux-operator image:

```shell
docker buildx imagetools inspect \
ghcr.io/controlplaneio-fluxcd/flux-operator:v0.1.0 \
ghcr.io/controlplaneio-fluxcd/flux-operator:v0.2.0 \
--format "{{ json (index .Provenance \"linux/amd64\").SLSA}}"
```

Expand All @@ -197,5 +197,5 @@ Example of verifying the provenance of the flux-operator image:
cosign verify-attestation --type slsaprovenance \
--certificate-identity-regexp=^https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml.*$ \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
ghcr.io/controlplaneio-fluxcd/flux-operator:v0.1.0
ghcr.io/controlplaneio-fluxcd/flux-operator:v0.2.0
```
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
images:
- name: flux-operator
newName: ghcr.io/controlplaneio-fluxcd/flux-operator
newTag: v0.1.0
newTag: v0.2.0

0 comments on commit 8ab4223

Please sign in to comment.