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

chore(release): 2.1.0 [skip ci]

parent 6add6570
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/aws/compare/2.0.0...2.1.0) (2022-10-11)


### Features

* authenticate with OpenID Connect ([fb900e7](https://gitlab.com/to-be-continuous/aws/commit/fb900e7f180d9fcc40e0b6cca2741e4b202a1ce5))

# [2.0.0](https://gitlab.com/to-be-continuous/aws/compare/1.4.0...2.0.0) (2022-08-05)


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

@@ -491,11 +491,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/aws'
    ref: '2.0.0'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '2.0.0'
    ref: '2.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: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "2.0.0" ]
      command: ["--service", "aws", "2.1.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      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.0.0" ]
      command: ["--service", "aws", "2.1.0" ]
  before_script:
    - *aws-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"