Skip to content
Snippets Groups Projects
Commit 3f35bb30 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.8.2 [skip ci]

## [1.8.2](https://gitlab.com/to-be-continuous/sbt/compare/1.8.1...1.8.2) (2025-04-02)

### Bug Fixes

* **sbom:** disable file catalogers for Syft SBOM (to minimize SBOM file) ([cf81a211](https://gitlab.com/to-be-continuous/sbt/commit/cf81a2117f98e87334f353dc14df3d149debc066))
parent a453474e
Branches
Tags 1.8.2
No related merge requests found
Pipeline #78139 skipped
## [1.8.2](https://gitlab.com/to-be-continuous/sbt/compare/1.8.1...1.8.2) (2025-04-02)
### Bug Fixes
* **sbom:** disable file catalogers for Syft SBOM (to minimize SBOM file) ([cf81a21](https://gitlab.com/to-be-continuous/sbt/commit/cf81a2117f98e87334f353dc14df3d149debc066))
## [1.8.1](https://gitlab.com/to-be-continuous/sbt/compare/1.8.0...1.8.1) (2025-01-31)
......
......@@ -21,7 +21,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
# 1: include the component
- component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.8.1
- component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.8.2
# 2: set/override component inputs
inputs:
image: "registry.hub.docker.com/sbtscala/scala-sbt:17.0.2_1.6.2_3.1.3" # ⚠ this is only an example
......@@ -35,7 +35,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
# 1: include the template
- project: 'to-be-continuous/sbt'
ref: '1.8.1'
ref: '1.8.2'
file: '/templates/gitlab-ci-sbt.yml'
variables:
......
......@@ -413,7 +413,7 @@ stages:
image: $SBT_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sbt", "1.8.1"]
command: ["--service", "sbt", "1.8.2"]
before_script:
- !reference [.sbt-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment