Skip to content

v0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 12:53
· 19 commits to main since this release
v0.6.2
9ed3c11

Version 0.6.2

This release adds support for proxies to the provider via the gocmlclient. It also adds an ignore_errors system data source option which allows to completely ignore any errors while waiting for the system to become ready. This has been introduced to allow the ready data source dealing with AWS instances where the IP address is known quite early but the infrastructure in between will respond with errors until the system is configured and up/running. This is especially error-prone in environments which use proxies.

What's Changed

  • proxy support via gocmlclient by @rschmied in #61
  • add ignore_errors flag to system data source

Full Changelog: v0.6.1...v0.6.2