File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ this action. For more on setting up those components, see the [`gitops` componen
73
73
### Config
74
74
75
75
> [ !IMPORTANT]
76
- > ** Please note!** This GitHub Action only works with ` atmos >= 1.158.0 ` .
76
+ > ** Please note!** This GitHub Action only works with ` atmos >= 1.186.0 ` .
77
+ > If you are using ` atmos >= 1.158.0, < 1.186.0 ` please use ` v4 ` version of this action.
77
78
> If you are using ` atmos >= 1.99.0, < 1.158.0 ` please use ` v3 ` version of this action.
78
79
> If you are using ` atmos >= 1.63.0, < 1.99.0 ` please use ` v2 ` version of this action.
79
80
> If you are using ` atmos < 1.63.0 ` please use ` v1 ` version of this action.
@@ -217,12 +218,19 @@ We recommend combining this action with the [`affected-stacks`](https://atmos.to
217
218
runs-on: ubuntu-latest
218
219
steps:
219
220
- name: Terraform Apply
220
- uses: cloudposse/github-action-atmos-terraform-apply@v2
221
+ uses: cloudposse/github-action-atmos-terraform-apply@v5
221
222
with:
222
223
component: "foobar"
223
224
stack: "plat-ue2-sandbox"
224
225
atmos-config-path: ./rootfs/usr/local/etc/atmos/
225
226
` ` `
227
+ # ## Migrating from `v4` to `v5`
228
+
229
+ The notable changes in `v5` are :
230
+
231
+ - ` v5` works only with `atmos >= 1.186.0`
232
+ - ` v5` uses `atmos terraform plan-diff` to ensure changes to be applied are consistent with the stored (approved by the user) planfile.
233
+
226
234
# ## Migrating from `v3` to `v4`
227
235
228
236
The notable changes in `v4` are :
You can’t perform that action at this time.
0 commit comments