Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools from 2.8.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 2.8.0 to 3.0.2.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v2.8.0...v3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 4d4d9c8 commit d3288bb
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2
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 @@ -36,7 +36,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.0.2
with:
compose_file_path: docker-compose/${{ matrix.compose_file }}
quay_username: ${{ secrets.QUAY_USERNAME }}
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 @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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.0.2
- name: Community local deployment
run: |
helm dep up ./helm/alfresco-content-services
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 @@ -81,7 +81,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.0.2
with:
skip_checkout: "true"
test_newman: "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 @@ -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.0.2
with:
chart_name: ${{ matrix.charts }}
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 @@ -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.0.2
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.0.2
with:
plugin_url: https://github.com/helm-unittest/helm-unittest
- run: |
Expand All @@ -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.0.2
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.0.2
with:
chart-dir: helm/${{ matrix.charts.name }}
helm-options: --values tests/values/test_values.yaml
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2
- name: Add dependency chart repos
run: |
helm repo add alfresco-helm-charts https://alfresco.github.io/alfresco-helm-charts/
Expand Down

0 comments on commit d3288bb

Please sign in to comment.