Commit a5b96d51 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 3569dcf4
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.7.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.6.3...1.7.0) (2026-02-21)


### Features

* add parallel:matrix support ([94b081c](https://gitlab.com/to-be-continuous/docker-compose/commit/94b081c60d1d8e3576ddff207919f1acd7c9e9c5))

## [1.6.3](https://gitlab.com/to-be-continuous/docker-compose/compare/1.6.2...1.6.3) (2026-01-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.6.3
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.7.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.6.3'
    ref: '1.7.0'
    file: '/templates/gitlab-ci-docker-compose.yml'

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