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

chore(release): 4.1.0 [skip ci]

parent ee13901f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/s3/compare/4.0.0...4.1.0) (2022-12-13)


### Features

* **vault:** configurable Vault Secrets Provider image ([ee13901](https://gitlab.com/to-be-continuous/s3/commit/ee13901f22bc50e32c8fdb0a7d2312f3cd707470))

# [4.0.0](https://gitlab.com/to-be-continuous/s3/compare/3.0.0...4.0.0) (2022-12-01)


+3 −3
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/s3'
    ref: '4.0.0'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-s3.yml'
```

@@ -308,11 +308,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/s3'
    ref: '4.0.0'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-s3.yml'
  # Vault variant
  - project: 'to-be-continuous/s3'
    ref: '4.0.0'
    ref: '4.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", "4.0.0" ]
      command: ["--service", "s3", "4.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "4.0.0" ]
      command: ["--service", "s3", "4.1.0" ]
  before_script:
    - *s3-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"