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

chore(release): 5.1.0 [skip ci]

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


### Features

* use centralized service images (gitlab.com) ([226acf8](https://gitlab.com/to-be-continuous/aws/commit/226acf89e54c0676b7ecc8e51ab6150592270107))

## [5.0.2](https://gitlab.com/to-be-continuous/aws/compare/5.0.1...5.0.2) (2023-12-2)


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

variables:
@@ -551,11 +551,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/aws'
    ref: '5.0.2'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '5.0.2'
    ref: '5.1.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", "5.0.2" ]
      command: ["--service", "aws", "5.1.0" ]
    - 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.2" ]
      command: ["--service", "aws", "5.1.0" ]
  before_script:
    - !reference [.aws-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"