Skip to content

v0.6.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 14:16
· 22 commits to main since this release
3c5128a

Version 0.6.0

  • allow empty node configurations (fixes #50)
  • new data sources
    • "system" for version and ready check, can be used with a timeout to wait until the system becomes ready
    • "groups" to retrieve a list of groups from the system
    • "users" to retrieve a list of users from the system
  • new resources
    • "user" for user operations
    • "group" for group operations
  • changed "lists" to "sets" where applicable. That said, IP addresses should likely also be treated as sets (uno
    rdered, unique values) and not as (ordered) lists
  • set correct ID for node and lab data sources
  • updated dependencies

What's Changed

Full Changelog: v0.5.3...v0.6.0-beta