Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.1...v1.2.0) (2025-01-02)

### Features

* Add `--include-opa-bundle` flag ([537e0ab](537e0ab))
* **rego-policy:** Allow loading remote bundle ([a2bb481](a2bb481))

### Bug Fixes

* Add missing integration tests file ([59866bd](59866bd))
* **deps:** update module github.com/go-git/go-git/v5 to v5.13.1 ([8f303a9](8f303a9))
  • Loading branch information
semantic-release-bot committed Jan 2, 2025
1 parent 8f303a9 commit 7fe13ff
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.2.0](https://github.com/timo-reymann/gitlab-ci-verify/compare/v1.1.1...v1.2.0) (2025-01-02)


### Features

* Add `--include-opa-bundle` flag ([537e0ab](https://github.com/timo-reymann/gitlab-ci-verify/commit/537e0abec20895a6e28daf27a96ea4034aba59d4))
* **rego-policy:** Allow loading remote bundle ([a2bb481](https://github.com/timo-reymann/gitlab-ci-verify/commit/a2bb481156c4b419909308a1b4e224acf64901ab))


### Bug Fixes

* Add missing integration tests file ([59866bd](https://github.com/timo-reymann/gitlab-ci-verify/commit/59866bd4277e7de3afcae4fe0d6a8250bae3473c))
* **deps:** update module github.com/go-git/go-git/v5 to v5.13.1 ([8f303a9](https://github.com/timo-reymann/gitlab-ci-verify/commit/8f303a9121799cdd3227f30d31514ae2bf29e477))

## [1.1.1](https://github.com/timo-reymann/gitlab-ci-verify/compare/v1.1.0...v1.1.1) (2024-12-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ docker run --rm -it -v $PWD:/workspace -e GITLAB_TOKEN="your token" timoreymann/

```yaml
- repo: https://github.com/timo-reymann/gitlab-ci-verify
rev: v1.1.1
rev: v1.2.0
hooks:
- id: gitlab-ci-verify
```
Expand Down
2 changes: 1 addition & 1 deletion python_wrapper/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gitlab-ci-verify"
version = "1.1.1"
version = "1.2.0"
description = "Validate and lint your gitlab ci files using ShellCheck, the Gitlab API and curated checks"
authors = [
{ name = "Timo Reymann", email = "[email protected]" }
Expand Down

0 comments on commit 7fe13ff

Please sign in to comment.