Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ The full changelog is maintained in [changelogs/changelog.yml](./changelogs/chan
- Replaced partial module names in roles/playbooks with full FQCNs.
- Removed leftover files: `ansible.cfg`, `inventories/`, etc.
- CI matrix now includes `stable-2.18`, `stable-2.19`, and Python 2.7 testing.

## [1.0.2] - 2025-07-29

### Changed
- Flattened arguments in the `ravendb.ravendb.node` module for clarity (removed nested `node:` dict).
- Reorganized common module arguments (`url`, `database_name`, `certification_path`, `ca_cert_path`) into `module_utils` and `doc_fragments`.

### Fixed
- Ensured all modules correctly import and expose shared argument definitions.

10 changes: 10 additions & 0 deletions changelogs/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ releases:
- 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`, and `Python 2.7` support.

- name: "Refactor Node Module & Shared Args"
tag: "v1.0.2"
version: "1.0.2"
changes:
- changed:
- Flattened argument structure in `ravendb.ravendb.node` module (removed nested `node:` dictionary).
- Centralized common arguments (`url`, `database_name`, `certification_path`, `ca_cert_path`) under `module_utils` and `doc_fragments` for reuse across modules.
- fixed:
- Ensured all modules properly import and expose shared options from centralized definitions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: ravendb
name: ravendb
version: 1.0.1
version: 1.0.2
readme: README.md
authors:
- Grzegorz Lachowski <[email protected]>
Expand Down