From b4430e87f1f4d22d9a650e0eda5231b00d1c0a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:21:40 +0000 Subject: [PATCH 1/2] Bump Alfresco/alfresco-build-tools from 3.3.3 to 3.6.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 3.3.3 to 3.6.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v3.3.3...v3.6.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 5df0778ce..5ad414909 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -50,9 +50,9 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.3.3 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.3.3 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" @@ -105,9 +105,9 @@ jobs: QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.3.3 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.3.3 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.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 44dbd84ce..1f1636c39 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@v3.3.3 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.6.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 6582d44dc..2ff93720d 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -49,7 +49,7 @@ jobs: ) steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.3.3 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.6.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 a35919f22..5172e20f9 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -36,7 +36,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.3.3 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.6.0 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index a5452909b..eb96fb0c4 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -97,7 +97,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.3.3 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.6.0 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 4be62e282..4938a55ac 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@v3.3.3 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v3.6.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 43fe5cd6d..aa4c5e9c9 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@v3.3.3 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.6.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v3.3.3 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v3.6.0 with: plugin_url: https://github.com/helm-unittest/helm-unittest - run: | @@ -58,11 +58,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.3.3 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.6.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v3.3.3 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v3.6.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 97636c9c3..677cc2ee1 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@v3.3.3 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index babb3b034..fcf2c71bc 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@v4 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.3.3 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.0 - name: Add dependency chart repos run: | helm repo add alfresco-helm-charts https://alfresco.github.io/alfresco-helm-charts From b9b2f156a375ece0374069dfe3c5d933bc2532da Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Thu, 9 Nov 2023 14:51:32 +0100 Subject: [PATCH 2/2] build