You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
128
134
135
+
# v1.13.9
136
+
## Downloads for v1.13.9
137
+
138
+
Download v1.13.9 in the [v1.13.9 release page](https://github.com/karmada-io/karmada/releases/tag/v1.13.9).
139
+
140
+
## Changelog since v1.13.8
141
+
### Changes by Kind
142
+
#### Bug Fixes
143
+
-`karmada-metrics-adapter`: Fixed a panic when querying node metrics by name caused by using the wrong GroupVersionResource (PodsGVR instead of NodesGVR) when creating a lister. ([#6891](https://github.com/karmada-io/karmada/pull/6891), @vie-serendipity)
144
+
145
+
#### Others
146
+
- The base image `alpine` now has been promoted from 3.22.1 to 3.22.2. ([#6823](https://github.com/karmada-io/karmada/pull/6823), @dependabot)
147
+
129
148
# v1.13.8
130
149
## Downloads for v1.13.8
131
150
@@ -177,7 +196,7 @@ Download v1.13.5 in the [v1.13.5 release page](https://github.com/karmada-io/kar
177
196
-`karmada-controller-manager`: Fixed the issue that EndpointSlice are deleted unexpectedly due to the EndpointSlice informer cache not being synced. ([#6584](https://github.com/karmada-io/karmada/pull/6584), @XiShanYongYe-Chang)
178
197
179
198
#### Others
180
-
- The base image `alpine` now has been promoted from 3.22.0 to 3.22.1. ([#6561](https://github.com/karmada-io/karmada/pull/6561))
199
+
- The base image `alpine` now has been promoted from 3.22.0 to 3.22.1. ([#6561](https://github.com/karmada-io/karmada/pull/6561), @dependabot)
181
200
182
201
# v1.13.4
183
202
## Downloads for v1.13.4
@@ -190,7 +209,7 @@ Download v1.13.4 in the [v1.13.4 release page](https://github.com/karmada-io/kar
190
209
None.
191
210
192
211
#### Others
193
-
- The base image `alpine` now has been promoted from 3.21.3 to 3.22.0. ([#6421](https://github.com/karmada-io/karmada/pull/6421))
212
+
- The base image `alpine` now has been promoted from 3.21.3 to 3.22.0. ([#6421](https://github.com/karmada-io/karmada/pull/6421), @dependabot)
194
213
195
214
# v1.13.3
196
215
## Downloads for v1.13.3
@@ -371,7 +390,7 @@ For a detailed description and usage guide, see the [Karmada Dashboard](https://
371
390
## Other
372
391
### Dependencies
373
392
- Karmada now built with Golang v1.22.12. ([#6131](https://github.com/karmada-io/karmada/pull/6131), @sachinparihar)
374
-
- The base image `alpine` now has been promoted from 3.21.2 to 3.21.3. ([#6124](https://github.com/karmada-io/karmada/pull/6124))
393
+
- The base image `alpine` now has been promoted from 3.21.2 to 3.21.3. ([#6124](https://github.com/karmada-io/karmada/pull/6124), @dependabot)
375
394
- update kubernetes version to v1.31.3 ([#5910](https://github.com/karmada-io/karmada/pull/5910), @dongjiang1989)
376
395
377
396
### Helm Charts
@@ -541,7 +560,7 @@ None.
541
560
542
561
## Other
543
562
### Dependencies
544
-
- The base image `alpine` now has been promoted from 3.21.0 to 3.21.2. ([#6040](https://github.com/karmada-io/karmada/pull/6040))
563
+
- The base image `alpine` now has been promoted from 3.21.0 to 3.21.2. ([#6040](https://github.com/karmada-io/karmada/pull/6040), @dependabot)
545
564
546
565
### Helm Charts
547
566
None.
@@ -583,7 +602,7 @@ None.
583
602
## Other
584
603
### Dependencies
585
604
- update kubernetes version to v1.31.3 ([#5910](https://github.com/karmada-io/karmada/pull/5910), @dongjiang1989)
586
-
- The base image `alpine` now has been promoted from `3.20.3` to `3.21.0`. ([#5920](https://github.com/karmada-io/karmada/pull/5920))
605
+
- The base image `alpine` now has been promoted from `3.20.3` to `3.21.0`. ([#5920](https://github.com/karmada-io/karmada/pull/5920), @dependabot)
587
606
588
607
### Helm Charts
589
608
- upgrade helm chart index to v1.12.0. ([#5918](https://github.com/karmada-io/karmada/pull/5918), @chaosi-zju)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
112
118
119
+
# v1.14.6
120
+
## Downloads for v1.14.6
121
+
122
+
Download v1.14.6 in the [v1.14.6 release page](https://github.com/karmada-io/karmada/releases/tag/v1.14.6).
123
+
124
+
## Changelog since v1.14.5
125
+
### Changes by Kind
126
+
#### Bug Fixes
127
+
-`karmada-metrics-adapter`: Fixed a panic when querying node metrics by name caused by using the wrong GroupVersionResource (PodsGVR instead of NodesGVR) when creating a lister. ([#6846](https://github.com/karmada-io/karmada/pull/6846), @vie-serendipity)
128
+
-`karmadactl`: Fixed the issue that the `register` command still uses the cluster-info endpoint when registering a pull-mode cluster, even if the user provides the API server endpoint. ([#6883](https://github.com/karmada-io/karmada/pull/6883), @ssenecal-modular)
129
+
130
+
#### Others
131
+
- Karmada is now built with Golang v1.23.12. ([#6854](https://github.com/karmada-io/karmada/pull/6854), @rayo1uo)
132
+
- The base image `alpine` now has been promoted from 3.22.1 to 3.22.2. ([#6824](https://github.com/karmada-io/karmada/pull/6824), @dependabot)
133
+
113
134
# v1.14.5
114
135
## Downloads for v1.14.5
115
136
@@ -162,7 +183,7 @@ Download v1.14.2 in the [v1.14.2 release page](https://github.com/karmada-io/kar
162
183
-`karmada-controller-manager`: Fixed the issue that EndpointSlice are deleted unexpectedly due to the EndpointSlice informer cache not being synced. ([#6583](https://github.com/karmada-io/karmada/pull/6583), @XiShanYongYe-Chang)
163
184
164
185
#### Others
165
-
- The base image `alpine` now has been promoted from 3.22.0 to 3.22.1. ([#6559](https://github.com/karmada-io/karmada/pull/6559))
186
+
- The base image `alpine` now has been promoted from 3.22.0 to 3.22.1. ([#6559](https://github.com/karmada-io/karmada/pull/6559), @dependabot)
166
187
167
188
# v1.14.1
168
189
## Downloads for v1.14.1
@@ -178,7 +199,7 @@ Download v1.14.1 in the [v1.14.1 release page](https://github.com/karmada-io/kar
178
199
-`karmada-controller-manager`: Fixed the issue where the federated-resource-quota-enforcement-controller miscalculates quota usage. ([#6503](https://github.com/karmada-io/karmada/pull/6503), @zhzhuang-zju)
179
200
180
201
#### Others
181
-
- The base image `alpine` now has been promoted from 3.21.3 to 3.22.0. ([#6459](https://github.com/karmada-io/karmada/pull/6459))
202
+
- The base image `alpine` now has been promoted from 3.21.3 to 3.22.0. ([#6459](https://github.com/karmada-io/karmada/pull/6459), @dependabot)
0 commit comments