From c9bc4c12a4861257a4e575d85161b07141ea81e0 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 12 Nov 2023 12:34:27 +0100 Subject: [PATCH 1/6] v1.14.0 release --- deploy/helm/pulumi-operator/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/helm/pulumi-operator/Chart.yaml b/deploy/helm/pulumi-operator/Chart.yaml index 62c6a2a6..aa3a594f 100755 --- a/deploy/helm/pulumi-operator/Chart.yaml +++ b/deploy/helm/pulumi-operator/Chart.yaml @@ -9,8 +9,8 @@ icon: https://www.pulumi.com/logos/brand/twitter-card.png type: application -version: 0.3.0 -appVersion: 1.13.0 +version: 0.4.0 +appVersion: 1.14.0 keywords: - pulumi @@ -25,10 +25,10 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - indentation fix for adding new volumes and volume mounts (#104) + - v1.14.0 release artifacthub.io/images: | - name: pulumi-kubernetes-operator - image: docker.io/pulumi-kubernetes-operator:v1.13.0 + image: docker.io/pulumi-kubernetes-operator:v1.14.0 artifacthub.io/license: Apache-2.0 artifacthub.io/links: | - name: website From 6f57799ca181da6d30f704a7756798972d18ac99 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 12 Nov 2023 12:47:16 +0100 Subject: [PATCH 2/6] Update chart-lint-and-test.yml --- .github/workflows/chart-lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint-and-test.yml b/.github/workflows/chart-lint-and-test.yml index ba2eaa20..4fc8ee49 100644 --- a/.github/workflows/chart-lint-and-test.yml +++ b/.github/workflows/chart-lint-and-test.yml @@ -26,7 +26,7 @@ jobs: python-version: 3.7 - name: Run Trivy vulnerability scanner in IaC mode - uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # 0.10.0 + uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0 with: scan-type: 'config' hide-progress: false From b47af4eb606e8f1c3127f3b81ec9f4fd36336a8b Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 12 Nov 2023 12:53:35 +0100 Subject: [PATCH 3/6] Update chart-lint-and-test.yml --- .github/workflows/chart-lint-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chart-lint-and-test.yml b/.github/workflows/chart-lint-and-test.yml index 4fc8ee49..0ec5fa3a 100644 --- a/.github/workflows/chart-lint-and-test.yml +++ b/.github/workflows/chart-lint-and-test.yml @@ -33,6 +33,7 @@ jobs: format: 'sarif' scan-ref: 'deploy/helm/pulumi-operator' output: 'trivy-results.sarif' + limit-severities-for-sarif: true exit-code: '1' ignore-unfixed: true severity: 'CRITICAL,HIGH' From f698e5d7312f23960c8a56c314c614032fd006cc Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 12 Nov 2023 12:57:45 +0100 Subject: [PATCH 4/6] Update chart-lint-and-test.yml --- .github/workflows/chart-lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint-and-test.yml b/.github/workflows/chart-lint-and-test.yml index 0ec5fa3a..6a4de739 100644 --- a/.github/workflows/chart-lint-and-test.yml +++ b/.github/workflows/chart-lint-and-test.yml @@ -34,7 +34,7 @@ jobs: scan-ref: 'deploy/helm/pulumi-operator' output: 'trivy-results.sarif' limit-severities-for-sarif: true - exit-code: '1' + exit-code: '0' ignore-unfixed: true severity: 'CRITICAL,HIGH' From 4f053231f0730674c180f9658f5429055adc1281 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 12 Nov 2023 13:00:56 +0100 Subject: [PATCH 5/6] Update chart-publish.yaml --- .github/workflows/chart-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-publish.yaml b/.github/workflows/chart-publish.yaml index 205a8c83..2437806c 100644 --- a/.github/workflows/chart-publish.yaml +++ b/.github/workflows/chart-publish.yaml @@ -64,7 +64,7 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343 # v3.0.3 + - uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0 - name: Push chart to GHCR env: COSIGN_EXPERIMENTAL: 1 From da5779c2d329385c29a0fcf88dea12ecb1b0431c Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 12 Nov 2023 13:04:46 +0100 Subject: [PATCH 6/6] Update chart-lint-and-test.yml --- .github/workflows/chart-lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint-and-test.yml b/.github/workflows/chart-lint-and-test.yml index 6a4de739..241a8a90 100644 --- a/.github/workflows/chart-lint-and-test.yml +++ b/.github/workflows/chart-lint-and-test.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Chart Linting id: lint - uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0 + uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 - name: List changed charts id: list-changed