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

chore(release): 1.8.0 [skip ci]

parent e5863038
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.8.0](https://gitlab.com/to-be-continuous/sbt/compare/1.7.1...1.8.0) (2025-01-27)


### Features

* disable tracking service by default ([e586303](https://gitlab.com/to-be-continuous/sbt/commit/e5863038dd5341dfd75539199479c738479b01f7))

## [1.7.1](https://gitlab.com/to-be-continuous/sbt/compare/1.7.0...1.7.1) (2024-10-04)


+2 −2
Original line number Diff line number Diff line
@@ -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.7.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.8.0
    # 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.7.1'
    ref: '1.8.0'
    file: '/templates/gitlab-ci-sbt.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ stages:
  image: $SBT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sbt", "1.7.1"]
      command: ["--service", "sbt", "1.8.0"]
  before_script:
    - !reference [.sbt-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"