Commit ecbff0c8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 93f15fe6
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
## [7.1.1](https://gitlab.com/to-be-continuous/cloud-foundry/compare/7.1.0...7.1.1) (2026-02-22)


### Bug Fixes

* env URL is defined by $CI_ENVIRONMENT_URL ([93f15fe](https://gitlab.com/to-be-continuous/cloud-foundry/commit/93f15fe6b1c19302c28d7f6d64bb87ef5a3d56bb))
* set $environment_url for GitLab dynamic env URL ([ab39993](https://gitlab.com/to-be-continuous/cloud-foundry/commit/ab39993c88214eb701a583b890e18a14fc0e5396))

# [7.1.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/7.0.3...7.1.0) (2026-02-21)


+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.1.0"
  - component: "gitlab.com/to-be-continuous/cloud-foundry/gitlab-ci-cf@7.1.1"
    # 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.1.0"
    ref: "7.1.1"
    file: "/templates/gitlab-ci-cf.yml"

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

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

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

# Global variables