Skip to content

Commit

Permalink
Release 0.17.0 (#376)
Browse files Browse the repository at this point in the history
* Release 0.17.0

Signed-off-by: Kyle Eckhart <[email protected]>

---------

Signed-off-by: Kyle Eckhart <[email protected]>
Signed-off-by: Ben Kochie <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>
  • Loading branch information
kgeckhart and SuperQ authored Nov 4, 2024
1 parent 5cb3be0 commit 15981bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## master / unreleased

## 0.17.0 / 2024-11-04

Deprecation notice: The comma delimited flags `google.project-id` and `monitoring.metrics-type-prefixes` are being replaced by repeatable flags `google.project-ids` and `monitoring.metrics-prefixes`. The comma delimited flags will be supported for at least one more release.

- [CHANGE] Migrate logging to promslog #378
- [ENHANCEMENT] Sanitize metric type prefixes to prevent duplicate metrics #319
- [ENHANCEMENT] Add project ID to all logs from the collector #362
- [FEATURE] Add support for specifying comma-delimited string flags as repeatable flags #355

## 0.16.0 / 2024-07-15

* [FEATURE] Add ErrorLogger for promhttp #277
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.17.0

0 comments on commit 15981bb

Please sign in to comment.