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

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.7.0...5.0.0) (2025-02-01)

### Features

* variables substitution enhancements ([dd19c54f](https://gitlab.com/to-be-continuous/cloud-foundry/commit/dd19c54f1ba192b01482e566515313472157b1c6))

### BREAKING CHANGES

* Now the variables substitution mechanism
implements complete YAML string encoding.
That might break projects that used to workaround the former
implementation flaws.
parent d7d071b6
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
# [5.0.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.7.0...5.0.0) (2025-02-01)


### Features

* variables substitution enhancements ([dd19c54](https://gitlab.com/to-be-continuous/cloud-foundry/commit/dd19c54f1ba192b01482e566515313472157b1c6))


### BREAKING CHANGES

* Now the variables substitution mechanism
implements complete YAML string encoding.
That might break projects that used to workaround the former
implementation flaws.

# [4.7.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.6.3...4.7.0) (2025-01-27)


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

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

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

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

# Global variables