Commit b0b51c12 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.1.2 [skip ci]

parent 1d4704e5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.1.2](https://gitlab.com/to-be-continuous/aws/compare/1.1.1...1.1.2) (2022-02-23)


### Bug Fixes

* **vault:** Vault JWT authentication not working ([1d4704e](https://gitlab.com/to-be-continuous/aws/commit/1d4704e5afe121b9244f189050a4177e5d73fafa))

## [1.1.1](https://gitlab.com/to-be-continuous/aws/compare/1.1.0...1.1.1) (2022-01-30)


+5 −5
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/aws'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-aws.yml'
```

@@ -249,7 +249,7 @@ It enables review, staging and production environments.
include:
  # Include AWS template
  - project: 'to-be-continuous/aws'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-aws.yml'
  ...

@@ -349,7 +349,7 @@ It enables review, staging and production environments.
include:
  # Include AWS template
  - project: 'to-be-continuous/aws'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-aws.yml'
  ...

@@ -471,11 +471,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/aws'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '1.1.1'
    ref: '1.1.2'
    file: '/templates/gitlab-ci-aws-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@
.aws-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "aws", "1.1.1" ]
      command: ["--service", "aws", "1.1.2" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+2 −2
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update aws "1.1.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update aws "1.1.2"; fi

  unscope_variables
  eval_all_secrets
@@ -342,7 +342,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "aws", "1.1.1" ]
      command: ["--service", "aws", "1.1.2" ]
  before_script:
    - *aws-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"