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

chore(release): 6.0.0 [skip ci]

# [6.0.0](https://gitlab.com/to-be-continuous/s3/compare/5.2.0...6.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([133ecbfb](https://gitlab.com/to-be-continuous/s3/commit/133ecbfb940b5d612a41855dfac2099d9eb13a0f))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
parent 3941b4c1
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [6.0.0](https://gitlab.com/to-be-continuous/s3/compare/5.2.0...6.0.0) (2023-08-28)


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([133ecbf](https://gitlab.com/to-be-continuous/s3/commit/133ecbfb940b5d612a41855dfac2099d9eb13a0f))


### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)

# [5.2.0](https://gitlab.com/to-be-continuous/s3/compare/5.1.0...5.2.0) (2023-06-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: '5.2.0'
    ref: '6.0.0'
    file: '/templates/gitlab-ci-s3.yml'
```

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