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

chore(release): 8.2.0 [skip ci]

# [8.2.0](https://gitlab.com/to-be-continuous/s3/compare/8.1.1...8.2.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([a3cda3bc](https://gitlab.com/to-be-continuous/s3/commit/a3cda3bc1aae5f74580f4ac20604fa06683655e2))

### Features

* support CA certs provided as file ([b3b485b9](https://gitlab.com/to-be-continuous/s3/commit/b3b485b9e585479a8722b4287db1cda971bc6a1e))
parent b3b485b9
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [8.2.0](https://gitlab.com/to-be-continuous/s3/compare/8.1.1...8.2.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([a3cda3b](https://gitlab.com/to-be-continuous/s3/commit/a3cda3bc1aae5f74580f4ac20604fa06683655e2))


### Features

* support CA certs provided as file ([b3b485b](https://gitlab.com/to-be-continuous/s3/commit/b3b485b9e585479a8722b4287db1cda971bc6a1e))

## [8.1.1](https://gitlab.com/to-be-continuous/s3/compare/8.1.0...8.1.1) (2026-02-22)


+4 −4
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3@8.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3@8.2.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -40,7 +40,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/s3'
    ref: '8.1.1'
    ref: '8.2.0'
    file: '/templates/gitlab-ci-s3.yml'

variables:
@@ -412,9 +412,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3@8.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3@8.2.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3-vault@8.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3-vault@8.2.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
.s3-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "8.1.1"]
      command: ["--service", "s3", "8.2.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -670,7 +670,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "8.1.1"]
      command: ["--service", "s3", "8.2.0"]
  before_script:
    - !reference [.s3-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"