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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/aws/compare/2.3.2...3.0.0) (2023-04-05)

### Features

* **deploy:** redesign deployment strategy ([2b95346d](https://gitlab.com/to-be-continuous/aws/commit/2b95346d7b25cdf9bc368297c827c536d2ca3d5b))

### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $AWS_PROD_DEPLOY_STRATEGY - see doc)
parent f504e76e
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/aws/compare/2.3.2...3.0.0) (2023-04-05)


### Features

* **deploy:** redesign deployment strategy ([2b95346](https://gitlab.com/to-be-continuous/aws/commit/2b95346d7b25cdf9bc368297c827c536d2ca3d5b))


### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $AWS_PROD_DEPLOY_STRATEGY - see doc)

## [2.3.2](https://gitlab.com/to-be-continuous/aws/compare/2.3.1...2.3.2) (2023-01-27)


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

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

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

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