diff --git a/CHANGELOG.md b/CHANGELOG.md index 3179db9476..61c738303f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ ### New Features - + * Added gRPC call to support sending of UNIX signals to `kando` managed processes - + * Added command line option to follow stdout/stderr of `kando` managed processes @@ -15,28 +15,28 @@ ### Bug Fixes - + * The Kopia snapshot command output parser now skips the ignored and fatal error counts - + * Set default namespace and serviceaccount for MultiContainerRun pods ### Upgrade Notes - + * Upgrade to K8s 1.31 API ### Deprecations - + * K8s VolumeSnapshot is now GA, remove support for beta and alpha APIs ### Other Notes - + * Change `TIMEOUT_WORKER_POD_READY` environment variable to `KANISTER_POD_READY_WAIT_TIMEOUT` - + * Errors are now handled with [https://github.com/kanisterio/errkit](https://github.com/kanisterio/errkit) across the board ## 0.112.0 diff --git a/CHANGELOG_CURRENT.md b/CHANGELOG_CURRENT.md index c1b1c57dd1..d85569ba30 100644 --- a/CHANGELOG_CURRENT.md +++ b/CHANGELOG_CURRENT.md @@ -4,5 +4,37 @@ ## New Features + +* Added gRPC call to support sending of UNIX signals to `kando` managed processes + + +* Added command line option to follow stdout/stderr of `kando` managed processes + * Enable RDS functions to accept AWS credentials using a Secret or ServiceAccount. + +## Bug Fixes + + +* The Kopia snapshot command output parser now skips the ignored and fatal error counts + + +* Set default namespace and serviceaccount for MultiContainerRun pods + +## Upgrade Notes + + +* Upgrade to K8s 1.31 API + +## Deprecations + + +* K8s VolumeSnapshot is now GA, remove support for beta and alpha APIs + +## Other Notes + + +* Change `TIMEOUT_WORKER_POD_READY` environment variable to `KANISTER_POD_READY_WAIT_TIMEOUT` + + +* Errors are now handled with [https://github.com/kanisterio/errkit](https://github.com/kanisterio/errkit) across the board