From 2a29c08698b6de3c14aa08b275dda2e04a95f42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:30:07 +0100 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 5.13.0 to 5.13.1 (#1083) 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 140e584a8..55d5a552f 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.13.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.13.1 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.1 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.13.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.13.1 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.1 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 11487df0c..27e83063b 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.13.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.13.1 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 1170bc4aa..799af00be 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Verify docker-compose uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.13.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.13.1 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 39e7de577..51d9c47db 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.13.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.13.1 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 1a75f1d12..084c69754 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.13.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.13.1 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 719ee6c5f..7f5972910 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -45,7 +45,7 @@ jobs: ! grep -e "-alpha" -e "-SNAPSHOT" helm/${{ matrix.charts }}/Chart.yaml - name: Publish chart uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.13.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.13.1 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 be881dc8b..1a592a02f 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -39,11 +39,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.13.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.13.1 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.13.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.13.1 with: plugin_url: https://github.com/helm-unittest/helm-unittest - name: Run Helm unit tests if present @@ -61,11 +61,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.13.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.13.1 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.13.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.13.1 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 c73465317..37d06a586 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.13.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.1 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index 3327f83f0..c3a792a8f 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@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.13.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.13.1 - name: Add dependency chart repos run: | for repo in $(yq eval-all \