Commit 896f8a76 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent e972f594
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.0.1](https://gitlab.com/to-be-continuous/aws/compare/5.0.0...5.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([e972f59](https://gitlab.com/to-be-continuous/aws/commit/e972f594424390749909c906c422ab2b8c81695b))

# [5.0.0](https://gitlab.com/to-be-continuous/aws/compare/4.1.0...5.0.0) (2023-09-26)


+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.0'
    ref: '5.0.1'
    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.0'
    ref: '5.0.1'
    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.0'
    ref: '5.0.1'
    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.0'
    ref: '5.0.1'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '5.0.0'
    ref: '5.0.1'
    file: '/templates/gitlab-ci-aws-oidc.yml'

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