diff --git a/.changes/unreleased/Changed-20241119-223336.yaml b/.changes/unreleased/Changed-20241119-223336.yaml deleted file mode 100644 index b05e6c5..0000000 --- a/.changes/unreleased/Changed-20241119-223336.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Active profile now uses 'current-profile' key in yaml config, rather than 'active_profile', to comply with the docs -time: 2024-11-19T22:33:36.858984953+01:00 diff --git a/.changes/unreleased/Fixed-20241119-223223.yaml b/.changes/unreleased/Fixed-20241119-223223.yaml deleted file mode 100644 index 511978b..0000000 --- a/.changes/unreleased/Fixed-20241119-223223.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: '''ydbops maintenance'' command could not accept nodeIds in ''--hosts'' option (e.g. --hosts=1,2)' -time: 2024-11-19T22:32:23.277140842+01:00 diff --git a/.changes/unreleased/Fixed-20241119-223739.yaml b/.changes/unreleased/Fixed-20241119-223739.yaml deleted file mode 100644 index 319c09b..0000000 --- a/.changes/unreleased/Fixed-20241119-223739.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: '''ydbops maintenance'' subtree should now properly use filters such as ''started'', ''version'' etc.' -time: 2024-11-19T22:37:39.439538408+01:00 diff --git a/.changes/v0.0.14.md b/.changes/v0.0.14.md new file mode 100644 index 0000000..64821f8 --- /dev/null +++ b/.changes/v0.0.14.md @@ -0,0 +1,6 @@ +## v0.0.14 - 2024-12-09 +### Changed +* Active profile now uses 'current-profile' key in yaml config, rather than 'active_profile', to comply with the docs +### Fixed +* 'ydbops maintenance' command could not accept nodeIds in '--hosts' option (e.g. --hosts=1,2) +* 'ydbops maintenance' subtree should now properly use filters such as 'started', 'version' etc. diff --git a/CHANGELOG.md b/CHANGELOG.md index c06764b..5cda6df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## v0.0.14 - 2024-12-09 +### Changed +* Active profile now uses 'current-profile' key in yaml config, rather than 'active_profile', to comply with the docs +### Fixed +* 'ydbops maintenance' command could not accept nodeIds in '--hosts' option (e.g. --hosts=1,2) +* 'ydbops maintenance' subtree should now properly use filters such as 'started', 'version' etc. + ## v0.0.13 - 2024-11-05 ### Fixed * ydbops now properly continues the restart loop even if listing nodes during maintenance check fails with "retry exceeded" error