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

chore(release): 7.0.0 [skip ci]

# [7.0.0](https://gitlab.com/to-be-continuous/ansible/compare/6.10.0...7.0.0) (2025-08-13)

* feat(vault)!: enable certificate verification ([1e47b017](https://gitlab.com/to-be-continuous/ansible/commit/1e47b017113562a90f5aa36114f8b8bbc2d1bd54))

### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable
parent 1e47b017
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# [7.0.0](https://gitlab.com/to-be-continuous/ansible/compare/6.10.0...7.0.0) (2025-08-13)


* feat(vault)!: enable certificate verification ([1e47b01](https://gitlab.com/to-be-continuous/ansible/commit/1e47b017113562a90f5aa36114f8b8bbc2d1bd54))


### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable

# [6.10.0](https://gitlab.com/to-be-continuous/ansible/compare/6.9.0...6.10.0) (2025-08-12)


+9 −9
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.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.0.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.10.0'
    ref: '7.0.0'
    file: '/templates/gitlab-ci-ansible.yml'

variables:
@@ -404,7 +404,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.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.0.0
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -472,7 +472,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.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.0.0
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -499,7 +499,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.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.0.0
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -567,9 +567,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@6.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible@7.0.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.10.0
  - component: $CI_SERVER_FQDN/to-be-continuous/ansible/gitlab-ci-ansible-vault@7.0.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
@@ -628,9 +628,9 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.10.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@7.0.0
  # Google Cloud variant
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-gcp@6.10.0
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-gcp@7.0.0
    inputs:
      # common OIDC config for non-prod envs
      gcp-oidc-provider: "projects/<gcp_nonprod_proj_id>/locations/global/workloadIdentityPools/<pool_id>/providers/<provider_id>"
+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.10.0"]
      command: ["--service", "ansible", "7.0.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -777,7 +777,7 @@ stages:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "6.10.0"]
      command: ["--service", "ansible", "7.0.0"]
  variables:
    ANSIBLE_HOME: $CI_PROJECT_DIR/$ANSIBLE_PROJECT_DIR/.ansible
  cache: