Releases: ravendb/ansible-collection-ravendb
Releases · ravendb/ansible-collection-ravendb
1.0.3
Added
- Support for encrypted databases in
ravendb.ravendb.database
:- Generate or read encryption keys.
- Distribute keys across all cluster nodes.
- Create databases with encryption enabled.
- Ability to manage database settings via the
ravendb.ravendb.database
module. - Joining Let's Encrypt–secured nodes into existing RavenDB clusters.
1.0.2
Changed
- Flattened arguments in the
ravendb.ravendb.node
module for clarity (removed nestednode:
dict). - Reorganized common module arguments (
url
,database_name
,certification_path
,ca_cert_path
) intomodule_utils
anddoc_fragments
.
Fixed
- Ensured all modules correctly import and expose shared argument definitions.
1.0.1
- Updated
issues
field ingalaxy.yml
to point to the collection repo. - Removed broken Keep a Changelog URL in
CHANGELOG.md
. - Added
attributes
section withcheck_mode
support to all modules. - Fixed usage of FQCNs in roles and playbooks.
- Cleaned up unnecessary files -
ansible.cfg
,inventories/
, etc. - Expanded CI matrix: added
stable-2.18
,stable-2.19
, andPython 2.7
support.
1.0.0
- Initial release of the
ravendb.ravendb
collection. - Added
ravendb_node
role for setting up RavenDB servers. - Added
ravendb_python_client_prerequisites
role for Python dependency management. - Added modules:
ravendb.ravendb.database
to manage RavenDB databases.ravendb.ravendb.index
to manage RavenDB indexes and index modes.ravendb.ravendb.node
to add nodes to a RavenDB cluster.