From 2b37ad0632aa37ef6cb2b28777202baf6f070e3e Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 27 Apr 2024 07:50:34 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.0.0...1.0.1) (2024-04-27) ### Bug Fixes * export COMPOSE_FILE variable ([4135b1c](https://gitlab.com/to-be-continuous/docker-compose/commit/4135b1cd874ca94234b3f32a93875d93df00dafa)) --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- templates/gitlab-ci-docker-compose.yml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc13f1f..b1bb7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://gitlab.com/to-be-continuous/docker-compose/compare/1.0.0...1.0.1) (2024-04-27) + + +### Bug Fixes + +* export COMPOSE_FILE variable ([4135b1c](https://gitlab.com/to-be-continuous/docker-compose/commit/4135b1cd874ca94234b3f32a93875d93df00dafa)) + # 1.0.0 (2024-04-09) diff --git a/README.md b/README.md index 517909d..efeb28a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`: ```yaml include: # 1: include the component - - component: gitlab.com/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.0.0 + - component: gitlab.com/to-be-continuous/docker-compose/gitlab-ci-docker-compose@1.0.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.0.0' + ref: '1.0.1' file: '/templates/gitlab-ci-docker-compose.yml' variables: diff --git a/templates/gitlab-ci-docker-compose.yml b/templates/gitlab-ci-docker-compose.yml index ee8dda9..5bfb94e 100644 --- a/templates/gitlab-ci-docker-compose.yml +++ b/templates/gitlab-ci-docker-compose.yml @@ -746,7 +746,7 @@ stages: image: $DCMP_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "docker-compose", "1.0.0"] + command: ["--service", "docker-compose", "1.0.1"] before_script: - !reference [.compose-scripts] - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" -- GitLab