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

chore(release): 5.1.0 [skip ci]

parent 19490a10
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [5.1.0](https://gitlab.com/to-be-continuous/ansible/compare/5.0.0...5.1.0) (2023-09-02)


### Features

* allow propagate custom output variables ([19490a1](https://gitlab.com/to-be-continuous/ansible/commit/19490a1005e7a6a7388fa31275439b435e4eb5b9))

# [5.0.0](https://gitlab.com/to-be-continuous/ansible/compare/4.1.0...5.0.0) (2023-08-28)


+7 −7
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -369,7 +369,7 @@ The `gitlab-ci` in this example, will show use how to configure the template to
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -447,10 +447,10 @@ In the `.gitlab-ci.yml` add the docker template to build your image:
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-ansible.yml'
  - project: 'to-be-continuous/docker'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-docker.yml'
    
variables:
@@ -491,7 +491,7 @@ Add this `.gitlab-ci.yml` in the repository of your application project (you wil
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -568,11 +568,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/ansible'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-ansible.yml'
  # Vault variant
  - project: 'to-be-continuous/ansible'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-ansible-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "5.0.0" ]
      command: ["--service", "ansible", "5.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -485,7 +485,7 @@ stages:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "5.0.0" ]
      command: ["--service", "ansible", "5.1.0" ]
  before_script:
    - *ansible-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"