Skip to content

Commit 5eabc0e

Browse files
committed
Add missing changelog entries for v1.18.7
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
1 parent b497fa1 commit 5eabc0e

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG/CHANGELOG-1.18.md

Lines changed: 55 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.18.7](#v1187)
17+
- [Downloads for v1.18.7](#downloads-for-v1187)
18+
- [Changelog since v1.18.6](#changelog-since-v1186)
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.18.6](#v1186)
1726
- [Downloads for v1.18.6](#downloads-for-v1186)
1827
- [Source Code](#source-code-1)
@@ -262,6 +271,52 @@ _Nothing has changed._
262271
_Nothing has changed._
263272

264273

274+
# v1.18.7
275+
276+
277+
## Downloads for v1.18.7
278+
279+
Release artifacts for 1.18.7 and 1.17.10 are incomplete. __Do not use these releases.__
280+
281+
# Changelog since v1.18.6
282+
283+
## Changes by Kind
284+
285+
### Bug or Regression
286+
287+
- 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]
288+
- Fix an issue with container restarts using a modified configmap or secret subpath volume mount. ([#89629](https://github.com/kubernetes/kubernetes/pull/89629), [@fatedier](https://github.com/fatedier)) [SIG Architecture, Storage and Testing]
289+
- 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]
290+
- 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]
291+
- Fixed a bug whereby the allocation of reusable CPUs and devices was not being honored when the TopologyManager was enabled ([#93189](https://github.com/kubernetes/kubernetes/pull/93189), [@klueska](https://github.com/klueska)) [SIG Node]
292+
- Fixed a performance issue applying json patches to deeply nested objects ([#93811](https://github.com/kubernetes/kubernetes/pull/93811), [@liggitt](https://github.com/liggitt)) [SIG API Machinery, CLI, Cloud Provider, Cluster Lifecycle and Instrumentation]
293+
- Fixes a regression in kube-apiserver causing 500 errors from the `/readyz` endpoint ([#93642](https://github.com/kubernetes/kubernetes/pull/93642), [@ialidzhikov](https://github.com/ialidzhikov)) [SIG API Machinery]
294+
295+
### Other (Cleanup or Flake)
296+
297+
- Build: Update Debian base images
298+
- debian-base:v2.1.3
299+
- debian-iptables:v12.1.2
300+
- debian-hyperkube-base:v1.1.3 ([#93754](https://github.com/kubernetes/kubernetes/pull/93754), [@justaugustus](https://github.com/justaugustus)) [SIG API Machinery, Cluster Lifecycle, Release and Testing]
301+
- Update Golang to v1.13.14
302+
- Update bazel to 2.2.0
303+
- Update repo-infra to 0.0.8 (to support go1.14.6 and go1.13.14)
304+
- Includes:
305+
- bazelbuild/[email protected]
306+
- bazelbuild/[email protected] ([#93232](https://github.com/kubernetes/kubernetes/pull/93232), [@justaugustus](https://github.com/justaugustus)) [SIG API Machinery, Release and Testing]
307+
308+
## Dependencies
309+
310+
### Added
311+
- github.com/jessevdk/go-flags: [v1.4.0](https://github.com/jessevdk/go-flags/tree/v1.4.0)
312+
313+
### Changed
314+
- github.com/evanphx/json-patch: [v4.2.0+incompatible → 162e562](https://github.com/evanphx/json-patch/compare/v4.2.0...162e562)
315+
316+
### Removed
317+
_Nothing has changed._
318+
319+
265320

266321
# v1.18.6
267322

0 commit comments

Comments
 (0)