Skip to content

11.0.0

Choose a tag to compare

@kitchen-porter kitchen-porter released this 13 Dec 10:34
· 242 commits to main since this release
  • Major refactor, see UPGRADING.md
  • Condense repository, client_install and server_install into common install resource with actions replacing the previous split resources.
    • :repository action
    • :install action
    • :client_install action
    • :server_install action
  • Refactor database, role (user) and extension resources to use pg gem for database access
    • All load_current_value support
  • Rename user resource to role to match PostgreSQL (still aliased to :postgresql_user)
  • Update various resource properties to match PostgreSQL side