Releases: runityru/cephctl
Releases · runityru/cephctl
v0.2.1
v0.2.0
Changelog
- 02ff3da Update docs w/ v0.2.0 details in roadmap and help message (#59)
- 12f0a7a Fix image switch instruction to use proper parameter for base image (#58)
- 17202b7 Fix shell argument substitution (#57)
- 868e217 Describe how to build cephctl w/ goreleaser (#56)
- 9d7e901 Just a more readable version line (#55)
- a5bc393 Add clean diff indication for multidoc specs (#54)
- 77c097c Add multi documents support (#53)
- 4b6195d Add CephOSDConfig management (#51)
- ec23ad0 Use logger to obtain commands stderr instead of directly passing STDERR (#52)
- e5eb4c7 Add osd config parameters to cluster report (#50)
- 61fc15e Describe image change procedure (#49)
- 366c3d8 Reorder imports to follow gofmt (#48)
- b21410c Add GoDocs & GoReportCard badges (#47)
- 9d44fdf Update README w/ current help message (#46)
v0.1.3
v0.1.2
Changelog
- 4beb784 Move the list of checks to run to higher level to isolate them on invocation (#44)
- 39ef517 Align logging for debug and trace levels (#43)
- 1516ac1 Fix unquoted characters passed to the command (#42)
- 35496ee Add IP collision healthcheck (#40)
- 687456f Add debug mode just like the trace but fewer verbosity (#41)
- af0b2ee Just reorder ClusterReport structure fields alphabetically for easier usage (#39)
- 65d9580 Bump github.com/teran/go-ptr from 0.0.0-20231104104131-833247b0ca04 to 1.1.0 (#38)
- 0adc53d Update goreleaser action and its configuration (#37)
- dc1e8a7 Add security advisory notice (#36)
- bcd959b Add tests for commands (#35)
- d59a194 Add live balancing feature to v0.5.0 release (#34)
- bcc6fc4 Update roadmap w/ feature to release assignment (#33)
- db18edd [CI] Update setup-go action (#32)
- 91a9d22 Update README with contribution notice (#31)
v0.1.1
v0.1.0
- b1013d1 Update roadmap w/ feature to release assignment (#28)
- 7d24cef Add DownPGs healthcheck (#27)
- 641d00c Add ability to retrieve device list (#26)
- 9d9248f Add FreeBSD build & update README.md regarding configuration (#24)
- 1f39871 Update verify workflow to trigger on PR update (#25)
- 833a678 Add OSDsOut healthcheck (#23)
- a4daa35 Add ability to use complex ceph binary path (#22)
- a0fe03c Use cleaner indication in healthcheck (#21)
- d29d0f7 Fetch tags to create a proper changelogs on release (#20)
- 883dc49 Trigger verify job on push & pull_request only (#19)
NOTE: This release was not built and published because of an issue with missed platform-dependent files and missed tests of build. v0.1.1 contains fixes for that.
v0.0.6
v0.0.5
v0.0.4
Changelog
- 9fc0e9b Add OSD num versions health indicator
- a03240f Add health indicator descriptions
- 4bba63f Fix weight data type in ceph osd report DTO
- 7f9cc79 Add OSD metadata size health indicator
- 51671bc Reoder health checks alphabetically
- d061fb4 Add allow crimson health indicator
- f387271 Switch cluster health checks to cluster report
- 56dfb57 Add models for ceph cluster report
- 281cab8 Visualy separate internal and external imports
- e7dfc28 Fix README according to markdownlint & add github action
- 4fdc88b Fix MD013 markdown issue (actually just disable it for code snippet)
- 64ad422 Add compatibility disclaimer and some minor changes to README
- 0ba5026 Fix flaky test in ceph package
- e72d78e Split mapping functionaly in ceph DTOs