Skip to content

Commit bbca330

Browse files
authored
Update changelog.md
1 parent 1abee28 commit bbca330

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/changelog.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Changelog
22

3-
## v0.68.0
3+
## v0.67.0
44

55
### Added
66

7+
- Added `--checkstyle` flag to `pint lint` & `pint ci` for writing XML report file
8+
in `checkstyle` format - [#1129](https://github.com/cloudflare/pint/pull/1129).
9+
- Added `--json` flag to both `pint lint` and `pint ci` commands, this enables writing a JSON file
10+
with the report of all problems [#606](https://github.com/cloudflare/pint/issues/606).
711
- [promql/fragile](checks/promql/fragile.md) will now warn when alerting rules are using
812
one of the aggregation operation that can return different series on every evaluation,
913
which can cause alert floppiness - [#820](https://github.com/cloudflare/pint/issues/820).
1014
- [promql/regexp](checks/promql/regexp.md) check now supports extra configuration options
1115
to disable reports on smelly selector - [#1096](https://github.com/cloudflare/pint/issues/1096).
12-
- Added `--json` flag to both `pint lint` and `pint ci` commands, this enables writing a JSON file
13-
with the report of all problems [#606](https://github.com/cloudflare/pint/issues/606).
1416
- Checks can be enabled or disabled specifically for some Prometheus rules via `rule {}` config blocks.
1517
Adding `enable` or `disable` option with a list of checks names allows to selectively enable or disable
1618
checks only for Prometheus rules that match given `rule {}` definition.
@@ -43,13 +45,6 @@
4345

4446
- Don't try to create GitLab comments on unmodified lines - [#1147](https://github.com/cloudflare/pint/pull/1147).
4547

46-
## v0.67.0
47-
48-
### Added
49-
50-
- Added `--checkstyle` flag to `pint lint` & `pint ci` for writing XML report file
51-
in `checkstyle` format - [#1129](https://github.com/cloudflare/pint/pull/1129).
52-
5348
## v0.66.1
5449

5550
### Fixed

0 commit comments

Comments
 (0)