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

chore(release): 6.0.0 [skip ci]

# [6.0.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/5.1.0...6.0.0) (2025-07-28)

* feat!: support environment auto-stop ([9f8fa7ce](https://gitlab.com/to-be-continuous/cloud-foundry/commit/9f8fa7ce510f1a7bbf5cb4573aacb82d5d8a91b5))

### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).
parent 833f5498
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# [6.0.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/5.1.0...6.0.0) (2025-07-28)


* feat!: support environment auto-stop ([9f8fa7c](https://gitlab.com/to-be-continuous/cloud-foundry/commit/9f8fa7ce510f1a7bbf5cb4573aacb82d5d8a91b5))


### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).

# [5.1.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/5.0.4...5.1.0) (2025-07-24)


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

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

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

# Global variables