Skip to content
Snippets Groups Projects
Commit d48bfa91 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.2.0 [skip ci]

# [5.2.0](https://gitlab.com/to-be-continuous/s3/compare/5.1.0...5.2.0) (2023-06-26)

### Features

* promote (pseudo-standard) $environment_type & $environment_name variables ([83bf653f](https://gitlab.com/to-be-continuous/s3/commit/83bf653fe3fd531be62e27a9a33b1b6aee6cd83d))
parent f5453294
No related merge requests found
# [5.2.0](https://gitlab.com/to-be-continuous/s3/compare/5.1.0...5.2.0) (2023-06-26)
### Features
* promote (pseudo-standard) $environment_type & $environment_name variables ([83bf653](https://gitlab.com/to-be-continuous/s3/commit/83bf653fe3fd531be62e27a9a33b1b6aee6cd83d))
# [5.1.0](https://gitlab.com/to-be-continuous/s3/compare/5.0.0...5.1.0) (2023-05-27)
......
......@@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/s3'
ref: '5.1.0'
ref: '5.2.0'
file: '/templates/gitlab-ci-s3.yml'
```
......@@ -311,11 +311,11 @@ With:
include:
# main template
- project: 'to-be-continuous/s3'
ref: '5.1.0'
ref: '5.2.0'
file: '/templates/gitlab-ci-s3.yml'
# Vault variant
- project: 'to-be-continuous/s3'
ref: '5.1.0'
ref: '5.2.0'
file: '/templates/gitlab-ci-s3-vault.yml'
variables:
......
......@@ -11,6 +11,6 @@ variables:
.s3-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "s3", "5.1.0" ]
command: ["--service", "s3", "5.2.0" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
......@@ -458,7 +458,7 @@ stages:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "s3", "5.1.0" ]
command: ["--service", "s3", "5.2.0" ]
before_script:
- *s3-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment