Skip to content
Snippets Groups Projects
Commit 532a7170 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.2.2 [skip ci]

## [5.2.2](https://gitlab.com/to-be-continuous/aws/compare/5.2.1...5.2.2) (2024-04-06)

### Bug Fixes

* avoid printing OIDC credentials in stdout ([0c27431c](https://gitlab.com/to-be-continuous/aws/commit/0c27431ca85af340c96442111e58b8630613fedd))
parent 7b0452bf
Branches
Tags 5.2.2
No related merge requests found
## [5.2.2](https://gitlab.com/to-be-continuous/aws/compare/5.2.1...5.2.2) (2024-04-06)
### Bug Fixes
* avoid printing OIDC credentials in stdout ([0c27431](https://gitlab.com/to-be-continuous/aws/commit/0c27431ca85af340c96442111e58b8630613fedd))
## [5.2.1](https://gitlab.com/to-be-continuous/aws/compare/5.2.0...5.2.1) (2024-04-03)
......
......@@ -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.2.1
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.2
# 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.2.1'
ref: '5.2.2'
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.2.1
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.2
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.2.1
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.2
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.2.1
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.2
# OIDC variant
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-oidc@5.2.1
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-oidc@5.2.2
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.2.1
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.2
# Vault variant
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-vault@5.2.1
- component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-vault@5.2.2
inputs:
# audience claim for JWT
vault-oidc-aud: "https://vault.acme.host"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment