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

chore(release): 6.0.0 [skip ci]

# [6.0.0](https://gitlab.com/to-be-continuous/ansible/compare/5.1.0...6.0.0) (2023-09-26)

* feat!: support environment auto-stop ([3127d004](https://gitlab.com/to-be-continuous/ansible/commit/3127d00459fd8c68e1c19c8f307d3bcdfaeb59cb))

### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).
parent 80bef8cb
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# [6.0.0](https://gitlab.com/to-be-continuous/ansible/compare/5.1.0...6.0.0) (2023-09-26)


* feat!: support environment auto-stop ([3127d00](https://gitlab.com/to-be-continuous/ansible/commit/3127d00459fd8c68e1c19c8f307d3bcdfaeb59cb))


### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).

# [5.1.0](https://gitlab.com/to-be-continuous/ansible/compare/5.0.0...5.1.0) (2023-09-02)


+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.1.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -372,7 +372,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.1.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -450,10 +450,10 @@ In the `.gitlab-ci.yml` add the docker template to build your image:
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '5.1.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-ansible.yml'
  - project: 'to-be-continuous/docker'
    ref: '5.1.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-docker.yml'
    
variables:
@@ -494,7 +494,7 @@ Add this `.gitlab-ci.yml` in the repository of your application project (you wil
```yaml
include:
  - project: 'to-be-continuous/ansible'
    ref: '5.1.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-ansible.yml'
    
variables:
@@ -571,11 +571,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/ansible'
    ref: '5.1.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-ansible.yml'
  # Vault variant
  - project: 'to-be-continuous/ansible'
    ref: '5.1.0'
    ref: '6.0.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.1.0" ]
      command: ["--service", "ansible", "6.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -493,7 +493,7 @@ stages:
.ansible-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ansible", "5.1.0" ]
      command: ["--service", "ansible", "6.0.0" ]
  before_script:
    - *ansible-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"