@@ -70,7 +70,8 @@ this action. For more on setting up those components, see the [`gitops` componen
7070### Config
7171
7272> [ !IMPORTANT]
73- > ** Please note!** This GitHub Action only works with ` atmos >= 1.99.0 ` .
73+ > ** Please note!** This GitHub Action only works with ` atmos >= 1.158.0 ` .
74+ > If you are using ` atmos >= 1.99.0, < 1.158.0 ` please use ` v3 ` version of this action.
7475> If you are using ` atmos >= 1.63.0, < 1.99.0 ` please use ` v2 ` version of this action.
7576> If you are using ` atmos < 1.63.0 ` please use ` v1 ` version of this action.
7677
@@ -219,6 +220,12 @@ We recommend combining this action with the [`affected-stacks`](https://atmos.to
219220 stack: "plat-ue2-sandbox"
220221 atmos-config-path: ./rootfs/usr/local/etc/atmos/
221222` ` `
223+ # ## Migrating from `v3` to `v4`
224+
225+ The notable changes in `v4` are :
226+
227+ - ` v4` works only with `atmos >= 1.158.0`
228+ - ` v4` supports atnos `templates` and `functions`
222229
223230# ## Migrating from `v2` to `v3`
224231
@@ -395,7 +402,7 @@ Which would produce the same behavior as in `v0`, doing this:
395402| Name | Description | Default | Required |
396403|------|-------------|---------|----------|
397404| atmos-config-path | The path to the atmos.yaml file | N/A | true |
398- | atmos-version | The version of atmos to install | >= 1.99 .0 | false |
405+ | atmos-version | The version of atmos to install | >= 1.158 .0 | false |
399406| branding-logo-image | Branding logo image url | https://cloudposse.com/logo-300x69.svg | false |
400407| branding-logo-url | Branding logo url | https://cloudposse.com/ | false |
401408| component | The name of the component to apply. | N/A | true |
0 commit comments