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

chore(release): 1.7.1 [skip ci]

parent 5b12d1d8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.7.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.7.0...1.7.1) (2026-02-22)


### Bug Fixes

* set $environment_url for GitLab dynamic env URL ([5b12d1d](https://gitlab.com/to-be-continuous/docker-compose/commit/5b12d1d8fafaa59cbc64ff63a00a1a9638a0e637))

# [1.7.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.6.3...1.7.0) (2026-02-21)


+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.7.0
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.7.1
    # 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.7.0'
    ref: '1.7.1'
    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.7.0
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.7.1
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose-vault@1.7.0
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose-vault@1.7.1
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -899,7 +899,7 @@ stages:
  image: $DCMP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "docker-compose", "1.7.0"]
      command: ["--service", "docker-compose", "1.7.1"]
  before_script:
    - !reference [.compose-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"