Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.0.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.2](https://github.com/canonical/hook-service-operator/compare/v1.0.1...v1.0.2) (2025-10-11)


### Bug Fixes

* check service status before setting status ([dfd3edc](https://github.com/canonical/hook-service-operator/commit/dfd3edc82d784fd4eef22aa5e2b1a56f9a90be97))
* check service status before setting status ([d26a713](https://github.com/canonical/hook-service-operator/commit/d26a7139fb0066c43a5683b0100415d37b22db2f))
* do not set status in event handler ([01f064e](https://github.com/canonical/hook-service-operator/commit/01f064e62e7b864bd58f33f09607189a4de2f836))
* don't restart service if config didn't change ([f58c8c4](https://github.com/canonical/hook-service-operator/commit/f58c8c4991137d384b0dc495cca19f28c4f18719))
* update charm dependent libs ([f9ba99b](https://github.com/canonical/hook-service-operator/commit/f9ba99bd72571972ac924543dc0e09b406bf9764))
* update charm dependent libs ([cd45630](https://github.com/canonical/hook-service-operator/commit/cd45630d3d746b9f5b858afef51ae7a5eb40cb7c))

## [1.0.1](https://github.com/canonical/hook-service-operator/compare/v1.0.0...v1.0.1) (2025-06-30)


Expand Down