Skip to content

Commit 93df143

Browse files
jessesuengithub-actions[bot]
authored andcommitted
docs: note kustomize-set-image tag/digest requirement (#3581)
Signed-off-by: Jesse Suen <[email protected]> (cherry picked from commit 29e6fb8)
1 parent 25fb512 commit 93df143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/80-release-notes/96-v1.3.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
As announced in our [`v1.1.0` release notes](https://github.com/akuity/kargo/releases/tag/v1.1.0), several deprecated features from _before_ we introduced support for Expression Language have been removed in this release.
44

55
- The `fromOrigin` and `fromFreight` fields in the [`argocd-update`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/argocd-update), [`git-clone`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/git-clone/), [`helm-update-chart`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/helm-update-chart/), and [`kustomize-set-image`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/kustomize-set-image/) steps have been removed in favor of the [expression functions](https://docs.kargo.io/user-guide/reference-docs/expressions#functions).
6+
- The [`kustomize-set-image`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/kustomize-set-image/) step no longer implicitly sets the tag from the Freight image and users must specify either the `tag` or `digest` they wish to set (e.g. using `imageFrom` function).
67
- The `<thing>FromStep` fields in the [`argocd-update`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/argocd-update), [`git-open-pr`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/git-open-pr/), and [`git-wait-for-pr`](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/git-wait-for-pr/) steps have been removed in favor of using [step outputs](https://docs.kargo.io/user-guide/reference-docs/expressions#pre-defined-variables).
78
- The `helm-update-image` step has been removed in favor of the more generic [`yaml-update` step](https://docs.kargo.io/user-guide/reference-docs/promotion-steps/yaml-update) which supports the same functionalities.
89

0 commit comments

Comments
 (0)