Skip to content
Snippets Groups Projects
Commit c438d047 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 9229b630
Branches
Tags 1.2.1
No related merge requests found
Pipeline #177728 skipped
## [1.2.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.2.0...1.2.1) (2025-02-01)
### Bug Fixes
* homogenize new TBC envsubst mechanism ([63bca5c](https://gitlab.com/to-be-continuous/docker-compose/commit/63bca5c391b44614a0e34edcc4dcdc82f55e6c4d))
# [1.2.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.1.0...1.2.0) (2025-01-27) # [1.2.0](https://gitlab.com/to-be-continuous/docker-compose/compare/1.1.0...1.2.0) (2025-01-27)
......
...@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 1: include the component
- component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.2.0 - component: $CI_SERVER_FQDN/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.2.1
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
# ⚠ this is only an example # ⚠ this is only an example
...@@ -32,7 +32,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -32,7 +32,7 @@ Add the following to your `.gitlab-ci.yml`:
include: include:
# 1: include the template # 1: include the template
- project: 'to-be-continuous/docker-compose' - project: 'to-be-continuous/docker-compose'
ref: '1.2.0' ref: '1.2.1'
file: '/templates/gitlab-ci-docker-compose.yml' file: '/templates/gitlab-ci-docker-compose.yml'
variables: variables:
......
...@@ -846,7 +846,7 @@ stages: ...@@ -846,7 +846,7 @@ stages:
image: $DCMP_IMAGE image: $DCMP_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker-compose", "1.2.0"] command: ["--service", "docker-compose", "1.2.1"]
before_script: before_script:
- !reference [.compose-scripts] - !reference [.compose-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment