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

chore(release): 5.2.0 [skip ci]

parent 4a9b94c3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [5.2.0](https://gitlab.com/to-be-continuous/aws/compare/5.1.0...5.2.0) (2024-1-27)


### Features

* migrate to CI/CD component ([5a52095](https://gitlab.com/to-be-continuous/aws/commit/5a52095066a790558ce95cf6be12b2f7e9402666))

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


+8 −8
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.1.0
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -32,7 +32,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/aws'
    ref: '5.1.0'
    ref: '5.2.0'
    file: '/templates/gitlab-ci-aws.yml'

variables:
@@ -329,7 +329,7 @@ It enables review, staging and production environments.

```yaml
include:
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.1.0
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.0
    inputs:
      review-enabled: true
      staging-enabled: true
@@ -412,7 +412,7 @@ It enables review, staging and production environments.

```yaml
include:
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.1.0
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.0
    inputs:
      # use an image with both aws and sam CLI
      cli-image: "pahud/aws-sam-cli:latest"
@@ -512,9 +512,9 @@ The variant supports the following configuration:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.1.0
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.0
  # OIDC variant
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-oidc@5.1.0
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-oidc@5.2.0
    inputs:
      # audience claim for JWT
      oidc-aud: "https://gitlab.acme.com"
@@ -560,9 +560,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.1.0
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.0
  # Vault variant
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-vault@5.1.0
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-vault@5.2.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"