Commit 17d4867d 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/semantic-release/compare/3.16.0...4.0.0) (2025-08-13)

* feat(vault)!: enable certificate verification ([a6252242](https://gitlab.com/to-be-continuous/semantic-release/commit/a6252242d9b5a299935565c3a03908c1057b81b3))

### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable
parent a6252242
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.16.0...4.0.0) (2025-08-13)


* feat(vault)!: enable certificate verification ([a625224](https://gitlab.com/to-be-continuous/semantic-release/commit/a6252242d9b5a299935565c3a03908c1057b81b3))


### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable

# [3.16.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.15.1...3.16.0) (2025-08-12)


+4 −4
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.16.0
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4.0.0
    # 2: set/override component inputs
    inputs:
      changelog-enabled: true # ⚠ this is only an example
@@ -34,7 +34,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/semantic-release'
    ref: '3.16.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-semrel.yml'

variables:
@@ -388,9 +388,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.16.0
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4.0.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.16.0
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@4.0.0
    inputs:
      vault-base-url: "https://vault.acme.host/v1"
      # audience claim for JWT
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variables:
.semrel-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "3.16.0"]
      command: ["--service", "semrel", "4.0.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -851,7 +851,7 @@ stages:
  image: $SEMREL_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "3.16.0"]
      command: ["--service", "semrel", "4.0.0"]
  before_script:
    - !reference [.semrel-scripts]
    # install git and OpenSSH