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

chore(release): 2.2.0 [skip ci]

parent b274cdaf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/aws/compare/2.1.0...2.2.0) (2022-12-13)


### Features

* **vault:** configurable Vault Secrets Provider image ([b274cda](https://gitlab.com/to-be-continuous/aws/commit/b274cdaf8bce2bbfc7bc3814a6446f0aa0c68df3))

# [2.1.0](https://gitlab.com/to-be-continuous/aws/compare/2.0.0...2.1.0) (2022-10-11)


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

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

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ variables:
.aws-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "2.1.0" ]
      command: ["--service", "aws", "2.2.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "2.1.0" ]
      command: ["--service", "aws", "2.2.0" ]
  before_script:
    - *aws-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"