Skip to content

Commit 82d7ed5

Browse files
gionnalfresco-build
authored andcommitted
Release v9.1.0
1 parent 3cefa53 commit 82d7ed5

File tree

35 files changed

+59
-59
lines changed

35 files changed

+59
-59
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
26-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@v9.0.1
26+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@v9.1.0
2727
- id: next-prerelease-resolver
2828
run: ${{ github.action_path }}/next-prerelease.sh
2929
shell: bash

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

Lines changed: 1 addition & 1 deletion
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@v9.0.1
29+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v9.1.0
3030
- name: Publish
3131
run: ${{ github.action_path }}/publish_chart.sh
3232
shell: bash

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

Lines changed: 4 additions & 4 deletions
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@v9.0.1
88+
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v9.1.0
8989
- name: Get commit msg
9090
uses: >-
91-
Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v9.0.1
91+
Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v9.1.0
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@v9.0.1
95+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/kubernetes-valid-ns@v9.1.0
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@v9.0.1
114+
Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v9.1.0
115115
with:
116116
namespace: ${{ steps.k8sns.outputs.namespace }}
117117
- name: Uninstall Helm releases

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

Lines changed: 1 addition & 1 deletion
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@v9.0.1
23+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v9.1.0
2424

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

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

Lines changed: 1 addition & 1 deletion
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@v9.0.1
6+
- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v9.1.0
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

Lines changed: 1 addition & 1 deletion
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@v9.0.1
23+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v9.1.0
2424

2525
- name: Check upcoming runs
2626
id: check

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

Lines changed: 1 addition & 1 deletion
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@v9.0.1
43+
uses: Alfresco/alfresco-build-tools/.github/actions/github-deployment-status-update@v9.1.0
4444
with:
4545
github-token: ${{ inputs.github-token }}
4646
deployment-id: ${{ steps.create.outputs.id }}

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

Lines changed: 1 addition & 1 deletion
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@v9.0.1
40+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-rancher-cli@v9.1.0
4141
with:
4242
url: ${{ inputs.test-rancher-url }}
4343
access-key: ${{ inputs.test-rancher-access-key }}

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

Lines changed: 1 addition & 1 deletion
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@v9.0.1
113+
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v9.1.0
114114
with:
115115
username: ${{ inputs.git-username }}
116116
add-options: .

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

Lines changed: 5 additions & 5 deletions
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@v9.0.1
50+
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v9.1.0
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@v9.0.1
58+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v9.1.0
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@v9.0.1
65+
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v9.1.0
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@v9.0.1
82+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v9.1.0
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@v9.0.1
95+
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v9.1.0
9696
with:
9797
helm-charts-repo: ${{inputs.helm-repository}}
9898
helm-charts-repo-branch: ${{ inputs.helm-repository-branch }}

0 commit comments

Comments
 (0)