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

chore(release): 2.3.0 [skip ci]

parent 47f55f32
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# [2.3.0](https://gitlab.com/to-be-continuous/dotnet/compare/2.2.4...2.3.0) (2026-03-06)


### Bug Fixes

* **security-scan:** leave default dotnet image ([ce91539](https://gitlab.com/to-be-continuous/dotnet/commit/ce9153989539e3cbc1f4e1fe8a25f122eb016001))
* shell scripting errors (not supported by Alpine Ash) ([43bf159](https://gitlab.com/to-be-continuous/dotnet/commit/43bf159254ade7ea3c118ce87613169b6d78c216))


### Features

* **sonar:** add SonarQube Vulnerability Report integration ([568b954](https://gitlab.com/to-be-continuous/dotnet/commit/568b954a15db8942f1de3a2483f96f8099318228))

## [2.2.4](https://gitlab.com/to-be-continuous/dotnet/compare/2.2.3...2.2.4) (2026-02-24)


+3 −3
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.4
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.3.0
    # 2: set/override component inputs
    inputs:
      test-enabled: true
@@ -43,7 +43,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/dotnet'
    ref: '2.2.4'
    ref: '2.3.0'
    file: '/templates/gitlab-ci-dotnet.yml'

variables:
@@ -112,7 +112,7 @@ You can specify multiple project directories or direct paths to solution or proj

```yaml
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.2.4
  - component: $CI_SERVER_FQDN/to-be-continuous/dotnet/gitlab-ci-dotnet@2.3.0
    inputs:
      test-enabled: true

+1 −1
Original line number Diff line number Diff line
@@ -2027,7 +2027,7 @@ stages:
.dotnet-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dotnet", "2.2.4"]
      command: ["--service", "dotnet", "2.3.0"]
  before_script:
    - !reference [.dotnet-scripts]