Skip to content

Commit

Permalink
build(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-12-13)

### Bug Fixes

* log file permissions ([e7a68ea](e7a68ea))

### Features

* add label refresh on label_refresh_interval ([6cf0df3](6cf0df3))
* add prometheus recording rule to aggregate measurements ([#22](#22)) ([55dc8b8](55dc8b8))
* capture and send installed products ID ([#25](#25)) ([5f5e552](5f5e552))
* configurable log prefix ([fcb8555](fcb8555))
* document go proxy envs in man page ([773a12f](773a12f))
* shorten go proxy env description ([728e497](728e497))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent b28045b commit 367fb06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.1.0](https://github.com/RedHatInsights/host-metering/compare/v1.0.0...v1.1.0) (2023-12-13)


### Bug Fixes

* log file permissions ([e7a68ea](https://github.com/RedHatInsights/host-metering/commit/e7a68ea74bb1a9256851bc4d0ccf0a68de16d320))


### Features

* add label refresh on label_refresh_interval ([6cf0df3](https://github.com/RedHatInsights/host-metering/commit/6cf0df3506aee8819aa9e1abd4c7bb4f38c3e23e))
* add prometheus recording rule to aggregate measurements ([#22](https://github.com/RedHatInsights/host-metering/issues/22)) ([55dc8b8](https://github.com/RedHatInsights/host-metering/commit/55dc8b8c6b45b7cd42b236790740ba241731668b))
* capture and send installed products ID ([#25](https://github.com/RedHatInsights/host-metering/issues/25)) ([5f5e552](https://github.com/RedHatInsights/host-metering/commit/5f5e552abb5de46981fa9324341850b41eb1e937))
* configurable log prefix ([fcb8555](https://github.com/RedHatInsights/host-metering/commit/fcb8555b8e2946b481d6067e88ae006452578f29))
* document go proxy envs in man page ([773a12f](https://github.com/RedHatInsights/host-metering/commit/773a12fd4f6dfd3b76e53c1c1ad7e3a89c9e3f3d))
* shorten go proxy env description ([728e497](https://github.com/RedHatInsights/host-metering/commit/728e49749e84038ee2a5c83103607b41209ce047))

# 1.0.0 (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.0.0"
const Version = "1.1.0"

0 comments on commit 367fb06

Please sign in to comment.