From 452a4b707aad3b8906ce9948b0a6e83c433edf33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:22:50 +0200 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 2.8.0 to 3.1.0 (#994) [skip ci] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docker-compose-community.yml b/.github/workflows/docker-compose-community.yml index a7ae764db..300c7915a 100644 --- a/.github/workflows/docker-compose-community.yml +++ b/.github/workflows/docker-compose-community.yml @@ -21,6 +21,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.1.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 f3954d154..57b6992db 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -38,7 +38,7 @@ jobs: ) steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.1.0 with: compose_file_path: docker-compose/${{ matrix.compose_file }} quay_username: ${{ secrets.QUAY_USERNAME }} diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 9b26614d2..c04b00347 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -23,7 +23,7 @@ jobs: with: version: "3.12.1" - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v2.8.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.1.0 - name: Community local deployment run: | helm dep up ./helm/alfresco-content-services diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 921827775..4c5acc975 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -93,7 +93,7 @@ jobs: echo "app_version=$V" >> $GITHUB_OUTPUT echo "app_prefix=${SANITIZED_V}" >> $GITHUB_OUTPUT - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@v3.1.0 with: skip_checkout: "true" test_newman: "true" diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 8b12c527c..568df920c 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Publish chart uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v3.1.0 with: chart_name: ${{ matrix.charts }} github_token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/helm-static-checks.yml b/.github/workflows/helm-static-checks.yml index 383ed6695..1a4e8ea42 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -38,11 +38,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.1.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v3.1.0 with: plugin_url: https://github.com/helm-unittest/helm-unittest - run: | @@ -57,11 +57,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.1.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v2.8.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v3.1.0 with: chart-dir: helm/${{ matrix.charts.name }} helm-options: --values tests/values/test_values.yaml diff --git a/.github/workflows/pre-commit-compose.yml b/.github/workflows/pre-commit-compose.yml index 8b703b184..0447a3ea4 100644 --- a/.github/workflows/pre-commit-compose.yml +++ b/.github/workflows/pre-commit-compose.yml @@ -23,4 +23,4 @@ jobs: name: Run pre-commit runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v2.8.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.1.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index edf1343d6..d1416d051 100644 --- a/.github/workflows/pre-commit-helm.yml +++ b/.github/workflows/pre-commit-helm.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v2.8.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.1.0 - name: Add dependency chart repos run: | helm repo add alfresco-helm-charts https://alfresco.github.io/alfresco-helm-charts/