Commit d0eb9020 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 16dfaf2a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.6.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.5.0...1.6.0) (2025-12-22)


### Features

* add vault variant ([6a0ebe9](https://gitlab.com/to-be-continuous/docker-compose/commit/6a0ebe9112a1bb7a09d0a241a0829f3a1b628334))

# [1.5.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.4.1...1.5.0) (2025-11-06)


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

variables:
@@ -468,9 +468,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.6.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose-vault@1.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose-vault@1.6.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -883,7 +883,7 @@ stages:
  image: $DCMP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "docker-compose", "1.5.0"]
      command: ["--service", "docker-compose", "1.6.0"]
  before_script:
    - !reference [.compose-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"