about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorEric Bailey <yurrriq@users.noreply.github.com>2023-07-24 13:07:52 -0500
committerGitHub <noreply@github.com>2023-07-24 20:07:52 +0200
commit3e36355e44999d194185c4f974e3d3961b447986 (patch)
tree034b02c4a3a156573b54ab213bab8e30da7aeb38 /nixos/doc
parent8f23952d556d3a5283b91f4e04e8e2c808d4ec42 (diff)
downloadnixlib-3e36355e44999d194185c4f974e3d3961b447986.tar
nixlib-3e36355e44999d194185c4f974e3d3961b447986.tar.gz
nixlib-3e36355e44999d194185c4f974e3d3961b447986.tar.bz2
nixlib-3e36355e44999d194185c4f974e3d3961b447986.tar.lz
nixlib-3e36355e44999d194185c4f974e3d3961b447986.tar.xz
nixlib-3e36355e44999d194185c4f974e3d3961b447986.tar.zst
nixlib-3e36355e44999d194185c4f974e3d3961b447986.zip
kops: 1.26.4 -> 1.27.0 (#245208)
- Drop kops_1_24
- kops_1_26: 1.26.4 -> 1.26.5
- Update 23.11 release notes
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 52147129adda..339200ce2953 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -101,6 +101,8 @@
 
 - The `go-ethereum` package has been updated to v1.12.0. This drops support for proof-of-work. Its GraphQL API now encodes all numeric values as hex strings and the GraphQL UI is updated to version 2.0. The default database has changed from `leveldb` to `pebble` but `leveldb` can be forced with the --db.engine=leveldb flag. The `checkpoint-admin` command was [removed along with trusted checkpoints](https://github.com/ethereum/go-ethereum/pull/27147).
 
+- The default `kops` version is now 1.27.0 and support for 1.24 and older has been dropped.
+
 ## Other Notable Changes {#sec-release-23.11-notable-changes}
 
 - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.