Loading
+10 −0
Original line number Diff line number Diff line
## [4.3.1](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.3.0...4.3.1) (2024-1-31)


### Bug Fixes

* move log in manage_services function ([4da65e6](https://gitlab.com/to-be-continuous/cloud-foundry/commit/4da65e6f86243cb5dde2a1dd8f5c6eb6e39dd493))
* remove color variables ([60984d7](https://gitlab.com/to-be-continuous/cloud-foundry/commit/60984d7a281bfb739b56a886075b4831db9b86cf))
* **rollback:** manifestfile in pre_push ([9e0ec91](https://gitlab.com/to-be-continuous/cloud-foundry/commit/9e0ec912c3153aec848c095c7fb83817d7a6f629))
* support no services ([42ca2cc](https://gitlab.com/to-be-continuous/cloud-foundry/commit/42ca2cc6328b8d08e9e71e239561fe9dbcb8b557))

# [4.3.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.2.0...4.3.0) (2024-1-25)


+5 −5
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.3.0'
    ref: '4.3.1'
    file: '/templates/gitlab-ci-cf.yml'
```

@@ -430,11 +430,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.3.0'
    ref: '4.3.1'
    file: '/templates/gitlab-ci-cf.yml'
  # Vault variant
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.3.0'
    ref: '4.3.1'
    file: '/templates/gitlab-ci-cf-vault.yml'

variables:
@@ -465,7 +465,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.3.0'
    ref: '4.3.1'
    file: '/templates/gitlab-ci-cf.yml'

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

# Global variables
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.cf-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cloudfoundry", "4.3.0" ]
      command: ["--service", "cloudfoundry", "4.3.1" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables: