Skip to content

Commit

Permalink
Release v1.19.1 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemedeiros authored Oct 24, 2022
1 parent 817cb21 commit f1b0f61
Show file tree
Hide file tree
Showing 32 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/actions/calculate-next-internal-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: "composite"
steps:
- uses: actions/setup-python@v2
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-pysemver@v1.19.1
- id: next-prerelease-resolver
run: ${{ github.action_path }}/next-prerelease.sh
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/dbp-charts/publish-chart/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
with:
fetch-depth: 0
- name: Get branch name
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v1.19.1
- name: Publish
run: ${{ github.action_path }}/publish_chart.sh
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/dbp-charts/verify-helm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ runs:
password: ${{ inputs.docker_password }}
- name: Get branch name
uses: >-
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v1.19.0
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v1.19.1
- name: Get commit msg
uses: >-
Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.19.0
Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.19.1
- name: Run helm chart test script
run: ${{ github.action_path }}/helm_install.sh
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/actions/helm-release-and-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ runs:
run: |
echo "VERSION=$VERSION" >> $GITHUB_ENV
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v1.19.1
id: check-tag
with:
tag: ${{ env.VERSION }}
repository-directory: ${{ inputs.chart-repository-dir }}

- name: Update chart version
if: steps.check-tag.outputs.exists == 'false'
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v1.19.1
with:
new-version: ${{ env.VERSION }}
chart-repository-dir: ${{ inputs.chart-repository-dir }}
chart-dir: ${{ inputs.chart-dir }}

- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.1
if: steps.check-tag.outputs.exists == 'false'
with:
username: ${{ inputs.git-username }}
Expand All @@ -65,7 +65,7 @@ runs:
- name: Package Helm Chart
if: steps.check-tag.outputs.exists == 'false'
id: package-helm-chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v1.19.1
with:
chart-dir: ${{ inputs.chart-dir }}
chart-repository-dir: ${{ inputs.chart-repository-dir }}
Expand All @@ -83,7 +83,7 @@ runs:

- name: Publish Helm chart
if: steps.check-tag.outputs.exists == 'false'
uses: Alfresco/alfresco-build-tools/.github/actions/publish-helm-chart@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/publish-helm-chart@v1.19.1
with:
helm-charts-repo: ${{inputs.helm-repository}}
helm-charts-repo-branch: ${{ inputs.helm-repository-branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/helm-update-chart-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
runs:
using: composite
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.19.1
- name: Update version
shell: bash
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
- name: Update pom files to the new version
id: update-pom-to-next-version
if: github.event_name == 'push'
uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v1.19.1
with:
property-to-update: ${{ inputs.property-to-update }}
maven-cli-opts: --show-version --no-transfer-progress --settings settings.xml
Expand Down Expand Up @@ -139,7 +139,7 @@ runs:
PUSH_OPTION: ${{ steps.define_docker_push.outputs.command }}
TAG: ${{env.VERSION}}

- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.1
if: github.event_name == 'push'
with:
username: ${{ inputs.git-username }}
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/maven-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
path: '${{ env.REPO_DIR }}'
token: ${{ inputs.github-token }}

- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@v1.19.1
id: check-tag
with:
tag: ${{ env.RELEASE_VERSION }}
Expand Down Expand Up @@ -138,7 +138,7 @@ runs:
- name: Commit changes
if: steps.check-tag.outputs.exists == 'false'
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.1
with:
username: ${{ inputs.git-username }}
add-options: -u
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-helm-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v1.19.1
with:
repo: norwoodj/helm-docs
version: ${{ inputs.version }}
2 changes: 1 addition & 1 deletion .github/actions/setup-jx-release-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v1.19.1
with:
repo: jenkins-x-plugins/jx-release-version
version: ${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-terraform-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-github-release-binary@v1.19.1
with:
repo: terraform-docs/terraform-docs
version: ${{ inputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/update-pom-to-next-pre-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ runs:
- id: next-prerelease-resolver
name: Calculate next internal release
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v1.19.1
with:
next-version: ${{ steps.parse-next-final-version.outputs.result }}

- name: Update pom files to the new version
uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@v1.19.1
with:
version: ${{ steps.next-prerelease-resolver.outputs.next-prerelease }}
maven-cli-opts: ${{ inputs.maven-cli-opts }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-tag-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: ${{ steps.build.outputs.version }}
steps:
- run: echo "This reusable workflow is deprecated, use Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag instead."
- uses: Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag@v1.19.1
id: build
with:
property-to-update: ${{ inputs.property-to-update }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "This reusable workflow is deprecated, use Alfresco/alfresco-build-tools/.github/actions/automate-dependabot instead."
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-dependabot@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-dependabot@v1.19.1
with:
merge-option: ${{ inputs.merge-option }}
token: ${{ secrets.token }}
10 changes: 5 additions & 5 deletions .github/workflows/helm-publish-new-package-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- id: next-release
name: Calculate next internal release
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v1.19.1
with:
next-version: ${{ inputs.next-version }}

Expand All @@ -53,12 +53,12 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Update chart version
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@v1.19.1
with:
new-version: ${{env.VERSION}}
chart-dir: ${{ inputs.chart-dir }}

- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@v1.19.1
with:
username: ${{ secrets.BOT_GITHUB_USERNAME }}
add-options: -u
Expand All @@ -69,15 +69,15 @@ jobs:

- name: Package Helm Chart
id: package-helm-chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v1.19.1
with:
chart-dir: ${{ inputs.chart-dir }}

- name: Push tag
run: git push origin $VERSION

- name: Publish Helm chart
uses: Alfresco/alfresco-build-tools/.github/actions/publish-helm-chart@v1.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/publish-helm-chart@v1.19.1
with:
helm-charts-repo: ${{inputs.helm-charts-repo}}
helm-charts-repo-branch: ${{ inputs.helm-charts-repo-branch }}
Expand Down
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "This reusable workflow is deprecated, use Alfresco/alfresco-build-tools/.github/actions/automate-propagation instead."
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@v1.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@v1.19.1
with:
merge-option: ${{ inputs.merge-option }}
auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/Alfresco/alfresco-build-tools
rev: v1.19.0
rev: v1.19.1
hooks:
- id: travis-yml-lint
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion .travis.aws-iam-authenticator_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- AWS_IAM_AUTHENTICATOR_VERSION=${AWS_IAM_AUTHENTICATOR_VERSION:-1.21.2/2021-07-05}
Expand Down
2 changes: 1 addition & 1 deletion .travis.helm-docs_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- HELM_DOCS_VERSION=${HELM_DOCS_VERSION:-1.10.0}
Expand Down
4 changes: 2 additions & 2 deletions .travis.helm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.helm_install.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.helm_install.yml@v1.19.1
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.19.1
branches:
only:
- develop
Expand Down
2 changes: 1 addition & 1 deletion .travis.helm_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- HELM_VERSION=${HELM_VERSION:-3.8.1}
Expand Down
6 changes: 3 additions & 3 deletions .travis.java.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.maven_config.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.java_config.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.maven_config.yml@v1.19.1
- source: Alfresco/alfresco-build-tools:.travis.java_config.yml@v1.19.1
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.19.1
jobs:
include:
- name: build application
Expand Down
4 changes: 2 additions & 2 deletions .travis.java_docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.java.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.docker_login.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.java.yml@v1.19.1
- source: Alfresco/alfresco-build-tools:.travis.docker_login.yml@v1.19.1
before_script:
- |
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]
Expand Down
2 changes: 1 addition & 1 deletion .travis.jq_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
before_install:
- |-
TOOL_VERSION=${JQ_VERSION:-1.6}
Expand Down
2 changes: 1 addition & 1 deletion .travis.kcadm_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- KEYCLOAK_VERSION=${KEYCLOAK_VERSION:-17.0.1}
Expand Down
2 changes: 1 addition & 1 deletion .travis.kubepug_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- KUBEPUG_VERSION=${KUBEPUG_VERSION:-1.3.2}
Expand Down
2 changes: 1 addition & 1 deletion .travis.kubernetes_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.23.5}
Expand Down
2 changes: 1 addition & 1 deletion .travis.rancher_cli_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- RANCHER_CLI_VERSION=${RANCHER_CLI_VERSION:-2.6.0}
Expand Down
2 changes: 1 addition & 1 deletion .travis.rancher_cli_kubernetes_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.rancher_cli_config.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.rancher_cli_config.yml@v1.19.1
before_install:
- |
mkdir -p $HOME/.kube && rancher cluster kubeconfig $CLUSTER_NAME > $HOME/.kube/config
Expand Down
2 changes: 1 addition & 1 deletion .travis.terraform-docs_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- TERRAFORM_DOCS_VERSION=${TERRAFORM_DOCS_VERSION:-0.16.0}
Expand Down
2 changes: 1 addition & 1 deletion .travis.terraform_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- TERRAFORM_LOCAL_VERSION=$(cat .terraform-version)
Expand Down
2 changes: 1 addition & 1 deletion .travis.tflint_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
env:
global:
- TFLINT_VERSION=${TFLINT_VERSION:-0.35.0}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yq_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.19.1
before_install:
- |-
TOOL_VERSION=${YQ_VERSION:-4.25.1}
Expand Down

0 comments on commit f1b0f61

Please sign in to comment.