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" 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 47b69bf..787b3c2 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 @@ -68,7 +68,7 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: helm-index path: index @@ -128,7 +128,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: azure/setup-helm@v3 with: @@ -171,10 +171,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 }} diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 805fd8e..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 -appVersion: v0.3.2 +version: 0.3.5 +appVersion: v0.3.3 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