Skip to content

Commit 5a4931f

Browse files
TheGoldenPlatypusgregolsky
authored andcommitted
RavenDB-24201: bump version and update changelogs files - 1.0.2 version
1 parent e7d76b4 commit 5a4931f

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@ The full changelog is maintained in [changelogs/changelog.yml](./changelogs/chan
2626
- Replaced partial module names in roles/playbooks with full FQCNs.
2727
- Removed leftover files: `ansible.cfg`, `inventories/`, etc.
2828
- CI matrix now includes `stable-2.18`, `stable-2.19`, and Python 2.7 testing.
29+
30+
## [1.0.2] - 2025-07-29
31+
32+
### Changed
33+
- Flattened arguments in the `ravendb.ravendb.node` module for clarity (removed nested `node:` dict).
34+
- Reorganized common module arguments (`url`, `database_name`, `certification_path`, `ca_cert_path`) into `module_utils` and `doc_fragments`.
35+
36+
### Fixed
37+
- Ensured all modules correctly import and expose shared argument definitions.
38+

changelogs/changelog.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ releases:
2323
- Fixed usage of FQCNs in roles and playbooks.
2424
- Cleaned up unnecessary files - `ansible.cfg`, `inventories/`, etc.
2525
- Expanded CI matrix: added `stable-2.18`, `stable-2.19`, and `Python 2.7` support.
26+
27+
- name: "Refactor Node Module & Shared Args"
28+
tag: "v1.0.2"
29+
version: "1.0.2"
30+
changes:
31+
- changed:
32+
- Flattened argument structure in `ravendb.ravendb.node` module (removed nested `node:` dictionary).
33+
- Centralized common arguments (`url`, `database_name`, `certification_path`, `ca_cert_path`) under `module_utils` and `doc_fragments` for reuse across modules.
34+
- fixed:
35+
- Ensured all modules properly import and expose shared options from centralized definitions.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: ravendb
22
name: ravendb
3-
version: 1.0.1
3+
version: 1.0.2
44
readme: README.md
55
authors:
66
- Grzegorz Lachowski <[email protected]>

0 commit comments

Comments
 (0)