Commit 363ec269 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.4.1 [skip ci]

## [1.4.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.4.0...1.4.1) (2025-09-20)

### Bug Fixes

* **config:** replace parallel:matrix job impl with explicit inheritance to allow user multi-template instantiation ([de2f69ff](https://gitlab.com/to-be-continuous/docker-compose/commit/de2f69ffeab8a14fba9d2e3d8ff091acda101bd4))
parent 68abbb59
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.4.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.4.0...1.4.1) (2025-09-20)


### Bug Fixes

* **config:** replace parallel:matrix job impl with explicit inheritance to allow user multi-template instantiation ([de2f69f](https://gitlab.com/to-be-continuous/docker-compose/commit/de2f69ffeab8a14fba9d2e3d8ff091acda101bd4))

# [1.4.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.3.0...1.4.0) (2025-08-12)


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

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