Skip to content

v0.6.8

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 11:58
· 962 commits to main since this release

Issues | Pull Requests | v0.6.7...v0.6.8 | Base revision

Features

#1118 setup: Support updating aqua-checksums.json
#1150 #1151 update-drift-issue: Post a comment if CI failed and no comment was posted

setup: Support updating aqua-checksums.json

#1118 #1153 #1154

Support updating aqua-checksums.json by aquaproj/update-checksum-action.
By default, this feature is disabled.
To enable it, please configure it in tfaction-root.yaml.

tfaction-root.yaml

aqua:
  update_checksum:
    # Update aqua-checksums.json in `setup` action
    enabled: true # default is false
    skip_push: false # default is false
    prune: true # default is false

update-drift-issue: Post a comment if CI failed and no comment was posted

#983 #1150 #1151

update-drift-issue action posts a comment if CI fails and no comment is posted.

image

This update resolves the issue that sometimes issues are reopened without any comment.

Bug Fixes

#1152 update-drift-issue: Fixed a bug of update-drift-issue action that issues aren't updated well if issues are managed in the other repository
#1154 get-global-config: Fixed outputs
#1156 get-target-config: Fixed outputs

Others

#1154 setup: Output get-global-config and get-target-config's outputs for troubleshooting

💡 Update tfaction-go to v0.2.2 or later

https://github.com/suzuki-shunsuke/tfaction-go/releases/tag/v0.2.2

Please update tfaction-go to v0.2.2 or later.