Releases: open-cluster-management-io/lab
fleetconfig-controller/v0.0.13
fleetconfig-controller v0.0.13
changes since fleetconfig-controller/v0.0.12
Thanks to all our contributors!*
What's Changed
- ✨ scaffold fleetconfig v1beta1 resources and webhooks by @arturshadnik in #52
- 🌱 Bump actions/dependency-review-action from 4.7.1 to 4.7.2 in the github-actions group by @dependabot[bot] in #53
- 🐛 properly trigger upgrades on version and klusterlet change by @arturshadnik in #56
- ✨ use clusteradm instead of custom code for labeling, ns creation by @arturshadnik in #58
- 🌱 Bump actions/dependency-review-action from 4.7.2 to 4.7.3 in the github-actions group by @dependabot[bot] in #61
- 🌱 Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #63
- 🐛 dont set negative addon conds if no addon ops were performed by @arturshadnik in #64
Full Changelog: fleetconfig-controller/v0.0.12...fleetconfig-controller/v0.0.13
fleetconfig-controller/v0.0.12
fleetconfig-controller v0.0.12
changes since fleetconfig-controller/v0.0.11
✨ New Features
- feat: update FC api to support hub-addons by @arturshadnik in #45
- feat: allow installing and uninstalling hub-addons by @arturshadnik in #50
🐛 Bug Fixes
- fix: handle falsy values in
deepClean; other Helm chart tweaks by @TylerGillson in #49
Thanks to all our contributors!*
What's Changed
- ✨ update FC api to support hub-addons by @arturshadnik in #45
- fix: handle falsy values in
deepClean; other Helm chart tweaks by @TylerGillson in #49 - ✨ allow installing and uninstalling hub-addons by @arturshadnik in #50
- chore: bump fleetconfig-controller to v0.0.12 by @arturshadnik in #51
Full Changelog: fleetconfig-controller/v0.0.11...fleetconfig-controller/v0.0.12
fleetconfig-controller/v0.0.11
fleetconfig-controller v0.0.11
changes since fleetconfig-controller/v0.0.10
Bug Fixes
- 🐛 poll until addon manifestworks have been cleaned up by @arturshadnik in #47
Thanks to all our contributors!*
What's Changed
- chore: expose all Helm values w/ defaults with the exception of add-ons by @TylerGillson in #46
- fix poll until addon manifestworks have been cleaned up by @arturshadnik in #47
- chore: bump fcc to v0.0.11 by @TylerGillson in #48
Full Changelog: fleetconfig-controller/v0.0.10...fleetconfig-controller/v0.0.11
fleetconfig-controller/v0.0.10
fleetconfig-controller v0.0.10
changes since fleetconfig-controller/v0.0.9
Thanks to all our contributors!*
What's Changed
- 🐛 set owner meta on addon resources to prevent deleting out-of-band addons by @arturshadnik in #41
- chore: expose klusterlet values in fleetconfig chart by @arturshadnik in #42
- 🌱 Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #44
- chore: switch to patch instead of update by @arturshadnik in #43
Full Changelog: fleetconfig-controller/v0.0.9...fleetconfig-controller/v0.0.10
fleetconfig-controller/v0.0.9
fleetconfig-controller v0.0.9
changes since fleetconfig-controller/v0.0.8
Thanks to all our contributors!*
What's Changed
- 🐛 only set
AddOnConfiguredcondition when num addons > 0 by @arturshadnik in #38 - ✨ Support
--klusterlet-values-filefor clusteradm join & klusterlet upgrade by @TylerGillson in #39 - ✨ Allow spoke kubeconfig edits by @TylerGillson in #40
Full Changelog: fleetconfig-controller/v0.0.8...fleetconfig-controller/v0.0.9
fleetconfig-controller/v0.0.8
fleetconfig-controller v0.0.8
changes since fleetconfig-controller/v0.0.7
✨ New Features
- feat: implement addon enable/disable flow by @arturshadnik in #33
🛠️ Uncategorized
- chore: bump fleetconfig-controller to v0.0.8 (#36) @arturshadnik
- chore: update liveness and readiness probes to improve startup times (#35) @arturshadnik
Thanks to all our contributors!*
What's Changed
- chore: update liveness and readiness probes to improve startup times by @arturshadnik in #35
- chore: bump fleetconfig-controller to v0.0.8 by @arturshadnik in #36
- ✨ implement addon enable/disable flow by @arturshadnik in #33
- 🌱 enable manual releases via workflow dispatch by @TylerGillson in #37
Full Changelog: fleetconfig-controller/v0.0.7...fleetconfig-controller/v0.0.8
fleetconfig-controller/v0.0.7
fleetconfig-controller v0.0.7
changes since fleetconfig-controller/v0.0.6
✨ New Features
- Add global timeout and log verbosity config for all clusteradm commands
- Move hub CA field to hub to avoid repeating it for all spokes
🐛 Bug Fixes
- If a spoke specifies force-internal-endpoint-lookup, ignore the hub apiserver override
- Re-accept all CSRs for a spoke cluster when its join condition is nil. Sometimes duplicate CSRs are created by the spoke registration agent when it gets bounced. Prior to this PR, fcc would only ever approve the 1st CSR, which subsequent klusterlet registration agents (post-bounce) don't care about.
Thanks to all our contributors!*
What's Changed
- vscode-extension - migrating vscode-extension from ocm-io org to lab repo by @mikeshng in #30
- 🐛 ignore hub apiserver override when forcing internal endpoint lookup by @TylerGillson in #34
Full Changelog: fleetconfig-controller/v0.0.6...fleetconfig-controller/v0.0.7
fleetconfig-controller/v0.0.6
fleetconfig-controller v0.0.6
changes since fleetconfig-controller/v0.0.5
✨ New Features
-
global and per-spoke klusterlet annotations; bump to v0.0.6 (#32) @TylerGillson
-
implement addon create and delete reconcile on the hub (#28) @arturshadnik
🌱 Infra & Such
- standardize API conventions (#31) @TylerGillson
Thanks to all our contributors!*
What's Changed
- 🌱 update fleetconfig API to support configuring add-ons by @arturshadnik in #26
- 🌱 Bump step-security/harden-runner from 2.12.2 to 2.13.0 in the github-actions group by @dependabot[bot] in #29
- fleetconfig-controller - chore: remove unused condition code by @arturshadnik in #27
- 🌱 standardize API conventions by @TylerGillson in #31
- ✨ implement addon create and delete reconcile on the hub by @arturshadnik in #28
- ✨ global and per-spoke klusterlet annotations; bump to v0.0.6 by @TylerGillson in #32
New Contributors
- @arturshadnik made their first contribution in #26
Full Changelog: fleetconfig-controller/v0.0.5...fleetconfig-controller/v0.0.6
fleetconfig-controller/v0.0.5
fleetconfig-controller v0.0.5
changes since fleetconfig-controller/v0.0.4
🌱 Infra & Such
- parameterize all base images in fleetconfig-controller Dockerfiles; bump to v0.0.5 (#25) @TylerGillson
Thanks to all our contributors!*
What's Changed
- 🌱 parameterize all base images in fleetconfig-controller Dockerfiles; bump to v0.0.5 by @TylerGillson in #25
Full Changelog: fleetconfig-controller/v0.0.4...fleetconfig-controller/v0.0.5
fleetconfig-controller/v0.0.4
fleetconfig-controller v0.0.4
changes since fleetconfig-controller/v0.0.3
🐛 Bug Fixes
- correctly handle GKE-Ingress provider in
controller.imagehelm func; correctly prefer global kubernetes provider (#23) @TylerGillson
🌱 Infra & Such
- bump fcc to v0.0.4 (#24) @TylerGillson
Thanks to all our contributors!*
What's Changed
- 🐛 correctly handle GKE-Ingress provider in
controller.imagehelm func; correctly prefer global kubernetes provider by @TylerGillson in #23 - 🌱 bump fcc to v0.0.4 by @TylerGillson in #24
Full Changelog: fleetconfig-controller/v0.0.3...fleetconfig-controller/v0.0.4