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

chore(release): 3.2.0 [skip ci]

# [3.2.0](https://gitlab.com/to-be-continuous/ansible/compare/3.1.0...3.2.0) (2022-10-10)

### Features

* use gitlab-ci references to make deploy and cleaup jobs easier to modify ([03cac3c8](https://gitlab.com/to-be-continuous/ansible/commit/03cac3c802062064d04e3bfc8cbdc632c66259cf))
parent 052ba100
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/ansible/compare/3.1.0...3.2.0) (2022-10-10)


### Features

* use gitlab-ci references to make deploy and cleaup jobs easier to modify ([03cac3c](https://gitlab.com/to-be-continuous/ansible/commit/03cac3c802062064d04e3bfc8cbdc632c66259cf))

# [3.1.0](https://gitlab.com/to-be-continuous/ansible/compare/3.0.0...3.1.0) (2022-10-04)


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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "3.1.0" ]
      command: ["--service", "ansible", "3.2.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ stages:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "3.1.0" ]
      command: ["--service", "ansible", "3.2.0" ]
  before_script:
    - *ansible-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"