Skip to content

Commit f81491c

Browse files
committed
release: prepare v0.27.0
1 parent c1f413f commit f81491c

18 files changed

+43
-43
lines changed

RELEASING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
5. Create an annotated git tag and push it to the `upstream`. This will trigger the [`.github/workflows/release.yaml`] workflow
4747

4848
```sh
49-
git tag -v0.26.1 -m 'Release v0.26.1'
50-
git push upstream v0.26.1
49+
git tag -v0.27.0 -m 'Release v0.27.0'
50+
git push upstream v0.27.0
5151
```
5252

5353
6. Verify that the `release` workflow has built and published the following artifacts
5454
1. Trivy-operator container images published to DockerHub
55-
`docker.io/aquasec/trivy-operator:0.26.1`
55+
`docker.io/aquasec/trivy-operator:0.27.0`
5656
2. Trivy-operator container images published to Amazon ECR Public Gallery
57-
`public.ecr.aws/aquasecurity/trivy-operator:0.26.1`
57+
`public.ecr.aws/aquasecurity/trivy-operator:0.27.0`
5858
3. Trivy-operator container images published to GitHub Container Registry
59-
`ghcr.io/aquasecurity/trivy-operator:0.26.1`
59+
`ghcr.io/aquasecurity/trivy-operator:0.27.0`
6060

6161
7. Submit trivy-operator Operator to OperatorHub and ArtifactHUB by opening the PR to the <https://github.com/k8s-operatorhub/community-operators> repository.
6262

deploy/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version: 0.28.1
1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
14-
appVersion: 0.26.1
14+
appVersion: 0.27.0
1515

1616
# kubeVersion: A SemVer range of compatible Kubernetes versions (optional)
1717

deploy/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trivy-operator
22

3-
![Version: 0.28.1](https://img.shields.io/badge/Version-0.28.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.26.1](https://img.shields.io/badge/AppVersion-0.26.1-informational?style=flat-square)
3+
![Version: 0.28.1](https://img.shields.io/badge/Version-0.28.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.27.0](https://img.shields.io/badge/AppVersion-0.27.0-informational?style=flat-square)
44

55
Keeps security report resources updated
66

deploy/helm/templates/specs/eks-cis-1.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: trivy-operator
88
app.kubernetes.io/instance: trivy-operator
9-
app.kubernetes.io/version: 0.26.1
9+
app.kubernetes.io/version: 0.27.0
1010
app.kubernetes.io/managed-by: kubectl
1111
spec:
1212
cron: {{ .Values.compliance.cron | quote }}

deploy/helm/templates/specs/k8s-cis-1.23.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: trivy-operator
88
app.kubernetes.io/instance: trivy-operator
9-
app.kubernetes.io/version: 0.26.1
9+
app.kubernetes.io/version: 0.27.0
1010
app.kubernetes.io/managed-by: kubectl
1111
spec:
1212
cron: {{ .Values.compliance.cron | quote }}

deploy/helm/templates/specs/k8s-nsa-1.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
app.kubernetes.io/name: trivy-operator
99
app.kubernetes.io/instance: trivy-operator
10-
app.kubernetes.io/version: 0.26.1
10+
app.kubernetes.io/version: 0.27.0
1111
app.kubernetes.io/managed-by: kubectl
1212
spec:
1313
cron: {{ .Values.compliance.cron | quote}}

deploy/helm/templates/specs/k8s-pss-baseline-0.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
app.kubernetes.io/name: trivy-operator
99
app.kubernetes.io/instance: trivy-operator
10-
app.kubernetes.io/version: 0.26.1
10+
app.kubernetes.io/version: 0.27.0
1111
app.kubernetes.io/managed-by: kubectl
1212
spec:
1313
cron: {{ .Values.compliance.cron | quote}}

deploy/helm/templates/specs/k8s-pss-restricted-0.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
app.kubernetes.io/name: trivy-operator
99
app.kubernetes.io/instance: trivy-operator
10-
app.kubernetes.io/version: 0.26.1
10+
app.kubernetes.io/version: 0.27.0
1111
app.kubernetes.io/managed-by: kubectl
1212
spec:
1313
cron: {{ .Values.compliance.cron | quote}}

deploy/helm/templates/specs/rke2-cis-1.24.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
app.kubernetes.io/name: trivy-operator
99
app.kubernetes.io/instance: trivy-operator
10-
app.kubernetes.io/version: 0.26.1
10+
app.kubernetes.io/version: 0.27.0
1111
app.kubernetes.io/managed-by: kubectl
1212
spec:
1313
cron: {{ .Values.compliance.cron | quote}}

deploy/static/namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ metadata:
66
labels:
77
app.kubernetes.io/name: trivy-operator
88
app.kubernetes.io/instance: trivy-operator
9-
app.kubernetes.io/version: "0.26.1"
9+
app.kubernetes.io/version: "0.27.0"
1010
app.kubernetes.io/managed-by: kubectl

0 commit comments

Comments
 (0)