Skip to content

Commit 099e643

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.2...v2.1.0) (2025-03-22) ### Features * [[#71](#71)] Add support for ignoring check findings with YAML comments ([a8a4916](a8a4916)) ### Bug Fixes * **deps:** update dependency setuptools to v77 ([450592f](450592f)) * Fix CI lint not done in some cases ([6b56b58](6b56b58)) * Fix fail severity check ([b117d45](b117d45))
1 parent 2f35aec commit 099e643

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.1.0](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.0.2...v2.1.0) (2025-03-22)
2+
3+
4+
### Features
5+
6+
* [[#71](https://github.com/timo-reymann/gitlab-ci-verify/issues/71)] Add support for ignoring check findings with YAML comments ([a8a4916](https://github.com/timo-reymann/gitlab-ci-verify/commit/a8a49165ff8b97266caf5ed9030e3251473011e1))
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency setuptools to v77 ([450592f](https://github.com/timo-reymann/gitlab-ci-verify/commit/450592f6d75fc50ee07421b3373b8545c7374cdf))
12+
* Fix CI lint not done in some cases ([6b56b58](https://github.com/timo-reymann/gitlab-ci-verify/commit/6b56b58f4e0bf8d99ce962c7fad0a8fdcf95588f))
13+
* Fix fail severity check ([b117d45](https://github.com/timo-reymann/gitlab-ci-verify/commit/b117d45b27ddfd85a82c8a2f0545f3f42d91f7bc))
14+
115
## [2.0.2](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.0.1...v2.0.2) (2025-03-17)
216

317

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ docker run --rm -it -v $PWD:/workspace -e GITLAB_TOKEN="your token" timoreymann/
156156

157157
```yaml
158158
- repo: https://github.com/timo-reymann/gitlab-ci-verify
159-
rev: v2.0.2
159+
rev: v2.1.0
160160
hooks:
161161
- id: gitlab-ci-verify
162162
```

python_wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gitlab-ci-verify"
3-
version = "2.0.2"
3+
version = "2.1.0"
44
description = "Validate and lint your gitlab ci files using ShellCheck, the Gitlab API and curated checks"
55
authors = [
66
{ name = "Timo Reymann", email = "[email protected]" }

0 commit comments

Comments
 (0)