Releases: rajsinghtech/garage-operator
Releases · rajsinghtech/garage-operator
v0.3.8
Bug Fixes
- update COSI provisioner for proto v0.2.2 API (#111) in #111 by @rajsinghtech
- update module google.golang.org/grpc to v1.80.0 (#107) in #107 by @renovate[bot]
- update k8s (#101) in #101 by @renovate[bot]
- eliminate ServiceMonitor cache watcher log spam (#105) in #105 by @rajsinghtech
Miscellaneous
v0.3.6
Bug Fixes
- support cross-namespace bucket references in GarageKey (#100) in #100 by @rajsinghtech
v0.3.5
Bug Fixes
- deterministic key creation via HMAC-SHA256 of RPC secret (#96) in #96 by @rajsinghtech
v0.3.4
Features
- add configurable operator log level by @rajsinghtech
v0.3.3
v0.3.2
Performance
- reduce admin API polling frequency and skip redundant federation connects by @rajsinghtech
v0.3.1
Bug Fixes
- define remote_url macro inline in cliff.toml body template by @rajsinghtech
- add remote.github config for git-cliff remote_url macro by @rajsinghtech
Documentation
- document status.websiteUrl in website hosting section by @rajsinghtech
Features
- operational annotations, credential drift e2e, websiteUrl status (#89) in #89 by @rajsinghtech
- full metrics coverage and key creation latency fixes (#87) in #87 by @rajsinghtech
v0.3.0
Bug Fixes
- define remote_url macro inline in cliff.toml body template by @rajsinghtech
- align bucket health gate with key controller, drop redundant nil guard by @rajsinghtech
- use maps.Copy instead of manual map copy loops by @rajsinghtech
- fix key duplication on multi-operator race, relax cluster health gate by @rajsinghtech
- correct RPC metric name to rpc_netapp_request_counter by @rajsinghtech
Documentation
- add operational annotations design spec by @rajsinghtech
- document garage admin SDK evaluation by @rajsinghtech
Features
- implement trigger-snapshot, trigger-repair, scrub-command annotations by @rajsinghtech
- implement pause-reconcile annotation for GarageCluster by @rajsinghtech
- add LaunchScrubCommand for nested scrub repair body by @rajsinghtech
- add API latency, block, RPC, and table sync dashboard panels by @rajsinghtech
- add cluster health alerts and dashboard row by @rajsinghtech
v0.2.8
Bug Fixes
- force-remove finalizer when patch fails due to terminating namespace by @rajsinghtech
v0.2.7
Bug Fixes
- use Patch for finalization retry counter to avoid ResourceVersion conflict by @rajsinghtech