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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/aws/compare/1.4.0...2.0.0) (2022-08-05)

### Bug Fixes

* trigger new major release ([5d0493cb](https://gitlab.com/to-be-continuous/aws/commit/5d0493cb27788725a6d5b381e7ae4d24b54d415d))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 5d0493cb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/aws/compare/1.4.0...2.0.0) (2022-08-05)


### Bug Fixes

* trigger new major release ([5d0493c](https://gitlab.com/to-be-continuous/aws/commit/5d0493cb27788725a6d5b381e7ae4d24b54d415d))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [1.4.0](https://gitlab.com/to-be-continuous/aws/compare/1.3.0...1.4.0) (2022-08-05)


+5 −5
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/aws'
    ref: '1.4.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-aws.yml'
```

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

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

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.aws-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "1.4.0" ]
      command: ["--service", "aws", "2.0.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "1.4.0" ]
      command: ["--service", "aws", "2.0.0" ]
  before_script:
    - *aws-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"