Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,24 @@

## 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

- compute: allow instance and instance pool operations to use template IDs omitted from template lists (#888)
- 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)
Expand Down Expand Up @@ -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
Expand Down
Loading