5.0 KiB
5.0 KiB
Table of Contents generated with DocToc
v1.13.0-alpha.2
Downloads for v1.13.0-alpha.2
Download v1.13.0-alpha.2 in the v1.13.0-alpha.2 release page.
Changelog since v1.13.0-alpha.1
Urgent Update Notes
None.
Changes by Kind
API Changes
None.
Features & Enhancements
karmada-metrics-adapter
: Introduced--metrics-bind-address
flag which will be used to expose Prometheus metrics. (#6013, @chaosi-zju)
Deprecation
- Replace
grpc.DialContext
andgrpc.WithBlock
withgrpc.NewClient
since DialContext and WithBlock are deprecated while maintaining the original functionality. (#6026, @seanlaii)
Bug Fixes
karmada-controller-manager
: Fixed the issue that newly created attached-ResourceBinding be mystically garbage collected. (#6034, @whitewindmills)
Security
None.
Other
Dependencies
- The base image
alpine
now has been promoted from 3.21.0 to 3.21.2. (#6040)
Helm Charts
None.
Instrumentation
None.
v1.13.0-alpha.1
Downloads for v1.13.0-alpha.1
Download v1.13.0-alpha.1 in the v1.13.0-alpha.1 release page.
Changelog since v1.12.0
Urgent Update Notes
None.
Changes by Kind
API Changes
API Change
: IntroducedScheduling
suspension in bothResourceBinding
andClusterResourceBinding
which will be used for third-party systems to suspend application scheduling. (#5937, @Monokaix)
Features & Enhancements
karmadactl
: Add Fish shell autocompletion support for improved command-line efficiency. (#5876, @tiansuo114)
Deprecation
karmadactl
: The flag--ca-cert-path
of commandregister
has been marked deprecated because it has never been used, and will be removed in the future release. (#5862, @zhzhuang-zju)
Bug Fixes
karmada-controller-manager
: Fixed the problem of ResourceBinding remaining after the resource template is deleted in the dependencies distribution scenario. (#5943, @XiShanYongYe-Chang)karmada-controller-manager
: Fixed the bug of WorkloadRebalancer doesn't get deleted after TTL. (#5989, @chaosi-zju)karmada-controller-manager
: Fixed the issue of missing work queue metrics. (#5972, @XiShanYongYe-Chang)karmada-webhook
: Fixed panic when validating ResourceInterpreterWebhookConfiguration with unspecified service port. (#5960, @XiShanYongYe-Chang)karmada-operator
: Fixed the issue that external ETCD certificate be overwritten by generated in-cluster ETCD certificate. (#5976, @jabellard)
Security
None.
Other
Dependencies
- update kubernetes version to v1.31.3 (#5910, @dongjiang1989)
- The base image
alpine
now has been promoted from3.20.3
to3.21.0
. (#5920)
Helm Charts
- upgrade helm chart index to v1.12.0. (#5918, @chaosi-zju)
Instrumentation
None.