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

chore(release): 1.11.0 [skip ci]

# [1.11.0](https://gitlab.com/to-be-continuous/sbt/compare/1.10.2...1.11.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([944c4bc4](https://gitlab.com/to-be-continuous/sbt/commit/944c4bc4b4416242b4051ceafd23162cacc76b52))

### Features

* support CA certs provided as file ([c46b6527](https://gitlab.com/to-be-continuous/sbt/commit/c46b652730f7d7021e49922da529cd063d451e9a))
parent c46b6527
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.11.0](https://gitlab.com/to-be-continuous/sbt/compare/1.10.2...1.11.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([944c4bc](https://gitlab.com/to-be-continuous/sbt/commit/944c4bc4b4416242b4051ceafd23162cacc76b52))


### Features

* support CA certs provided as file ([c46b652](https://gitlab.com/to-be-continuous/sbt/commit/c46b652730f7d7021e49922da529cd063d451e9a))

## [1.10.2](https://gitlab.com/to-be-continuous/sbt/compare/1.10.1...1.10.2) (2026-01-06)


+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.10.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sbt/gitlab-ci-sbt@1.11.0
    # 2: set/override component inputs
    inputs:
      image: "docker.io/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.10.2'
    ref: '1.11.0'
    file: '/templates/gitlab-ci-sbt.yml'

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