From 85c58f31e6a2677c94ba6cc85981c07fc650bc5f Mon Sep 17 00:00:00 2001 From: Natalie Perret <11332444+natalie-o-perret@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:46:00 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a777164..597735da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## Unreleased +## 1.98.0 + ### Features -- storage: add `copy` command for copying objects within and across buckets (#887) +- storage: add server-side `copy`/`cp` for objects and recursive prefixes within and across buckets, plus an `mv` alias (#887) ### Bug fixes @@ -12,9 +14,12 @@ - compute: honor the selected template's minimum disk size when creating instances and instance pools (#882) - instance create: apply delete protection in the instance's zone, fixing a wrong-zone "Not Found" error when creating protected instances outside the default zone (#879) - sks cluster update: fix oidc config drop (#881) +- kms: avoid a panic when showing keys without an automatic material value (#877) +- compute eip: display health-check interval and timeout in seconds (#858) -### ImprovementsāŽ +### Improvements +- kms: display scheduled deletion timestamps and render unset timestamps as `n/a` (#869) - AUR package: reset pkgrel in PKGBUILD (#878) - utils: remove unused ICMP formatters (#884) - deps: update golang.org/x dependencies (#885) @@ -52,9 +57,6 @@ - storage: add bucket lifecycle support #847 -### Bug fixes -- fix(eip): EIP healthchecks time are in seconds at the API level #858 - ## 1.95.4 ### Improvements