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

chore(release): 5.0.2 [skip ci]

parent 2d9d331e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.0.2](https://gitlab.com/to-be-continuous/aws/compare/5.0.1...5.0.2) (2023-12-2)


### Bug Fixes

* envsubst when variable contains a '&' ([2d9d331](https://gitlab.com/to-be-continuous/aws/commit/2d9d331e4a93f5cf42f7e577aa9529b8f21a207a))

## [5.0.1](https://gitlab.com/to-be-continuous/aws/compare/5.0.0...5.0.1) (2023-10-16)


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

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

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

@@ -498,11 +498,11 @@ The variant supports the following configuration:
include:
  # main template
  - project: 'to-be-continuous/aws'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-aws-oidc.yml'

variables:
@@ -551,11 +551,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/aws'
    ref: '5.0.1'
    ref: '5.0.2'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '5.0.1'
    ref: '5.0.2'
    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", "5.0.1" ]
      command: ["--service", "aws", "5.0.2" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "5.0.1" ]
      command: ["--service", "aws", "5.0.2" ]
  before_script:
    - *aws-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"