Skip to content

v1.15.4

Latest
Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 13 Feb 23:58
· 32 commits to main since this release
v1.15.4
6f11c7a

Issues | Pull Requests | v1.15.3...v1.15.4 | Base revision

#2332 Stop running google-github-actions/setup-gcloud

Warning

tfaction doesn't run google-github-actions/setup-gcloud anymore.
tfaction doesn't depend on gcloud and gsutil, so this change has no problem for tfaction.
But if you run steps depending on these tools, this change may break your workflows.
In that case, please run google-github-actions/setup-gcloud yourself.

tfaction used setup-gcloud to upload plan files to Google Cloud Storage (GCS) using gsutil.
But now tfaction uploads plan files to GitHub Artifacts instead of GCS.
So gcloud and gsutil aren't necessary anymore.