Commit 2ec51fb3 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent c75a013f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.2.4...1.3.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([c75a013](https://gitlab.com/to-be-continuous/docker-compose/commit/c75a013fe12853d4b486e2f201a0cc60ac4d6a13))

## [1.2.4](https://gitlab.com/to-be-continuous/docker-compose/compare/1.2.3...1.2.4) (2025-07-05)


+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.2.4
  - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.3.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.2.4'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-docker-compose.yml'

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