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

chore(release): 2.1.0 [skip ci]

parent c1cbd46f
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/dependency-track/compare/2.0.4...2.1.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([ef754b9](https://gitlab.com/to-be-continuous/dependency-track/commit/ef754b9e06d6ecd10a50def797574ee2b90fd412))


### Features

* support CA certs provided as file ([c1cbd46](https://gitlab.com/to-be-continuous/dependency-track/commit/c1cbd46f70ad0a1d850c6804b7545589c9696da7))

## [2.0.4](https://gitlab.com/to-be-continuous/dependency-track/compare/2.0.3...2.0.4) (2026-01-06)


+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@2.0.4
  - component: $CI_SERVER_FQDN/to-be-continuous/dependency-track/gitlab-ci-dependency-track@2.1.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: "2.0.4"
    ref: "2.1.0"
    file: "/templates/gitlab-ci-dependency-track.yml"

variables:
@@ -288,11 +288,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/dependency-track'
    ref: '2.0.4'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-dependency-track.yml'
  # Vault variant
  - project: 'to-be-continuous/dependency-track'
    ref: '2.0.4'
    ref: '2.1.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", "2.0.4"]
      command: ["--service", "dependency-track", "2.1.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
      variables:
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dependency-track", "2.0.4"]
      command: ["--service", "dependency-track", "2.1.0"]
  stage: .post
  before_script:
    - !reference [.deptrack-scripts]