0.111.0
github-actions
released this
20 Sep 02:28
·
101 commits
to master
since this release
Release Notes
0.111.0
New Features
- Add support for Read-Only and Write Access Modes when connecting to the Kopia Repository Server in
kando
.
- Add support for Cache Size Limits to the
kopia server start
command.
- Add support to pass labels and annotations to the methods that create/clone VolumeSnapshot and VolumeSnapshotContent resources.
- Support
image
argument forExportRDSSnapshotToLocation
andRestoreRDSSnapshot
functions to override default postgres-kanister-tools image.
- Added support to customise the labels and annotations of the temporary pods that are created by some Kanister functions.
- Added two new fields,
podLabels
andpodAnnotations
, to the ActionSet. These fields can be used to configure the labels and annotations of the Kanister function pod run by an ActionSet.
Security Issues
- Update Go to 1.22.7 to pull in latest security updates.
Other Notes
- Update ubi-minimal base image to ubi-minimal:9.4-1227.1725849298.
- Add
stylecheck
,errcheck
, andmisspel
linters to test packages.