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

chore(release): 1.1.0 [skip ci]

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

### Features

* Vault variant + non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([bb9c0d10](https://gitlab.com/to-be-continuous/aws/commit/bb9c0d106ffc8af4db1882a2bd0663e2fb3296a5))
parent bb9c0d10
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/aws/compare/1.0.2...1.1.0) (2022-01-10)


### Features

* Vault variant + non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([bb9c0d1](https://gitlab.com/to-be-continuous/aws/commit/bb9c0d106ffc8af4db1882a2bd0663e2fb3296a5))

## [1.0.2](https://gitlab.com/to-be-continuous/aws/compare/1.0.1...1.0.2) (2021-12-03)


+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.0.2'
    ref: '1.1.0'
    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.0.2'
    ref: '1.1.0'
    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.0.2'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-aws.yml'
  ...

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.aws-base:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "aws", "1.0.2" ]
      command: ["--service", "aws", "1.1.0" ]
    - 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
@@ -318,7 +318,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update aws "1.0.2"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update aws "1.1.0"; fi

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