-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-release: Update version to 0.113.0
Signed-off-by: Kasten Production <[email protected]> Merge branch 'kan-docs-dg8d45z-0.113.0' of github.com:kanisterio/kanister into kan-docs-dg8d45z-0.113.0 Update changelog Signed-off-by: Daniil Fedotov <[email protected]> fixup release notes Signed-off-by: Aaron Alpar <[email protected]> Merge branch 'kan-docs-dg8d45z-0.113.0' of github.com:kanisterio/kanister into kan-docs-dg8d45z-0.113.0 Signed-off-by: Aaron Alpar <[email protected]>
- Loading branch information
1 parent
55d5fcb
commit dddcc9a
Showing
3 changed files
with
46 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
--- | ||
features: | ||
- Allow signals to be sent to ``kando`` run processes | ||
- Execute and follow output of ``kando`` run processes | ||
- 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 | ||
fixes: | ||
- The Kopia snapshot command output parser now skips the ignored and fatal error counts | ||
- Set default namespace and serviceaccount for MultiContainerRun pods | ||
upgrade: | ||
- Upgrade to K8s 1.31 API | ||
- Bump Kopia dependecy to git SHA 1bceb71 | ||
deprecations: | ||
- K8s VolumeSnapshot is now GA, remove support for beta and alpha APIs | ||
other: | ||
- Change ``TIMEOUT_WORKER_POD_READY`` environment variable to ``KANISTER_POD_READY_WAIT_TIMEOUT`` | ||
- Errors are now handled with https://github.com/kanisterio/errkit across the board |