v0.7.0 (2021-12-23)
Clusternet Release v0.7.0
The 7th release of Clusternet ! 🦌🦌🦌🎅🎄🎄🎄
Merry Christmas!
This version mainly focuses on supporting scheduler framework, fully supporting k3s and improving the stability of deploying applications to child clusters.
Changes Since v0.6.0
Full Changelog: https://github.com/clusternet/clusternet/compare/v0.6.0...v0.7.0
What’s Changed
New Features & Enhancements
- Adding Clusternet roadmap (#191)
- Supporting using helm charts in private repository (#193)
- Adding a new component
clusternet-scheduler, which is base on scheduler framework (#204, #217, #221) - Taints and tolerations based scheduling are supported as well (#203, #210)
- Supporting running
clusternet-hubon k3s (#209) - Configurable clusternet built namespaces, such as
clusternet-system,clusternet-reserved(#205, #211, #216, #219) - Rolling back resource changes in child clusters (#194)
kubectl-clusternetpluginv0.5.0introduced new flags--cluster-idand--child-kubeconfig. This made it easier to visit child clusters through parent cluster using CLI, instead of constructing a complicated and dedicated kubeconfig (#214)
Bug Fixes
- Mitigating
Manifestname with hyphens (#83) - Fixing cluster label parsing during registration (#197)
- Reconciling
DescriptionwhenHelmChartgot changed (#202) - Only register resources with the highest priority (#213)
Security Enhancements
- Fixing dependency vulnerability
github.com/opencontainers/image-spec(GHSA-77vh-xpmg-72qh) andgithub.com/containerd/containerd(GHSA-5j5w-g665-5m35) (#188) - Upgrading dependency
github.com/opencontainers/runctov1.0.3to mitigate vulnerability CVE-2021-43784 (Overflow in netlink bytemsg length field allows attacker to override netlink-based container configuration) (#198)
Deprecated APIs
- Removing deprecated field
ManagedCluster.Status.ParentAPIServerURL(#165)
New Contributors
- @lmxia made their first contribution in #194
- @Garrybest made their first contribution in #203, #210
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified July 14, 2022: add release note v0.11.0 (#27) (8ca84df)