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

chore(release): 5.2.3 [skip ci]

## [5.2.3](https://gitlab.com/to-be-continuous/aws/compare/5.2.2...5.2.3) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([f13b8de4](https://gitlab.com/to-be-continuous/aws/commit/f13b8de4967cd24997f3c7a41f28f199c52f306e))
parent f13b8de4
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [5.2.3](https://gitlab.com/to-be-continuous/aws/compare/5.2.2...5.2.3) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([f13b8de](https://gitlab.com/to-be-continuous/aws/commit/f13b8de4967cd24997f3c7a41f28f199c52f306e))

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


+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.2.2
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.3
    # 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.2'
    ref: '5.2.3'
    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.2
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.3
    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.2
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.3
    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.2
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.3
  # OIDC variant
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-oidc@5.2.2
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-oidc@5.2.3
    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.2
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws@5.2.3
  # Vault variant
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-vault@5.2.2
  - component: gitlab.com/to-be-continuous/aws/gitlab-ci-aws-vault@5.2.3
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ variables:
.aws-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "5.2.2"]
      command: ["--service", "aws", "5.2.3"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -475,7 +475,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "aws", "5.2.2"]
      command: ["--service", "aws", "5.2.3"]
  before_script:
    - !reference [.aws-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"