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

chore(release): 7.2.0 [skip ci]

parent 2d627764
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [7.2.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/7.1.2...7.2.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([3f9df9d](https://gitlab.com/to-be-continuous/cloud-foundry/commit/3f9df9dd154705da00733e8159943cc839a5299a))


### Features

* support CA certs provided as file ([2d62776](https://gitlab.com/to-be-continuous/cloud-foundry/commit/2d627764be6a5debb2688ae6a2b1b43cef59dad4))

## [7.1.2](https://gitlab.com/to-be-continuous/cloud-foundry/compare/7.1.1...7.1.2) (2026-03-11)


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

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

variables:
@@ -625,7 +625,7 @@ variables:
```yaml
include:
  - project: "to-be-continuous/cloud-foundry"
    ref: "7.1.2"
    ref: "7.2.0"
    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.2"
    ref: "7.2.0"
    file: "/templates/gitlab-ci-cf.yml"

# Global variables