Skip to content

Commit d822b8b

Browse files
authored
Merge pull request kubernetes#93972 from puerco/changelog-fix-117
Add missing changelog entries for v1.17.10
2 parents a42a1c8 + 7175240 commit d822b8b

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG/CHANGELOG-1.17.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
- [Added](#added)
1414
- [Changed](#changed)
1515
- [Removed](#removed)
16+
- [v1.17.10](#v11710)
17+
- [Downloads for v1.17.10](#downloads-for-v11710)
18+
- [Changelog since v1.17.9](#changelog-since-v1179)
19+
- [Changes by Kind](#changes-by-kind)
20+
- [Other (Cleanup or Flake)](#other-cleanup-or-flake)
21+
- [Dependencies](#dependencies)
22+
- [Added](#added)
23+
- [Changed](#changed)
24+
- [Removed](#removed)
1625
- [v1.17.9](#v1179)
1726
- [Downloads for v1.17.9](#downloads-for-v1179)
1827
- [Source Code](#source-code-1)
@@ -297,6 +306,51 @@ _Nothing has changed._
297306
### Removed
298307
_Nothing has changed._
299308

309+
# v1.17.10
310+
311+
312+
## Downloads for v1.17.10
313+
314+
Release artifacts for 1.18.7 and 1.17.10 are incomplete. __Do not use these releases.__
315+
316+
# Changelog since v1.17.9
317+
318+
## Changes by Kind
319+
320+
### Bug or Regression
321+
322+
- Do not add nodes labeled with kubernetes.azure.com/managed=false to backend pool of load balancer. ([#93034](https://github.com/kubernetes/kubernetes/pull/93034), [@matthias50](https://github.com/matthias50)) [SIG Cloud Provider]
323+
- Fix instance not found issues when an Azure Node is recreated in a short time ([#93316](https://github.com/kubernetes/kubernetes/pull/93316), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider]
324+
- Fix: don't use docker config cache if it's empty ([#92330](https://github.com/kubernetes/kubernetes/pull/92330), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider]
325+
- Fix: initial delay in mounting azure disk & file ([#93052](https://github.com/kubernetes/kubernetes/pull/93052), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
326+
- Fixed a performance issue applying json patches to deeply nested objects ([#93812](https://github.com/kubernetes/kubernetes/pull/93812), [@liggitt](https://github.com/liggitt)) [SIG API Machinery, CLI, Cloud Provider, Cluster Lifecycle and Instrumentation]
327+
- Fixes a regression in kube-apiserver causing 500 errors from the `/readyz` endpoint ([#93643](https://github.com/kubernetes/kubernetes/pull/93643), [@ialidzhikov](https://github.com/ialidzhikov)) [SIG API Machinery]
328+
- Terminating a restartPolicy=Never pod no longer has a chance to report the pod succeeded when it actually failed. ([#88440](https://github.com/kubernetes/kubernetes/pull/88440), [@smarterclayton](https://github.com/smarterclayton)) [SIG Node and Testing]
329+
330+
### Other (Cleanup or Flake)
331+
332+
- Build: Update Debian base images
333+
- debian-base:v2.1.3
334+
- debian-iptables:v12.1.2
335+
- debian-hyperkube-base:v1.1.3 ([#93924](https://github.com/kubernetes/kubernetes/pull/93924), [@justaugustus](https://github.com/justaugustus)) [SIG API Machinery, Cluster Lifecycle and Release]
336+
- Update Golang to v1.13.14
337+
- Update bazel to 2.2.0
338+
- Update repo-infra to 0.0.8 (to support go1.14.6 and go1.13.14)
339+
- Includes:
340+
- bazelbuild/[email protected]
341+
- bazelbuild/[email protected] ([#93233](https://github.com/kubernetes/kubernetes/pull/93233), [@justaugustus](https://github.com/justaugustus)) [SIG API Machinery, Release and Testing]
342+
343+
## Dependencies
344+
345+
### Added
346+
- github.com/jessevdk/go-flags: [v1.4.0](https://github.com/jessevdk/go-flags/tree/v1.4.0)
347+
348+
### Changed
349+
- github.com/evanphx/json-patch: [v4.2.0+incompatible → 162e562](https://github.com/evanphx/json-patch/compare/v4.2.0...162e562)
350+
351+
### Removed
352+
_Nothing has changed._
353+
300354

301355

302356
# v1.17.9

0 commit comments

Comments
 (0)