Skip to content

Commit 9574a70

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2025-03-27) ### Bug Fixes * **deps:** update module github.com/open-policy-agent/opa to v1.3.0 ([f2a62ea](f2a62ea))
1 parent f2a62ea commit 9574a70

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.2](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.1.1...v2.1.2) (2025-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update module github.com/open-policy-agent/opa to v1.3.0 ([f2a62ea](https://github.com/timo-reymann/gitlab-ci-verify/commit/f2a62ea9c83f66f0ffa5b017893915f9165d0808))
7+
18
## [2.1.1](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.1.0...v2.1.1) (2025-03-22)
29

310

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.1.1
159+
rev: v2.1.2
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.1.1"
3+
version = "2.1.2"
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)