Skip to content

Commit 6a4386d

Browse files
authored
Merge pull request #46 from github/release-v0.10.0-github5
Release policy-controller v0.10.0-github5
2 parents e34dbee + 3b145ef commit 6a4386d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the [Attest Build Provenance Action](https://github.com/github/artifact-attestat
1212
You can verify these releases using the [`gh` CLI](https://cli.github.com/manual/gh_attestation_verify):
1313
```bash
1414
gh attestation verify --owner github \
15-
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller:v0.9.0-github4
15+
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller:v0.10.0-github5
1616
```
1717

1818
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.
@@ -26,7 +26,7 @@ You will need to install two charts. First, install the Sigstore policy controll
2626
helm install policy-controller --atomic \
2727
--create-namespace --namespace artifact-attestations \
2828
oci://ghcr.io/github/artifact-attestations-helm-charts/policy-controller \
29-
--version v0.9.0-github4
29+
--version v0.10.0-github5
3030
```
3131

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

9191
1. Update the chart's `AppVersion` and `Version` to the appropriate values
92-
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"`
93-
1. Push the tag, ex: `git push origin "policy-controller-v0.9.0-github4"`
92+
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"`
93+
1. Push the tag, ex: `git push origin "policy-controller-v0.10.0-github5"`
9494
1. The [release workflow](.github/workflows/release.yml) will be triggered if
9595
the chart's tag format is included in the list of tags that trigger the workflow.
9696
The tag must follow the format `<my-chart-name>-v<semantic-version>`

Diff for: charts/policy-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sources:
88
type: application
99

1010
name: policy-controller
11-
version: "v0.9.0-github4"
12-
appVersion: "v0.9.0-github4"
11+
version: "v0.10.0-github5"
12+
appVersion: "v0.10.0-github5"
1313

1414
maintainers:
1515
- name: codysoyland

Diff for: charts/policy-controller/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ webhook:
1616
name: webhook
1717
image:
1818
repository: ghcr.io/github/policy-controller-webhook
19-
# crane digest ghcr.io/github/policy-controller-webhook:v0.9.0-github4
20-
version: sha256:239a2b43aeeaef2b9f16b41c931060fc35f2cb0f27ed28fbf1c7df938f6ef1f5
19+
# crane digest ghcr.io/github/policy-controller-webhook:v0.10.0-github5
20+
version: sha256:048a124b6f287a742956006730844ff5553d00bc12ec99ed1793480d7fbec814
2121
pullPolicy: IfNotPresent
2222
env: {}
2323
extraArgs: {}

0 commit comments

Comments
 (0)