From 4075bc2de1906302f0211ce8982a1643a8c3a69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:16:31 +0000 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 5.13.1 to 5.14.2 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.13.1 to 5.14.2. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v5.13.1...v5.14.2) --- 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 55d5a552f..88cd0bd42 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.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.14.2 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.14.2 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.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.14.2 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.13.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.14.2 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 27e83063b..e9bc2ff41 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.1 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.14.2 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 799af00be..4c05e9871 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.1 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.14.2 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 51d9c47db..af7a9d48a 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.1 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.14.2 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 084c69754..13ba6a978 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.1 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.14.2 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 7f5972910..ed9e2bdfa 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.1 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.14.2 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 1a592a02f..8c3f00cf8 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.1 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.14.2 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.13.1 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.14.2 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.1 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.14.2 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.13.1 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.14.2 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 37d06a586..aa6d0972c 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.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.14.2 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index c3a792a8f..25aadffd5 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.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.14.2 - name: Add dependency chart repos run: | for repo in $(yq eval-all \