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

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/3.1.0...4.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([42483499](https://gitlab.com/to-be-continuous/cloud-foundry/commit/424834998695e870175d28b029dc2d25821e2f79))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
parent 4c1bf5d3
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/3.1.0...4.0.0) (2023-08-28)


### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([4248349](https://gitlab.com/to-be-continuous/cloud-foundry/commit/424834998695e870175d28b029dc2d25821e2f79))


### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)

# [3.1.0](https://gitlab.com/to-be-continuous/cloud-foundry/compare/3.0.0...3.1.0) (2023-05-27)


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

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

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

# Global variables
@@ -446,7 +446,7 @@ with [variabilized](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-
```yaml
include:
  - project: 'to-be-continuous/cloud-foundry'
    ref: '3.1.0'
    ref: '4.0.0'
    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", "3.1.0" ]
      command: ["--service", "cloudfoundry", "4.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -723,7 +723,7 @@ stages:
  image: $CF_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "cloudfoundry", "3.1.0" ]
      command: ["--service", "cloudfoundry", "4.0.0" ]
  before_script:
    # forcing en-US locale so we can parse cf commands output if necessary
    - cf config --locale "en-US"