Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori committed Mar 22, 2022
1 parent 59d261d commit 8c1303b
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 24 deletions.
3 changes: 2 additions & 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.2.1
rev: v1.3.0
hooks:
- id: travis-yml-lint
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -20,4 +20,5 @@ repos:
rev: 0.14.0
hooks:
- id: check-github-actions
- id: check-github-workflows
- id: check-travis
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
env:
global:
- HELM_DOCS_VERSION=${HELM_DOCS_VERSION:-1.7.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.2.0
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.2.0
- source: Alfresco/alfresco-build-tools:.travis.helm_install.yml@v1.3.0
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.java_config.yml@v1.2.0
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.2.0
- source: Alfresco/alfresco-build-tools:.travis.maven_config.yml@v1.3.0
- source: Alfresco/alfresco-build-tools:.travis.java_config.yml@v1.3.0
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.docker_login.yml@v1.2.0
- source: Alfresco/alfresco-build-tools:.travis.java.yml@v1.3.0
- source: Alfresco/alfresco-build-tools:.travis.docker_login.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
env:
global:
- KEYCLOAK_VERSION=${KEYCLOAK_VERSION:-16.1.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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
env:
global:
- KUBEPUG_VERSION=${KUBEPUG_VERSION:-1.3.2}
Expand Down
6 changes: 3 additions & 3 deletions .travis.kubernetes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.dockermulti.yml@v1.2.0
- source: Alfresco/alfresco-build-tools:.travis.kubernetes_config.yml@v1.2.0
- source: Alfresco/alfresco-build-tools:.travis.kubernetes_install.yml@v1.2.0
- source: Alfresco/alfresco-build-tools:.travis.java_docker.yml@v1.3.0
- source: Alfresco/alfresco-build-tools:.travis.kubernetes_config.yml@v1.3.0
- source: Alfresco/alfresco-build-tools:.travis.kubernetes_install.yml@v1.3.0
env:
global:
- HELM_RELEASE_NAME=${HELM_RELEASE_NAME:-aae}
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
env:
global:
- KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.21.10}
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.rancher_cli_config.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
env:
global:
- TFLINT_VERSION=${TFLINT_VERSION:-0.34.1}
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.2.0
- source: Alfresco/alfresco-build-tools:.travis.home_bin_path.yml@v1.3.0
before_install:
- |-
TOOL_VERSION=${YQ_VERSION:-4.6.1}
Expand Down

0 comments on commit 8c1303b

Please sign in to comment.