Skip to content

Commit

Permalink
Release v0.0.14 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorres <[email protected]>
  • Loading branch information
github-actions[bot] and Jorres authored Dec 9, 2024
1 parent fff4f4c commit 5c4f26c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20241119-223336.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241119-223223.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241119-223739.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/v0.0.14.md
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5c4f26c

Please sign in to comment.