Commit 027b538a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 552a202f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [7.4.0](https://gitlab.com/to-be-continuous/s3/compare/7.3.2...7.4.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([552a202](https://gitlab.com/to-be-continuous/s3/commit/552a202f0d9dc2a340f8a509e98a4f11ae35b37e))

## [7.3.2](https://gitlab.com/to-be-continuous/s3/compare/7.3.1...7.3.2) (2025-07-05)


+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@7.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3@7.4.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: '7.3.2'
    ref: '7.4.0'
    file: '/templates/gitlab-ci-s3.yml'

variables:
@@ -351,9 +351,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3@7.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3@7.4.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3-vault@7.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/s3/gitlab-ci-s3-vault@7.4.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", "7.3.2"]
      command: ["--service", "s3", "7.4.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "7.3.2"]
      command: ["--service", "s3", "7.4.0"]
  before_script:
    - !reference [.s3-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"