Skip to content

Commit a667f22

Browse files
gionnalfresco-build
authored andcommitted
Release v8.13.1
1 parent abc3cd2 commit a667f22

File tree

25 files changed

+41
-41
lines changed

25 files changed

+41
-41
lines changed

.github/actions/calculate-next-internal-version/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
using: "composite"
2121
steps:
2222
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
23-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@v8.13.0
23+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@v8.13.1
2424
- id: next-prerelease-resolver
2525
run: ${{ github.action_path }}/next-prerelease.sh
2626
shell: bash

.github/actions/dbp-charts/publish-chart/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
with:
2727
fetch-depth: 0
2828
- name: Get branch name
29-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
29+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
3030
- name: Publish
3131
run: ${{ github.action_path }}/publish_chart.sh
3232
shell: bash

.github/actions/dbp-charts/verify-helm/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ runs:
8585
password: ${{ inputs.docker_password }}
8686
- name: Get branch name
8787
uses: >-
88-
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
88+
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
8989
- name: Get commit msg
9090
uses: >-
91-
Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.13.0
91+
Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.13.1
9292
- name: Get a namespace to deploy on
9393
id: k8sns
9494
uses: >-
95-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/kubernetes-valid-ns@v8.13.0
95+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/kubernetes-valid-ns@v8.13.1
9696
with:
9797
branch_name: ${{ env.BRANCH_NAME }}
9898
release_prefix: ${{ inputs.release_prefix }}
@@ -111,7 +111,7 @@ runs:
111111
- name: Upload helm deployments logs as artifacts
112112
if: always()
113113
uses: >-
114-
Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v8.13.0
114+
Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v8.13.1
115115
with:
116116
namespace: ${{ steps.k8sns.outputs.namespace }}
117117
- name: Uninstall Helm releases

.github/actions/enforce-pr-conventions/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
using: composite
2121
steps:
2222
- name: Get branch name
23-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
23+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
2424

2525
- name: Check is Dependabot PR or Propagation PR
2626
id: check

.github/actions/get-build-info/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Get build-related info from GitHub and load it as generically name
33
runs:
44
using: composite
55
steps:
6-
- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
6+
- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
77
- name: "Get build info"
88
run: |
99
[[ $GITHUB_EVENT_NAME == "pull_request" ]] && IS_PULL_REQUEST="true" || IS_PULL_REQUEST="false"

.github/actions/github-check-upcoming-runs/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
using: "composite"
2121
steps:
2222
- name: Get branch name
23-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
23+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
2424

2525
- name: Check upcoming runs
2626
id: check

.github/actions/github-deployment-create/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
4141
- name: Update Deployment State
4242
if: ${{ inputs.state != '' }}
43-
uses: Alfresco/alfresco-build-tools/.github/actions/github-deployment-status-update@v8.13.0
43+
uses: Alfresco/alfresco-build-tools/.github/actions/github-deployment-status-update@v8.13.1
4444
with:
4545
github-token: ${{ inputs.github-token }}
4646
deployment-id: ${{ steps.create.outputs.id }}

.github/actions/helm-integration-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
using: composite
3838
steps:
3939
- name: Setup rancher
40-
uses: Alfresco/alfresco-build-tools/.github/actions/setup-rancher-cli@v8.13.0
40+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-rancher-cli@v8.13.1
4141
with:
4242
url: ${{ inputs.test-rancher-url }}
4343
access-key: ${{ inputs.test-rancher-access-key }}

.github/actions/helm-publish-chart/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ runs:
110110
fi
111111
112112
- name: Commit changes
113-
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.0
113+
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.1
114114
with:
115115
username: ${{ inputs.git-username }}
116116
add-options: .

.github/actions/helm-release-and-publish/action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ runs:
4747
run: |
4848
echo "VERSION=$VERSION" >> $GITHUB_ENV
4949
50-
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v8.13.0
50+
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v8.13.1
5151
id: check-tag
5252
with:
5353
tag: ${{ env.VERSION }}
5454
repository-directory: ${{ inputs.chart-repository-dir }}
5555

5656
- name: Update chart version
5757
if: steps.check-tag.outputs.exists == 'false'
58-
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v8.13.0
58+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v8.13.1
5959
with:
6060
new-version: ${{ env.VERSION }}
6161
chart-repository-dir: ${{ inputs.chart-repository-dir }}
6262
chart-dir: ${{ inputs.chart-dir }}
6363
helm-docs-version: ${{ inputs.helm-docs-version }}
6464

65-
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.0
65+
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.1
6666
if: steps.check-tag.outputs.exists == 'false'
6767
with:
6868
username: ${{ inputs.git-username }}
@@ -79,7 +79,7 @@ runs:
7979
- name: Package Helm Chart
8080
if: steps.check-tag.outputs.exists == 'false'
8181
id: package-helm-chart
82-
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v8.13.0
82+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v8.13.1
8383
with:
8484
chart-dir: ${{ inputs.chart-dir }}
8585
chart-repository-dir: ${{ inputs.chart-repository-dir }}
@@ -92,7 +92,7 @@ runs:
9292

9393
- name: Publish Helm chart
9494
if: steps.check-tag.outputs.exists == 'false'
95-
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v8.13.0
95+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v8.13.1
9696
with:
9797
helm-charts-repo: ${{inputs.helm-repository}}
9898
helm-charts-repo-branch: ${{ inputs.helm-repository-branch }}

.github/actions/helm-update-chart-version/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
runs:
1717
using: composite
1818
steps:
19-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.13.0
19+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.13.1
2020
with:
2121
version: ${{ inputs.helm-docs-version }}
2222
- name: Update version

.github/actions/maven-build-and-tag/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ runs:
195195
- name: Update pom files to the new version
196196
id: update-pom-to-next-version
197197
if: github.event_name == 'push' || env.IS_PREVIEW == 'true'
198-
uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v8.13.0
198+
uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v8.13.1
199199
with:
200200
property-to-update: ${{ inputs.property-to-update }}
201201
maven-cli-opts: ${{ steps.compute-maven-options.outputs.result }}
@@ -298,7 +298,7 @@ runs:
298298
shell: bash
299299
run: find . -name TEST-*.xml -exec grep -h testcase {} \; | awk -F '"' '{printf("%s#%s() - %.3fms\n", $4, $2, $6); }' | sort -n -k 3 | tail -20
300300

301-
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.0
301+
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.1
302302
if: github.event_name == 'push'
303303
with:
304304
username: ${{ inputs.git-username }}

.github/actions/maven-release/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
path: '${{ env.REPO_DIR }}'
7676
token: ${{ inputs.github-token }}
7777

78-
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v8.13.0
78+
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v8.13.1
7979
id: check-tag
8080
with:
8181
tag: ${{ env.RELEASE_VERSION }}
@@ -147,7 +147,7 @@ runs:
147147
148148
- name: Commit changes
149149
if: steps.check-tag.outputs.exists == 'false'
150-
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.0
150+
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.1
151151
with:
152152
username: ${{ inputs.git-username }}
153153
add-options: -u

.github/actions/reportportal-prepare/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
using: composite
4747
steps:
4848
- name: Get branch name
49-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
49+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
5050

5151
- name: Compute Report Portal input info
5252
id: info

.github/actions/send-slack-notification-slow-job/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
2626
- name: Slack Notification
2727
if: fromJSON(steps.fetch_time.outputs.total_time) > fromJSON(inputs.max-build-time-seconds)
28-
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v8.13.0
28+
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v8.13.1
2929
with:
3030
channel-id: ${{ inputs.slack-channel }}
3131
message: 'Max build time exceeded: took ${{ steps.fetch_time.outputs.total_time }} seconds (expected max: ${{ inputs.max-build-time-seconds }} seconds)'

.github/actions/send-slack-notification/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109
echo "result=$RESULT" >> $GITHUB_OUTPUT
110110
111111
- name: Get branch name
112-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
112+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
113113

114114
- name: Send slack notification
115115
id: slack

.github/actions/send-teams-notification/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ runs:
147147
echo "result=$RESULT" >> $GITHUB_OUTPUT
148148
149149
- name: Get branch name
150-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.0
150+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.13.1
151151

152152
- name: Send teams notification
153153
uses: skitionek/notify-microsoft-teams@190d4d92146df11f854709774a4dae6eaf5e2aa3 # master

.github/actions/setup-helm-docs/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputs:
1111
runs:
1212
using: "composite"
1313
steps:
14-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.0
14+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.1
1515
with:
1616
repo: norwoodj/helm-docs
1717
version: ${{ inputs.version != '' && inputs.version || env.DEFAULT_HELM_DOCS_VERSION }}

.github/actions/setup-jx-release-version/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.0
11+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.1
1212
with:
1313
repo: jenkins-x-plugins/jx-release-version
1414
version: ${{ inputs.version }}

.github/actions/setup-terraform-docs/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.0
11+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.1
1212
with:
1313
repo: terraform-docs/terraform-docs
1414
version: ${{ inputs.version }}

.github/actions/setup-updatecli/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
runs:
88
using: "composite"
99
steps:
10-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.0
10+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v8.13.1
1111
with:
1212
repo: updatecli/updatecli
1313
version: ${{ inputs.version }}

.github/actions/update-pom-to-next-pre-release/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- id: next-prerelease-resolver
3434
name: Calculate next internal release
3535
if: inputs.version == ''
36-
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v8.13.0
36+
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v8.13.1
3737
with:
3838
next-version: ${{ steps.parse-next-final-version.outputs.result }}
3939
prerelease-type: ${{ inputs.prerelease-type }}
@@ -50,7 +50,7 @@ runs:
5050
fi
5151
5252
- name: Update pom files to the new version
53-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@v8.13.0
53+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@v8.13.1
5454
with:
5555
version: ${{ steps.resolve-version.outputs.version }}
5656
maven-cli-opts: ${{ inputs.maven-cli-opts }}

.github/workflows/build-and-release-maven.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.13.0
68+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.13.1
6969
with:
7070
java-version: ${{ inputs.java-version }}
7171
java-distribution: ${{ inputs.java-distribution }}
@@ -107,11 +107,11 @@ jobs:
107107
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
108108
with:
109109
persist-credentials: false
110-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.13.0
110+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.13.1
111111
with:
112112
java-version: ${{ inputs.java-version }}
113113
java-distribution: ${{ inputs.java-distribution }}
114-
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.13.0
114+
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.13.1
115115
with:
116116
username: ${{ secrets.BOT_GITHUB_USERNAME }}
117117
email: ${{ secrets.BOT_GITHUB_EMAIL }}

.github/workflows/helm-publish-new-package-version.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- id: next-release
4848
name: Calculate next internal release
49-
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v8.13.0
49+
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v8.13.1
5050
with:
5151
next-version: ${{ inputs.next-version }}
5252

@@ -57,13 +57,13 @@ jobs:
5757
echo "VERSION=$VERSION" >> $GITHUB_ENV
5858
5959
- name: Update chart version
60-
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v8.13.0
60+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v8.13.1
6161
with:
6262
new-version: ${{env.VERSION}}
6363
chart-dir: ${{ inputs.chart-dir }}
6464
helm-docs-version: ${{ inputs.helm-docs-version }}
6565

66-
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.0
66+
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v8.13.1
6767
with:
6868
username: ${{ secrets.BOT_GITHUB_USERNAME }}
6969
add-options: -u
@@ -74,15 +74,15 @@ jobs:
7474

7575
- name: Package Helm Chart
7676
id: package-helm-chart
77-
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v8.13.0
77+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v8.13.1
7878
with:
7979
chart-dir: ${{ inputs.chart-dir }}
8080

8181
- name: Push tag
8282
run: git push origin $VERSION
8383

8484
- name: Publish Helm chart
85-
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v8.13.0
85+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v8.13.1
8686
with:
8787
helm-charts-repo: ${{ inputs.helm-charts-repo }}
8888
helm-charts-repo-branch: ${{ inputs.helm-charts-repo-branch }}

.github/workflows/terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
role-session-name: TerraformWorkflow
9595

9696
- name: Load environment variables from yml
97-
uses: Alfresco/alfresco-build-tools/.github/actions/env-load-from-yaml@v8.13.0
97+
uses: Alfresco/alfresco-build-tools/.github/actions/env-load-from-yaml@v8.13.1
9898
with:
9999
yml_path: ${{ inputs.terraform_root_path }}/tfenv.yml
100100

0 commit comments

Comments
 (0)