Commit ab9bd209 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 532773a8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.3.0](https://gitlab.com/to-be-continuous/aws/compare/2.2.0...2.3.0) (2022-12-15)


### Features

* improve environments url ([ea4f606](https://gitlab.com/to-be-continuous/aws/commit/ea4f606aec9e03b5874501a74c79f512b784e4e3))

# [2.2.0](https://gitlab.com/to-be-continuous/aws/compare/2.1.0...2.2.0) (2022-12-13)


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

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

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

@@ -525,11 +525,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/aws'
    ref: '2.2.0'
    ref: '2.3.0'
    file: '/templates/gitlab-ci-aws.yml'
  # Vault variant
  - project: 'to-be-continuous/aws'
    ref: '2.2.0'
    ref: '2.3.0'
    file: '/templates/gitlab-ci-aws-vault.yml'

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