Skip to content

Commit 1388637

Browse files
authored
release: prepare v0.30.0 (#2840)
* release: prepare v0.30.0 * ci: Maximize build space for chart testing workflow * fix: use a valid command
1 parent 6cebcd3 commit 1388637

21 files changed

+61
-49
lines changed

.github/workflows/chart-testing.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ jobs:
2525
env:
2626
DOCKER_CLI_EXPERIMENTAL: enabled
2727
steps:
28+
- name: Maximize build space
29+
uses: AdityaGarg8/remove-unwanted-software@v5
30+
with:
31+
remove-android: 'true'
32+
remove-dotnet: 'true'
33+
remove-haskell: 'true'
34+
remove-codeql: 'true'
35+
remove-docker-images: 'true'
36+
remove-large-packages: 'true'
37+
remove-cached-tools: 'true'
38+
remove-swapfile: 'true'
39+
2840
- name: Set up QEMU
2941
uses: docker/setup-qemu-action@v3
3042
- name: Set up Docker Buildx

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Install the Helm Chart:
6767
helm install trivy-operator aqua/trivy-operator \
6868
--namespace trivy-system \
6969
--create-namespace \
70-
--version 0.31.0
70+
--version 0.32.0
7171
```
7272

7373
#### Option 2: Install from OCI registry (supported in Helm v3.8.0+)
@@ -78,7 +78,7 @@ Install the Helm Chart:
7878
helm install trivy-operator oci://ghcr.io/aquasecurity/helm-charts/trivy-operator \
7979
--namespace trivy-system \
8080
--create-namespace \
81-
--version 0.31.0
81+
--version 0.32.0
8282
```
8383

8484
This will install the Trivy Helm Chart into the `trivy-system` namespace and start triggering the scans.

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.29.0 -m 'Release v0.29.0'
50-
git push upstream v0.29.0
49+
git tag -a v0.30.0 -m 'Release v0.30.0'
50+
git push upstream v0.30.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.29.0`
55+
`docker.io/aquasec/trivy-operator:0.30.0`
5656
2. Trivy-operator container images published to Amazon ECR Public Gallery
57-
`public.ecr.aws/aquasecurity/trivy-operator:0.29.0`
57+
`public.ecr.aws/aquasecurity/trivy-operator:0.30.0`
5858
3. Trivy-operator container images published to GitHub Container Registry
59-
`ghcr.io/aquasecurity/trivy-operator:0.29.0`
59+
`ghcr.io/aquasecurity/trivy-operator:0.30.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.31.0
9+
version: 0.32.0
1010

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.29.0
14+
appVersion: 0.30.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.31.0](https://img.shields.io/badge/Version-0.31.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.29.0](https://img.shields.io/badge/AppVersion-0.29.0-informational?style=flat-square)
3+
![Version: 0.32.0](https://img.shields.io/badge/Version-0.32.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.0](https://img.shields.io/badge/AppVersion-0.30.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.29.0
9+
app.kubernetes.io/version: 0.30.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.29.0
9+
app.kubernetes.io/version: 0.30.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.29.0
10+
app.kubernetes.io/version: 0.30.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.29.0
10+
app.kubernetes.io/version: 0.30.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.29.0
10+
app.kubernetes.io/version: 0.30.0
1111
app.kubernetes.io/managed-by: kubectl
1212
spec:
1313
cron: {{ .Values.compliance.cron | quote}}

0 commit comments

Comments
 (0)