Skip to content

Commit

Permalink
Bump everything to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 16, 2023
1 parent d278946 commit 1a76a71
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 @@ -51,9 +51,9 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.7.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.8.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.7.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.8.0
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand Down Expand Up @@ -106,9 +106,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.7.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.8.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.7.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.8.0
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@v3.7.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.8.0
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 @@ -49,7 +49,7 @@ jobs:
)
steps:
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.7.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v3.8.0
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 @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@kind-wait
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.8.0
with:
ingress-nginx-ref: controller-v1.8.2
kind-version: v0.19.0
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 @@ -86,7 +86,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@kind-wait
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v3.8.0
with:
ingress-nginx-ref: controller-v1.8.2
kind-version: v0.19.0
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 @@ -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.7.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v3.8.0
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 @@ -39,11 +39,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.7.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.8.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v3.7.0
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v3.8.0
with:
plugin_url: https://github.com/helm-unittest/helm-unittest
- run: |
Expand All @@ -58,11 +58,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.7.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.8.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v3.7.0
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v3.8.0
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 @@ -24,4 +24,4 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.7.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.8.0
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@v4
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.7.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.8.0
- 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 1a76a71

Please sign in to comment.