kargo
kargo copied to clipboard
Application lifecycle orchestration
### TL;DR This pull request addresses the majority of the backend part of #761, by reflecting the last 20 discovered artifacts for each subscription of a Warehouse in its Status,...
# Checklist * [x] I've searched the issue queue to verify this is not a duplicate bug report. * [x] I've included steps to reproduce the bug. * [x] I've...
Bumps the js-major group with 8 updates in the /ui directory: | Package | From | To | | --- | --- | --- | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` |...
Bumps the js-patch group in /ui with 7 updates: | Package | From | To | | --- | --- | --- | | [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` |...
Bumps the js-minor group with 18 updates in the /ui directory: | Package | From | To | | --- | --- | --- | | [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `1.8.0` |...
Bumps the go-minor group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.16.5` |...
# Proposed Feature Kargo needs to support IAM auth to ECR # Motivation ECR is a common container registry and we should have native support for it. # Suggested Implementation...
I need to have more fine-grained access control, as Kargo requires RW to a Git repo, than the use of PAT. From my understanding reading the docs that this is...
# Proposed Feature We should make it possible to terminate a running Analysis # Motivation A test might not be going smoothly and/or is not desired to run anymore. From...
Fixes: #1813 This moves the `.additionalLabels` configuration to `.global.additionalLabels` in a backward-compatible manner.