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

chore(release): 1.7.0 [skip ci]

parent ebc6dcb3
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.7.0](https://gitlab.com/to-be-continuous/sqlfluff/compare/1.6.2...1.7.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([e1e132b](https://gitlab.com/to-be-continuous/sqlfluff/commit/e1e132b93a5989db717822fedebd937673c2f0a2))


### Features

* support CA certs provided as file ([ebc6dcb](https://gitlab.com/to-be-continuous/sqlfluff/commit/ebc6dcb3a1cf91c340bb67c54b61b8e1b9b1d678))

## [1.6.2](https://gitlab.com/to-be-continuous/sqlfluff/compare/1.6.1...1.6.2) (2026-01-06)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/sqlfluff/gitlab-ci-sqlfluff@1.6.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sqlfluff/gitlab-ci-sqlfluff@1.7.0
    # 2: set/override component inputs
    inputs:
      working-dir: "data" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/sqlfluff'
    ref: '1.6.2'
    ref: '1.7.0'
    file: '/templates/gitlab-ci-sqlfluff.yml'

variables: