Skip to content

Commit

Permalink
build(release): 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](RedHatInsights/host-metering@v1.1.0...v1.2.0) (2023-12-19)

### Bug Fixes

* `subscription-manager list --installed` call failure ([698ff05](RedHatInsights@698ff05))
* log subscription-manager stdout on error ([aa9f13e](RedHatInsights@aa9f13e))

### Features

* add send_hostname configuration option ([5c2ce20](RedHatInsights@5c2ce20))
* filter out labels based on configuration ([1a948ff](RedHatInsights@1a948ff))
* send display_name label with host's name/fqdn ([5e0bc3c](RedHatInsights@5e0bc3c))
  • Loading branch information
semantic-release-bot committed Dec 19, 2023
1 parent 1a948ff commit a14d76f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.2.0](https://github.com/RedHatInsights/host-metering/compare/v1.1.0...v1.2.0) (2023-12-19)


### Bug Fixes

* `subscription-manager list --installed` call failure ([698ff05](https://github.com/RedHatInsights/host-metering/commit/698ff05326c44b41e794d72a6e9e6f30039d701c))
* log subscription-manager stdout on error ([aa9f13e](https://github.com/RedHatInsights/host-metering/commit/aa9f13e9bb9e2faaf49ed66664392a8bc496e73a))


### Features

* add send_hostname configuration option ([5c2ce20](https://github.com/RedHatInsights/host-metering/commit/5c2ce207ea826249ca6b588eb80d04b114fece7f))
* filter out labels based on configuration ([1a948ff](https://github.com/RedHatInsights/host-metering/commit/1a948ff0db5f7e7478ba4041399ff06284e488a7))
* send display_name label with host's name/fqdn ([5e0bc3c](https://github.com/RedHatInsights/host-metering/commit/5e0bc3cd837b856c8dcf1e35415abc491a9720ed))

# [1.1.0](https://github.com/RedHatInsights/host-metering/compare/v1.0.0...v1.1.0) (2023-12-13)


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.1.0"
const Version = "1.2.0"

0 comments on commit a14d76f

Please sign in to comment.