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

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/aws/compare/3.2.0...4.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires  explicit configuration (see doc) ([451b02f6](https://gitlab.com/to-be-continuous/aws/commit/451b02f6f5a721c7429700795f318502cda9682e))
* support ID tokens instead of CI_JOB_JWT ([d825692e](https://gitlab.com/to-be-continuous/aws/commit/d825692ee961a12c58dfb16b07ffba2524ffd9b7))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires  explicit configuration (see doc)
parent 7f926bf9
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/aws/compare/3.2.0...4.0.0) (2023-08-28)


### Features

* **oidc:** OIDC authentication support now requires  explicit configuration (see doc) ([451b02f](https://gitlab.com/to-be-continuous/aws/commit/451b02f6f5a721c7429700795f318502cda9682e))
* support ID tokens instead of CI_JOB_JWT ([d825692](https://gitlab.com/to-be-continuous/aws/commit/d825692ee961a12c58dfb16b07ffba2524ffd9b7))


### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires  explicit configuration (see doc)

# [3.2.0](https://gitlab.com/to-be-continuous/aws/compare/3.1.0...3.2.0) (2023-08-07)


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

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

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

@@ -600,11 +600,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.2.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '3.2.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-aws-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ variables:
.aws-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "3.2.0" ]
      command: ["--service", "aws", "4.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+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.2.0" ]
      command: ["--service", "aws", "4.0.0" ]
  before_script:
    - *aws-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"