Skip to content

v0.5.0

Compare
Choose a tag to compare
@kislerdm kislerdm released this 10 Mar 13:40
· 88 commits to master since this release
38e5665

What's changed

Added

  • [#22] Added the following data resources:

    • neon_project
    • neon_branches
    • neon_branch_endpoints
    • neon_branch_roles
    • neon_branch_role_password
  • Added the read-only attribute default_endpoint_id to the resource neon_project.

  • Added the retry logic to manage all supported resources:

    • neon_project
    • neon_branch
    • neon_endpoint
    • neon_role
    • neon_database
    • neon_project_permission

Fixed

  • [#83] Fixed the state management of the project's default branch, role, database and endpoint.
  • [#88] Fixed import of the resource neon_role.

Changed

  • Updated dependencies:
  • Reduced the retry delay to 1 second from 5 seconds.

New Contributors

Full Changelog: v0.4.1...v0.5.0