Commit 01aafe8a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 0b801d23
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.1.0...1.2.0) (2025-01-27)


### Features

* disable tracking service by default ([0b801d2](https://gitlab.com/to-be-continuous/docker-compose/commit/0b801d2394924c6df9143c16137a0f6e74aa2117))

# [1.1.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.0.2...1.1.0) (2024-12-30)


+2 −2
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.1.0
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.2.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.1.0'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-docker-compose.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -777,7 +777,7 @@ stages:
  image: $DCMP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "docker-compose", "1.1.0"]
      command: ["--service", "docker-compose", "1.2.0"]
  before_script:
    - !reference [.compose-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"