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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/dependency-track/compare/1.11.0...2.0.0) (2025-08-13)

* feat(vault)!: enable certificate verification ([6a65c7f8](https://gitlab.com/to-be-continuous/dependency-track/commit/6a65c7f815278a5c2456d7462fca2ad2cdfb6343))

### BREAKING CHANGES

* self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable
parent 6a65c7f8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/dependency-track/compare/1.11.0...2.0.0) (2025-08-13)


* feat(vault)!: enable certificate verification ([6a65c7f](https://gitlab.com/to-be-continuous/dependency-track/commit/6a65c7f815278a5c2456d7462fca2ad2cdfb6343))


### BREAKING CHANGES

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

# [1.11.0](https://gitlab.com/to-be-continuous/dependency-track/compare/1.10.0...1.11.0) (2025-08-12)


+4 −4
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/dependency-track/gitlab-ci-dependency-track@1.11.0
  - component: $CI_SERVER_FQDN/to-be-continuous/dependency-track/gitlab-ci-dependency-track@2.0.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -31,7 +31,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: "to-be-continuous/dependency-track"
    ref: "1.11.0"
    ref: "2.0.0"
    file: "/templates/gitlab-ci-dependency-track.yml"

variables:
@@ -288,11 +288,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/dependency-track'
    ref: '1.11.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-dependency-track.yml'
  # Vault variant
  - project: 'to-be-continuous/dependency-track'
    ref: '1.11.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-dependency-track-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variables:
dependency-track:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dependency-track", "1.11.0"]
      command: ["--service", "dependency-track", "2.0.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dependency-track", "1.11.0"]
      command: ["--service", "dependency-track", "2.0.0"]
  stage: .post
  before_script:
    - !reference [.deptrack-scripts]