Skip to content

Commit

Permalink
Merge pull request #46 from github/release-v0.10.0-github5
Browse files Browse the repository at this point in the history
Release policy-controller v0.10.0-github5
  • Loading branch information
codysoyland authored Jul 10, 2024
2 parents e34dbee + 3b145ef commit 6a4386d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the [Attest Build Provenance Action](https://github.com/github/artifact-attestat
You can verify these releases using the [`gh` CLI](https://cli.github.com/manual/gh_attestation_verify):
```bash
gh attestation verify --owner github \
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller:v0.9.0-github4
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller:v0.10.0-github5
```

For more information, see [our documentation](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds) on using artifact attestations to establish build provenance and [our blog post](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/) introducing Artifact Attestations.
Expand All @@ -26,7 +26,7 @@ You will need to install two charts. First, install the Sigstore policy controll
helm install policy-controller --atomic \
--create-namespace --namespace artifact-attestations \
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller \
--version v0.9.0-github4
--version v0.10.0-github5
```

The `--atomic` flag will delete the installation if failure occurs.
Expand Down Expand Up @@ -89,8 +89,8 @@ please file an [issue](https://github.com/github/artifact-attestations-helm-char
When you are ready to cut a new release for a given Helm chart

1. Update the chart's `AppVersion` and `Version` to the appropriate values
1. Create a new tag prefixed with the targeted chart name in the format <my-chart-name>-v0.1.2, ex: `git tag -s "policy-controller-v0.9.0-github4" -m "policy-controller-v0.9.0-github4"`
1. Push the tag, ex: `git push origin "policy-controller-v0.9.0-github4"`
1. Create a new tag prefixed with the targeted chart name in the format <my-chart-name>-v0.1.2, ex: `git tag -s "policy-controller-v0.10.0-github5" -m "policy-controller-v0.10.0-github5"`
1. Push the tag, ex: `git push origin "policy-controller-v0.10.0-github5"`
1. The [release workflow](.github/workflows/release.yml) will be triggered if
the chart's tag format is included in the list of tags that trigger the workflow.
The tag must follow the format `<my-chart-name>-v<semantic-version>`
4 changes: 2 additions & 2 deletions charts/policy-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
type: application

name: policy-controller
version: "v0.9.0-github4"
appVersion: "v0.9.0-github4"
version: "v0.10.0-github5"
appVersion: "v0.10.0-github5"

maintainers:
- name: codysoyland
Expand Down
4 changes: 2 additions & 2 deletions charts/policy-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ webhook:
name: webhook
image:
repository: ghcr.io/github/policy-controller-webhook
# crane digest ghcr.io/github/policy-controller-webhook:v0.9.0-github4
version: sha256:239a2b43aeeaef2b9f16b41c931060fc35f2cb0f27ed28fbf1c7df938f6ef1f5
# crane digest ghcr.io/github/policy-controller-webhook:v0.10.0-github5
version: sha256:048a124b6f287a742956006730844ff5553d00bc12ec99ed1793480d7fbec814
pullPolicy: IfNotPresent
env: {}
extraArgs: {}
Expand Down

0 comments on commit 6a4386d

Please sign in to comment.