Commit d26f0bf9 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/kubernetes/compare/3.5.0...4.0.0) (2023-04-05)

### Features

* **deploy:** redesign deployment strategy ([383ed88a](https://gitlab.com/to-be-continuous/kubernetes/commit/383ed88accb5a9cb4761dfe06c33b6a16b06003e))

### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $K8S_PROD_DEPLOY_STRATEGY - see doc)
parent 4dd306dd
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/kubernetes/compare/3.5.0...4.0.0) (2023-04-05)


### Features

* **deploy:** redesign deployment strategy ([383ed88](https://gitlab.com/to-be-continuous/kubernetes/commit/383ed88accb5a9cb4761dfe06c33b6a16b06003e))


### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $K8S_PROD_DEPLOY_STRATEGY - see doc)

# [3.5.0](https://gitlab.com/to-be-continuous/kubernetes/compare/3.4.3...3.5.0) (2023-03-14)


+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/kubernetes'
    ref: '3.5.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-k8s.yml'
```

@@ -485,11 +485,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/kubernetes'
    ref: '3.5.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-k8s.yml'
  # Vault variant
  - project: 'to-be-continuous/kubernetes'
    ref: '3.5.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-k8s-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ variables:
.k8s-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "--port", "8082", "kubernetes", "3.5.0" ]
      command: ["--service", "--port", "8082", "kubernetes", "4.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -614,7 +614,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "kubernetes", "3.5.0" ]
      command: ["--service", "kubernetes", "4.0.0" ]
  before_script:
    - *k8s-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"