File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 47
47
component : " foobar"
48
48
stack : " plat-ue2-sandbox"
49
49
atmos-config-path : ${{ runner.temp }}
50
- atmos-version : 1.99.0
51
50
52
51
- uses : actions/checkout@v4
53
52
with :
64
63
component : " foobar"
65
64
stack : " plat-ue2-sandbox"
66
65
atmos-config-path : ${{ runner.temp }}
67
- atmos-version : 1.99.0
68
66
debug : true
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ usage: |-
62
62
### Config
63
63
64
64
> [!IMPORTANT]
65
- > **Please note!** This GitHub Action only works with `atmos >= 1.99.0`.
65
+ > **Please note!** This GitHub Action only works with `atmos >= 1.158.0`.
66
+ > If you are using `atmos >= 1.99.0, < 1.158.0` please use `v3` version of this action.
66
67
> If you are using `atmos >= 1.63.0, < 1.99.0` please use `v2` version of this action.
67
68
> If you are using `atmos < 1.63.0` please use `v1` version of this action.
68
69
@@ -211,6 +212,12 @@ usage: |-
211
212
stack: "plat-ue2-sandbox"
212
213
atmos-config-path: ./rootfs/usr/local/etc/atmos/
213
214
```
215
+ ### Migrating from `v3` to `v4`
216
+
217
+ The notable changes in `v4` are:
218
+
219
+ - `v4` works only with `atmos >= 1.158.0`
220
+ - `v4` supports atnos `templates` and `functions`
214
221
215
222
### Migrating from `v2` to `v3`
216
223
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ inputs:
22
22
atmos-version :
23
23
description : The version of atmos to install
24
24
required : false
25
- default : " >= 1.99 .0"
25
+ default : " >= 1.158 .0"
26
26
atmos-config-path :
27
27
description : The path to the atmos.yaml file
28
28
required : true
83
83
# Here we do not process-templates because that requires terraform. Which we install after fetching the version
84
84
# processing templates here can cause an issue where cached terraform versions conflict with the version we want to install
85
85
process-templates : ' false'
86
+ process-functions : ' false'
86
87
settings : |
87
88
- component: ${{ inputs.component }}
88
89
stack: ${{ inputs.stack }}
You can’t perform that action at this time.
0 commit comments