Commit 38aa9000 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent fff4543b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/dependency-track/compare/1.0.0...1.1.0) (2024-06-13)


### Features

* add SBOM merge support ([cec9361](https://gitlab.com/to-be-continuous/dependency-track/commit/cec936123d0f6ea951c8a099d6a7cb2ed2208c70))

# 1.0.0 (2024-05-31)


+1 −1
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: gitlab.com/to-be-continuous/dependency-track/gitlab-ci-dependency-track@1.0.0
  - component: gitlab.com/to-be-continuous/dependency-track/gitlab-ci-dependency-track@1.1.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ dependency-track:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dependency-track", "1.0.0"]
      command: ["--service", "dependency-track", "1.1.0"]
  stage: .post
  before_script:
    - !reference [.deptrack-scripts]