From f4dbe696bd26926276292784e2154660a6c775df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:30:55 +0000 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 5.27.0 to 5.33.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.27.0 to 5.33.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v5.27.0...v5.33.0) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bumpVersions.yml | 8 ++++---- .github/workflows/docker-compose-community.yml | 2 +- .github/workflows/docker-compose-enterprise.yml | 2 +- .github/workflows/helm-community.yml | 2 +- .github/workflows/helm-enterprise.yml | 2 +- .github/workflows/helm-release.yml | 2 +- .github/workflows/helm-static-checks.yml | 8 ++++---- .github/workflows/pre-commit-compose.yml | 2 +- .github/workflows/pre-commit-helm.yml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index f868272ce..dd4baae1f 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -52,9 +52,9 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.33.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.33.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" @@ -107,9 +107,9 @@ jobs: QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.33.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.33.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" diff --git a/.github/workflows/docker-compose-community.yml b/.github/workflows/docker-compose-community.yml index 59e73fd66..1ef46d08b 100644 --- a/.github/workflows/docker-compose-community.yml +++ b/.github/workflows/docker-compose-community.yml @@ -22,6 +22,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.33.0 with: compose_file_path: docker-compose/community-docker-compose.yml diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index bdad4e5be..5adfe8672 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Verify docker-compose uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.33.0 timeout-minutes: 10 with: compose_file_path: docker-compose/${{ matrix.compose_file }} diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index b8eccd7da..a44f95405 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.33.0 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index e1ea37de0..6d732ab6f 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.33.0 with: ingress-nginx-ref: controller-v1.8.2 metrics: "true" diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index cff074f28..0e8bb7bb1 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -20,7 +20,7 @@ jobs: - name: Publish chart uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.27.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.33.0 with: chart_name: alfresco-content-services github_token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/helm-static-checks.yml b/.github/workflows/helm-static-checks.yml index cc725ddb1..2ee80180c 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -40,11 +40,11 @@ jobs: - name: Checkout uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.33.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.27.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.33.0 with: plugin_url: https://github.com/helm-unittest/helm-unittest - name: Run Helm unit tests if present @@ -63,11 +63,11 @@ jobs: - name: Checkout uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.33.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.27.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.33.0 with: chart-dir: helm/${{ matrix.charts.name }} helm-options: >- diff --git a/.github/workflows/pre-commit-compose.yml b/.github/workflows/pre-commit-compose.yml index c4b9937f2..0d0580362 100644 --- a/.github/workflows/pre-commit-compose.yml +++ b/.github/workflows/pre-commit-compose.yml @@ -24,4 +24,4 @@ jobs: name: Run pre-commit runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.33.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index b29b5297d..1f6af6d8e 100644 --- a/.github/workflows/pre-commit-helm.yml +++ b/.github/workflows/pre-commit-helm.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.33.0 - name: Add dependency chart repos run: | for repo in $(yq eval-all \