Skip to content

Commit

Permalink
chore(deps): bump Alfresco/alfresco-build-tools from 3.2.1 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 3.2.1 to 3.8.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v3.2.1...v3.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 134cba6 commit 0cfc5ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
runs-on: ubuntu-latest
needs: check-bot-build
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.8.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@v3.8.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.8.0
- uses: bridgecrewio/[email protected]
with:
framework: kubernetes
Expand All @@ -56,12 +56,12 @@ jobs:
run: echo "name=gh-$REPO_NAME-$RUN_ID" >> $GITHUB_OUTPUT

- name: Build
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.8.0
with:
chart-dir: ${{ env.CHART_DIR }}

- name: Execute dry run
uses: Alfresco/alfresco-build-tools/.github/actions/helm-integration-tests@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-integration-tests@v3.8.0
with:
chart-dir: ${{ env.CHART_DIR }}
test-rancher-url: ${{ secrets.RANCHER2_URL }}
Expand All @@ -72,7 +72,7 @@ jobs:

- name: Package Helm Chart
id: package-helm-chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.8.0
with:
chart-dir: ${{ env.CHART_DIR }}

Expand All @@ -86,19 +86,19 @@ jobs:

- name: Parse next release
id: helm-parse-next-release
uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@v3.8.0
with:
chart-dir: ${{ env.CHART_DIR }}

- id: calculate-next-internal-version
name: Calculate next internal release
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v3.8.0
with:
next-version: ${{ steps.helm-parse-next-release.outputs.next-release }}

- id: helm-release-and-publish
name: Release and publish helm chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@v3.8.0
with:
version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }}
chart-dir: ${{ env.CHART_DIR }}
Expand All @@ -119,7 +119,7 @@ jobs:
DEVELOPMENT_BRANCH: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@v3.8.0
with:
version: ${{ env.VERSION }}
auto-merge: 'true'
Expand All @@ -138,7 +138,7 @@ jobs:
if: always() && failure() && github.event_name == 'push'
steps:
- name: Slack Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.8.0
with:
channel-id: 'eng-hxp-studio-be-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:

- id: helm-package-chart
name: Package Helm chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.8.0
with:
chart-dir: ${{ env.CHART_DIR }}

- id: helm-publish-chart
name: Publish Helm chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v3.8.0
with:
chart-package: ${{ steps.helm-package-chart.outputs.package-file-path }}
helm-charts-repo: ${{ env.HELM_REPO }}
Expand All @@ -45,7 +45,7 @@ jobs:
if: always() && failure() && github.event_name == 'push'
steps:
- name: Slack Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.8.0
with:
channel-id: 'eng-hxp-studio-releases-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/versions-propagation-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
versions-propagation-auto-merge:
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@v3.8.0
with:
auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }}
approval-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cfc5ed

Please sign in to comment.