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

chore(release): 7.0.3 [skip ci]

## [7.0.3](https://gitlab.com/to-be-continuous/cloud-foundry/compare/7.0.2...7.0.3) (2026-01-06)

### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([29fb8e8a](https://gitlab.com/to-be-continuous/cloud-foundry/commit/29fb8e8a9a11ed18b830d65fd32fcb2b35f892cc))
parent 29fb8e8a
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [7.0.3](https://gitlab.com/to-be-continuous/cloud-foundry/compare/7.0.2...7.0.3) (2026-01-06)


### Bug Fixes

* **bash mode:** unmask errors in shell pipelines with 'set -o pipefail' ([29fb8e8](https://gitlab.com/to-be-continuous/cloud-foundry/commit/29fb8e8a9a11ed18b830d65fd32fcb2b35f892cc))

## [7.0.2](https://gitlab.com/to-be-continuous/cloud-foundry/compare/7.0.1...7.0.2) (2026-01-01)


+6 −6
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: "gitlab.com/to-be-continuous/cloud-foundry/gitlab-ci-cf@7.0.2"
  - component: "gitlab.com/to-be-continuous/cloud-foundry/gitlab-ci-cf@7.0.3"
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: "to-be-continuous/cloud-foundry"
    ref: "7.0.2"
    ref: "7.0.3"
    file: "/templates/gitlab-ci-cf.yml"

variables:
@@ -543,11 +543,11 @@ With:
include:
  # main template
  - project: "to-be-continuous/cloud-foundry"
    ref: "7.0.2"
    ref: "7.0.3"
    file: "/templates/gitlab-ci-cf.yml"
  # Vault variant
  - project: "to-be-continuous/cloud-foundry"
    ref: "7.0.2"
    ref: "7.0.3"
    file: "/templates/gitlab-ci-cf-vault.yml"

variables:
@@ -577,7 +577,7 @@ variables:
```yaml
include:
  - project: "to-be-continuous/cloud-foundry"
    ref: "7.0.2"
    ref: "7.0.3"
    file: "/templates/gitlab-ci-cf.yml"

# Global variables
@@ -626,7 +626,7 @@ with [variabilized](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-
```yaml
include:
  - project: "to-be-continuous/cloud-foundry"
    ref: "7.0.2"
    ref: "7.0.3"
    file: "/templates/gitlab-ci-cf.yml"

# Global variables