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

chore(release): 4.1.1 [skip ci]

parent 45a5843a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.1.1](https://gitlab.com/to-be-continuous/s3/compare/4.1.0...4.1.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([00c2ddb](https://gitlab.com/to-be-continuous/s3/commit/00c2ddb3738f3b0eb70012b5a1a850c6d693383c))

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


+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: '4.1.0'
    ref: '4.1.1'
    file: '/templates/gitlab-ci-s3.yml'
```

@@ -307,11 +307,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/s3'
    ref: '4.1.0'
    ref: '4.1.1'
    file: '/templates/gitlab-ci-s3.yml'
  # Vault variant
  - project: 'to-be-continuous/s3'
    ref: '4.1.0'
    ref: '4.1.1'
    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.1.0" ]
      command: ["--service", "s3", "4.1.1" ]
    - 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.1.0" ]
      command: ["--service", "s3", "4.1.1" ]
  before_script:
    - *s3-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"