From 23af4a3bb68b5dbf797ac75f34c5b89463f28758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:20:37 +0200 Subject: [PATCH 1/5] chore(actions): update actions/checkout action to v4 (#5) --- .github/workflows/build.yaml | 2 +- .github/workflows/publish.yaml | 12 ++++++------ .github/workflows/release.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 96156e8..e57a23b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: azure/setup-helm@v3 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0f005bf..c82a5b4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate chart version run: | @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: helm-index path: index @@ -127,7 +127,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: azure/setup-helm@v3 with: @@ -170,10 +170,10 @@ jobs: echo "cop_chart_base_directory=$cop_chart_base_directory" >> $GITHUB_OUTPUT - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout component operator repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ steps.prepare.outputs.cop_repository }} path: cop-repository diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de6e6db..a8f4ed7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }} From 0ced40fd76773997f673be9d1be768611fde894c Mon Sep 17 00:00:00 2001 From: ERP4SME-DevOps-GitHub-Workflow-User <134080766+ERP4SME-DevOps-GitHub-Workflow-User@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:16:35 +0000 Subject: [PATCH 2/5] Update chart (triggered by operator release v0.3.3) Repository: SAP/cf-service-operator Release: v0.3.3 Commit: c0982baeb67001c502ddfd9122553f0194b8b4d8 --- chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 805fd8e..f3ce0f5 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,4 +3,4 @@ name: cf-service-operator description: A Helm chart for https://github.com/sap/cf-service-operator type: application version: 0.3.4 -appVersion: v0.3.2 +appVersion: v0.3.3 From d44f91069e073e783b7cf886837fc1f48d7f8a04 Mon Sep 17 00:00:00 2001 From: ERP4SME-DevOps-GitHub-Workflow-User <134080766+ERP4SME-DevOps-GitHub-Workflow-User@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:16:58 +0000 Subject: [PATCH 3/5] Bump chart version from 0.3.4 to 0.3.5 --- chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f3ce0f5..e9a1434 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cf-service-operator description: A Helm chart for https://github.com/sap/cf-service-operator type: application -version: 0.3.4 +version: 0.3.5 appVersion: v0.3.3 From 37cf55dd20733652b20a087ed9fcfdc82a0f23cc Mon Sep 17 00:00:00 2001 From: ERP4SME-DevOps-GitHub-Workflow-User <134080766+ERP4SME-DevOps-GitHub-Workflow-User@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:16:59 +0000 Subject: [PATCH 4/5] Update chart docs --- chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/README.md b/chart/README.md index e896f3e..80490cc 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # cf-service-operator -![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.2](https://img.shields.io/badge/AppVersion-v0.3.2-informational?style=flat-square) +![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.3](https://img.shields.io/badge/AppVersion-v0.3.3-informational?style=flat-square) A Helm chart for https://github.com/sap/cf-service-operator From f5095108ba4ab318b57d12861ecd299ac42af4fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:33:53 +0000 Subject: [PATCH 5/5] fix(deps): update dependency @actions/core to v1.10.1 --- .github/actions/get-highest-tag/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/get-highest-tag/package-lock.json b/.github/actions/get-highest-tag/package-lock.json index 1d24fac..8c6875f 100644 --- a/.github/actions/get-highest-tag/package-lock.json +++ b/.github/actions/get-highest-tag/package-lock.json @@ -16,9 +16,9 @@ } }, "node_modules/@actions/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", - "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", + "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "dependencies": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" @@ -315,9 +315,9 @@ }, "dependencies": { "@actions/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", - "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", + "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "requires": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2"