From 4891a66e297410fb0276cbaede041177f8e8c1ac Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 10 Mar 2023 18:06:43 -0800 Subject: [PATCH] Update CHANGES.md with release notes --- .github/dependabot.yaml | 3 --- CHANGES.md | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 61a3097a..0b87d735 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,3 @@ updates: directory: "/" schedule: interval: weekly - pull-request-branch-name: - separator: "-" - open-pull-requests-limit: 3 diff --git a/CHANGES.md b/CHANGES.md index de871053..fe964019 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ Notable changes between versions. ## Latest +## v1.26.2 + * Kubernetes [v1.26.2](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#v1262) * Update Cilium from v1.12.5 to [v1.12.6](https://github.com/cilium/cilium/releases/tag/v1.12.6) * Update flannel from v0.20.2 to [v0.21.2](https://github.com/flannel-io/flannel/releases/tag/v0.21.2) @@ -12,6 +14,10 @@ Notable changes between versions. * Add a `worker` module to allow customizing individual worker nodes ([#1295](https://github.com/poseidon/typhoon/pull/1295)) +### Known Issues + +* Fedora CoreOS [issue](https://github.com/coreos/fedora-coreos-tracker/issues/1423) fix is progressing through channels + ## v1.26.1 * Kubernetes [v1.26.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#v1261)