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

chore(release): 4.3.5 [skip ci]

parent d2275d38
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.3.5](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.3.4...4.3.5) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([d2275d3](https://gitlab.com/to-be-continuous/cloud-foundry/commit/d2275d38137515ad809073a5a920d79c763a3e8f))

## [4.3.4](https://gitlab.com/to-be-continuous/cloud-foundry/compare/4.3.3...4.3.4) (2024-05-03)


+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.4'
    ref: '4.3.5'
    file: '/templates/gitlab-ci-cf.yml'
```

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

variables:
@@ -465,7 +465,7 @@ variables:
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '4.3.4'
    ref: '4.3.5'
    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.4'
    ref: '4.3.5'
    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.4" ]
      command: ["--service", "cloudfoundry", "4.3.5" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables: