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

chore(release): 3.2.0 [skip ci]

parent 8d2aa6bf
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/aws/compare/3.1.0...3.2.0) (2023-08-07)


### Features

* support ID tokens in addition to CI_JOB_JWT ([1d91462](https://gitlab.com/to-be-continuous/aws/commit/1d914626ef3599112319608ff50702bedb7a006e))

# [3.1.0](https://gitlab.com/to-be-continuous/aws/compare/3.0.0...3.1.0) (2023-05-27)


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

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

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

@@ -561,11 +561,11 @@ The ID token can be configured as follows in your `.gitlab-ci.yml` file:
include:
  # main template
  - project: 'to-be-continuous/aws'
    ref: '3.1.0'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '3.1.0'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-aws-vault.yml'

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