v1.9.0
π Our most significant release since v1.0.0. Although feature-packed, this release focuses heavily on improving performance, stability, and overall user experience.
π¨ Breaking Changesβ
-
The
SemVerConstraintfield, deprecated in v1.7, has been removed. Use theconstraintfield instead. -
CLI Upgrade Required: Due to unavoidable breaking changes in how
WarehouseandFreighttypes are serialized as protocol buffers, users upgrading the Kargo back end to v1.9.0 must also upgrade their CLI.
β οΈ New Deprecationsβ
-
The Connect-based API is deprecated in favor of a new, RESTful API. The older API will be removed entirely in Kargo v1.12.0. The New REST API section below has further details.
-
Image and Commit Tag Filtering: The
allowTagsandignoreTagsfields are deprecated in favor ofallowTagsRegexesandignoreTagsRegexes. Artifact discovery will fail if the deprecated fields are non-empty beginning in v1.11.0. These fields will be removed in v1.13.0.