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

chore(release): 6.3.4 [skip ci]

## [6.3.4](https://gitlab.com/to-be-continuous/ansible/compare/6.3.3...6.3.4) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([b523971a](https://gitlab.com/to-be-continuous/ansible/commit/b523971a9fdaec8f22d5c16f6d807d3b74e193e6))
parent b523971a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [6.3.4](https://gitlab.com/to-be-continuous/ansible/compare/6.3.3...6.3.4) (2024-05-05)


### Bug Fixes

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

## [6.3.3](https://gitlab.com/to-be-continuous/ansible/compare/6.3.2...6.3.3) (2024-04-03)


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

variables:
@@ -397,7 +397,7 @@ The `gitlab-ci` in this example, will show use how to configure the template to

```yaml
include:
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -465,7 +465,7 @@ In the `.gitlab-ci.yml` add the docker template to build your image:
```yaml
include:
  - component: gitlab.com/to-be-continuous/docker/gitlab-ci-docker@someversion
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -492,7 +492,7 @@ Add this `.gitlab-ci.yml` in the repository of your application project (you wil

```yaml
include:
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -558,9 +558,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.3
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
  # Vault variant
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.3
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.4
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "6.3.3"]
      command: ["--service", "ansible", "6.3.4"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -688,7 +688,7 @@ stages:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "6.3.3"]
      command: ["--service", "ansible", "6.3.4"]
  before_script:
    - !reference [.ansible-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"