Commit 2179915c authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 4ba133c8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.9.0](https://gitlab.com/to-be-continuous/dependency-track/compare/1.8.1...1.9.0) (2025-06-11)


### Features

* add VEX upload support ([f6d01ab](https://gitlab.com/to-be-continuous/dependency-track/commit/f6d01ab7b25d55c9496f47863f8bc90af1afa3f1))

## [1.8.1](https://gitlab.com/to-be-continuous/dependency-track/compare/1.8.0...1.8.1) (2025-06-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@1.8.1
  - component: $CI_SERVER_FQDN/to-be-continuous/dependency-track/gitlab-ci-dependency-track@1.9.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.8.1"
    ref: "1.9.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.8.1'
    ref: '1.9.0'
    file: '/templates/gitlab-ci-dependency-track.yml'
  # Vault variant
  - project: 'to-be-continuous/dependency-track'
    ref: '1.8.1'
    ref: '1.9.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.8.1"]
      command: ["--service", "dependency-track", "1.9.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dependency-track", "1.8.1"]
      command: ["--service", "dependency-track", "1.9.0"]
  stage: .post
  before_script:
    - !reference [.deptrack-scripts]