Skip to content

Releases: akuity/kargo

v0.3.2-rc.3

25 Jan 23:15
85ca18b
Compare
Choose a tag to compare
v0.3.2-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.2-rc.2...v0.3.2-rc.3

v0.3.2-rc.2

25 Jan 00:40
ce84805
Compare
Choose a tag to compare
v0.3.2-rc.2 Pre-release
Pre-release

What's Changed

  • fix(controller): always normalize git urls before comparison -- release-0.3 edition by @krancour in #1421
  • fix(ui): refetch freight after warehouse refresh -- release-0.3 edition by @krancour in #1423

Full Changelog: v0.3.2-rc.1...v0.3.2-rc.2

v0.3.2-rc.1

23 Jan 17:28
327aa3d
Compare
Choose a tag to compare
v0.3.2-rc.1 Pre-release
Pre-release

What's Changed

  • fix(controller): fix assessment of how app sync state impacts stage health by @krancour in #1413

Full Changelog: v0.3.1...v0.3.2-rc.1

v0.3.1

02 Jan 22:33
42f2d38
Compare
Choose a tag to compare

What's Changed

Bug fixes:

  • Fix CLI failures that occur when CLI configuration does not already exist.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Dec 22:29
882617b
Compare
Choose a tag to compare

The Kargo team is pleased to present a feature-packed v0.3.0 release!

⚠️  Be warned that with Kargo still in its early stages, and the team still learning what works and what doesn't, this release is packed with breaking changes. There is no supported upgrade path to v0.3.0 from previous releases.

What's New

PR-Based Promotions

Git-based promotion mechanisms may now, optionally, open a pull request instead of committing directly to a branch. Such promotions remain in a running state until the pull request is merged or closed. This exciting new capability gives teams the option to utilize code review as an implicit approval process.

This feature is currently only supported for GitHub repositories.

Verifications

After a successful promotion, Stage resources now enter a Verifying phase. Once such a Stage has cleared any applicable health checks, an optional, user-defined verification process is executed.

Some users may be familiar with Argo Rollouts AnalysisTemplate resources (and the AnalysisRun resources that are spawned from them). These were intentionally built to be re-usable in contexts other than Argo Rollouts. Kargo's user-defined verification processes, therefore, take the form of one or more references to AnalysisTemplate resources that reside in the same project/namespace as the Stage resource, which grants those processes all the benefits of this rich and battle-tested feature of Argo Rollouts.

SSO Improvements

Kargo is typically configured to support single-sign-on (SSO) using an external identity provider that implements the OpenID Connect protocol.

Kargo also implements authorization of all user actions using pure Kubernetes RBAC. i.e. Permission to perform various actions on various Kargo resources is therefore granted via RoleBinding resources that associate users or ServiceAccount resources with Role resources.

Because Kargo users log into the Kargo CLI or UI via SSO, their identifies are unknown to Kargo's underlying Kubernetes cluster. This represents an impediment to using Kubernetes RBAC to authorize the actions of such users. Kargo now answers this challenge through a scheme that permits users to be mapped to zero or more Kubernetes ServiceAccount resources.

Please, refer to the documentation for more details.

Freight Improvements

Aliases

If you've tried Kargo before, you may have noticed that each Freight resource's ID is a SHA-1 hash of that Freight resource's contents. Deriving the ID deterministically from the contents provides numerous technical benefits, but working with SHA-1 hashes is, to say the least, cumbersome for human users.

To that end, new Freight resources are now labeled with whimsical, system-generated aliases that are each guaranteed to be unique within the project/namespace. Unlike a Freight resource's ID, its alias is mutable, meaning users may optionally confer meaningful aliases on important pieces of Freight, such as a likely release candidate.

Updating Freight aliases is currently available via the Kargo CLI only. i.e. This feature is not yet present in the UI.

Manual Approvals

One bit of feedback we've heard a lot of is that a stringent requirement that a new piece of Freight traverses an entire delivery pipeline to reach production is too restrictive when the need for hotfix occasionally arises. To that end, Freight resources may now be manually approved for promotion to any Stage, thereby enabling that Freight to bypass deployment and verification in any number of intermediate Stages.

Manual Freight approval is currently available via the Kargo UI only. i.e. This feature is not yet present in the CLI.

Miscellaneous Improvements

  • Warehouse resources now perform shallow, single-branch clones of the Git repositories they subscribe to.

  • Freight references to container images now include digests as well as tags and digests can even be used in promotion processes in place of tags for a higher degree of determinism.

  • Much as with kubectl, Kargo CLI users may now configure a default project/namespace.

  • Numerous devx improvements.

  • Too many UI improvements and bug fixes to enumerate here!

New Contributors

Last, but certainly not least, Kargo would be nothing without its community, so we'd like to take a moment to thank community members whose first contributions to the project are included in this release:

Full Changelog: v0.2.1...v0.3.0

v0.3.0-rc.3

22 Dec 00:50
19deade
Compare
Choose a tag to compare
v0.3.0-rc.3 Pre-release
Pre-release
fix(controller): fix stage getting stuck in verifying phase if no ver…

…ification process is defined (#1321)

Signed-off-by: Kent Rancourt <[email protected]>

v0.3.0-rc.2

21 Dec 23:41
601a437
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release
fix(cli): project flag not recognized for several CLI commands (#1320)

v0.3.0-rc.1

21 Dec 22:24
5570d77
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release
fix: sort promotions with running and pending first (#1314)

Signed-off-by: Remington Breeze <[email protected]>

v0.3.0-alpha.1

22 Nov 16:51
72b21f7
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0-alpha.1

v0.2.1

17 Nov 00:56
ebe8018
Compare
Choose a tag to compare

What's Changed

Bug fixes:

  • Fixed auto-promotions
  • Prevented Kargo Render failures from bleeding git repo credentials into logs
  • Gave controller permission to patch warehouses
  • Fixed broken "promote to subscribers" button (the "truck button") in UI

Full Changelog: v0.2.0...v0.2.1