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

chore(release): 7.0.1 [skip ci]

parent d33223f8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [7.0.1](https://gitlab.com/to-be-continuous/s3/compare/7.0.0...7.0.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([d33223f](https://gitlab.com/to-be-continuous/s3/commit/d33223f80f5f5122b65aa1b83d9b4e55790597ea))

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


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

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

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