@@ -70,7 +70,8 @@ this action. For more on setting up those components, see the [`gitops` componen
70
70
### Config
71
71
72
72
> [ !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.
74
75
> If you are using ` atmos >= 1.63.0, < 1.99.0 ` please use ` v2 ` version of this action.
75
76
> If you are using ` atmos < 1.63.0 ` please use ` v1 ` version of this action.
76
77
@@ -219,6 +220,12 @@ We recommend combining this action with the [`affected-stacks`](https://atmos.to
219
220
stack: "plat-ue2-sandbox"
220
221
atmos-config-path: ./rootfs/usr/local/etc/atmos/
221
222
` ` `
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`
222
229
223
230
# ## Migrating from `v2` to `v3`
224
231
@@ -395,7 +402,7 @@ Which would produce the same behavior as in `v0`, doing this:
395
402
| Name | Description | Default | Required |
396
403
|------|-------------|---------|----------|
397
404
| 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 |
399
406
| branding-logo-image | Branding logo image url | https://cloudposse.com/logo-300x69.svg | false |
400
407
| branding-logo-url | Branding logo url | https://cloudposse.com/ | false |
401
408
| component | The name of the component to apply. | N/A | true |
0 commit comments