Releases: open-cluster-management-io/clusteradm
Releases · open-cluster-management-io/clusteradm
v0.10.0
What's Changed
- ✨ Add --client-cert-expiration-seconds by @ohkinozomu in #443
- 🐛 make the clusteradm join output more clear by @skeeey in #444
- 🐛 fix feature gate merges in ConvertToFeatureGateAPI by @TylerGillson in #446
- 🌱 Bump golang to 1.22 by @zhujian7 in #447
- 🌱 Enable unit tests in github action by @zhujian7 in #448
- ✨ Use helm chart in ocm repo to deploy by @qiujian16 in #449
- ✨ Sync GRC manifests for v0.15.0 by @dhaiducek in #452
- 🌱 Replace deprecated genericclioption.IOStreams by @qiujian16 in #450
- 🐛 Update version for ocm to 0.15.0 by @qiujian16 in #451
New Contributors
- @TylerGillson made their first contribution in #446
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- 🐛typo issues by @hchenxa in #440
- 🐛 create empty pull secret in the operator ns by @zhiweiyin318 in #438
- ✨ Support uninstall built-in addon by @qiujian16 in #435
- 🌱 update deps to v0.14 by @qiujian16 in #441
- 🌱 Change the default bundle version to 0.14.0 by @zhujian7 in #445
Full Changelog: v0.8.4...v0.9.0
v0.8.4
What's Changed
- ✨ Add log in placement create/update operation by @RokibulHasan7 in #434
- ✨ Add capi into join flow by @qiujian16 in #428
- ✨ add enable-sync-labels flag by @zhiweiyin318 in #437
- 🌱 Update ocm version to v0.13.3 by @qiujian16 in #439
New Contributors
- @zhiweiyin318 made their first contribution in #437
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- 🐛 Add getting pull secret and work driver config permission by @zhujian7 in #423
- 🌱 update ocm api by @skeeey in #424
- 🐛 Add
addon-manager
annotation to CMA by @dhaiducek in #426 - 🐛 Fix typo by @RokibulHasan7 in #430
- ✨ Check if there any managed clusters exists before hub cleanup by @RokibulHasan7 in #431
- 🐛 Update helm chart repo url by @zhujian7 in #432
New Contributors
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- 🐛 Add cgo_enabled flag for linux/amd64 by @qiujian16 in #414
- 🐛 Filter manifest works by name by @zhujian7 in #415
- 🌱 Create agent namespace by a ns template file by @zhujian7 in #420
- 🐛 Ignore CRD not installed error when dry-run by @zhujian7 in #421
- 🌱 update release to v0.13.2 by @qiujian16 in #422
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- 🌱 Remove cves reported by govulncheck by @tamalsaha in #404
- 🌱 Refactor join/init values by @qiujian16 in #405
- 🌱 Use helpers from sdk-go by @tamalsaha in #406
- 🐛 Update framework manifests by @dhaiducek in #407
- 🌱 Update integration tests by @dhaiducek in #408
- 🌱 Refactor version cmd by @qiujian16 in #409
- 🐛 Fix preflight check when specify kubeconfig in init cmd by @qiujian16 in #413
- 🐛 Check if managed cluster is created during join by @qiujian16 in #411
- 🌱 Change the default version to v0.13.1 by @qiujian16 in #412
New Contributors
- @tamalsaha made their first contribution in #404
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- ✨ clusteradm join support resource-qos-class parameter by @haowells in #398
- 🌱 Upgrade api and sdk-go deps by @qiujian16 in #399
- ✨ Configurable QoS resources for cluster-manager and klusterlet operators and their managed containers by @promid in #400
- 🐛 Fix test output when delete ns by @qiujian16 in #401
- 🌱 Bump ocm api to 0.13.0 by @zhujian7 in #402
- 🌱 Update default version to 0.13.0 by @qiujian16 in #403
New Contributors
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- 🐛 fix the wrong apiserver endpoint in hosted mode by @elgnay in #390
- 🐛 Fix a bug in apply resources by @qiujian16 in #389
- 🌱 Deploy webhook config for subadmin workarounds by @dhaiducek in #393
- ✨ support setting proxy between hub and managed cluster by @elgnay in #391
- 🌱 Update e2e for upgrade cluster manager by @qiujian16 in #394
- 🌱 Update version to 0.7.2 by @qiujian16 in #396
- 🐛 fix addon manager image is not picked during upgarde by @qiujian16 in #397
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- 🐛 add ns update permisson to klusterlet cluster role by @elgnay in #386
- 🐛 Disable the propagator webhook; Add ClusterManagementAddon manifests by @dhaiducek in #388
New Contributors
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- allow install regiatration agent using multicluster controlplane in join command by @ycyaoxdu in #338
- ci: prevent fossa workflow from runing and failing when syncing forks by @TomerFi in #346
- Fix: e2e fails because not support latest bundles. by @xuezhaojun in #351
- Fix: using deprecated field
AddOnConfiguiration
causingproxy health
not work. by @xuezhaojun in #348 - Add: run e2e test when ocm changes. by @xuezhaojun in #352
- use v1beta2 clusterset by @ldpliu in #353
- Using the right API version v1alpha1 for ClusterClaims by @anandf in #354
- update preflight check by @ycyaoxdu in #349
- pick newest secret while running get bootstrap token by @ycyaoxdu in #356
- bug fix: wrong AgentNamespace in hosted mode by @ycyaoxdu in #358
- allow init hub by deploy multicluster controlplane by @ycyaoxdu in #336
- Display error in CheckForHub by @aii-nozomu-oki in #363
- Upgrade
placmentbinding
to support selective policy enforcement by @yanmxa in #365 - Fix: remove deprecated
AddOnConfiguration
field. by @xuezhaojun in #368 - Refactor singleton mode to use image built in ocm by @qiujian16 in #371
- Add create addon cmd by @qiujian16 in #370
- Update join command describe to reflect the changes by @clyang82 in #373
- return error for enabling an unknown addon by @zhujian7 in #374
- Upgrade to the latest ocm api by @zhujian7 in #375
- Add pr-verify action by @zhujian7 in #377
- Upgrade ocm api to v0.12.0 by @zhujian7 in #376
- 🌱 Remove managed cluster2 in e2e to reduce costs by @zhujian7 in #380
- 🐛 Do not approve agent join with multiple csrs by @qiujian16 in #369
- 🌱 Print uncleaned appliedmanifestworks for unjoin cmd by @zhujian7 in #381
- 🌱 Add GitHub issue templates by @zhujian7 in #379
- 🌱 Update go version and release gh action by @qiujian16 in #378
- 🌱 Update default versions by @zhujian7 in #382
New Contributors
- @TomerFi made their first contribution in #346
- @ldpliu made their first contribution in #353
- @anandf made their first contribution in #354
- @aii-nozomu-oki made their first contribution in #363
- @clyang82 made their first contribution in #373
Full Changelog: v0.6.0...v0.7.0