Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools from 5.27.0 to 5.29.3
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.27.0 to 5.29.3.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v5.27.0...v5.29.3)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 65e1f13 commit 0bf0984
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.29.3
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.29.3
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand Down Expand Up @@ -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.27.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.29.3
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.29.3
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.29.3
with:
compose_file_path: docker-compose/community-docker-compose.yml
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- name: Verify docker-compose
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.29.3
timeout-minutes: 10
with:
compose_file_path: docker-compose/${{ matrix.compose_file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.29.3
with:
ingress-nginx-ref: controller-v1.8.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.29.3
with:
ingress-nginx-ref: controller-v1.8.2
metrics: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Publish chart
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.27.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.29.3
with:
chart_name: alfresco-content-services
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/helm-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.29.3
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.27.0
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.29.3
with:
plugin_url: https://github.com/helm-unittest/helm-unittest
- name: Run Helm unit tests if present
Expand All @@ -63,11 +63,11 @@ jobs:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.29.3
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.27.0
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.29.3
with:
chart-dir: helm/${{ matrix.charts.name }}
helm-options: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.29.3
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.29.3
- name: Add dependency chart repos
run: |
for repo in $(yq eval-all \
Expand Down

0 comments on commit 0bf0984

Please sign in to comment.