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

chore(release): 6.4.0 [skip ci]

parent 35f0c77a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [6.4.0](https://gitlab.com/to-be-continuous/ansible/compare/6.3.4...6.4.0) (2024-09-29)


### Features

* **gcp:** setup GCP credentials through ADC ([4f2c943](https://gitlab.com/to-be-continuous/ansible/commit/4f2c9432ac28e675ac14ffaf3ac3591ee36012fc))

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


+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: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.4.0
    # 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.4'
    ref: '6.4.0'
    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: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.4.0
    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: $CI_SERVER_FQDN/to-be-continuous/docker/gitlab-ci-docker@someversion
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.4.0
    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: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.4.0
    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: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.3.4
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.4.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.4
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.4.0
    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.4"]
      command: ["--service", "ansible", "6.4.0"]
    - 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.4"]
      command: ["--service", "ansible", "6.4.0"]
  before_script:
    - !reference [.ansible-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"