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

chore(release): 5.1.0 [skip ci]

parent 1163e99f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [5.1.0](https://gitlab.com/to-be-continuous/s3/compare/5.0.0...5.1.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([1163e99](https://gitlab.com/to-be-continuous/s3/commit/1163e99fa1f1c5f12ffb7171f4d2f6658a9594be))

# [5.0.0](https://gitlab.com/to-be-continuous/s3/compare/4.1.1...5.0.0) (2023-04-05)


+3 −3
Original line number Diff line number Diff line
@@ -53,7 +53,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.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-s3.yml'
```

@@ -307,11 +307,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/s3'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-s3.yml'
  # Vault variant
  - project: 'to-be-continuous/s3'
    ref: '5.0.0'
    ref: '5.1.0'
    file: '/templates/gitlab-ci-s3-vault.yml'

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