From 67e55b17ce377aca64a338b3cadb70fdff49bec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:52:54 +0200 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 6.1.0 to 7.0.0 (#1192) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 e615604ae..8d4e294a4 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@v6.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v7.0.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v6.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.0.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@v6.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v7.0.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v6.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.0.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 37b6a1fbf..c303dc9ad 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@v6.1.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v7.0.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 ad7de8561..2919c76b5 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@v6.1.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v7.0.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 124aa642d..2f467506a 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@v6.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v7.0.0 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 37a0af4be..d790b1731 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -85,7 +85,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v6.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v7.0.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 628027973..62fd498d4 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@v6.1.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v7.0.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 94a245eaa..6e16a04aa 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v6.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v7.0.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v6.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v7.0.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v6.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v7.0.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v6.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v7.0.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 4e86401eb..8dc7a6a95 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@v6.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.0.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index 6d6d95c8d..310743d6e 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@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v6.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v7.0.0 - name: Add dependency chart repos run: | for repo in $(yq eval-all \