Client - Release 25.01
This commit is contained in:
parent
ac0c137c50
commit
82820115c5
2 changed files with 11 additions and 5 deletions
|
@ -13,9 +13,6 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
|
||||
### Added
|
||||
|
||||
* Introducing munin-plugins for bkctld
|
||||
* Add function for backup Linstor Database
|
||||
|
||||
### Changed
|
||||
|
||||
### Deprecated
|
||||
|
@ -24,10 +21,19 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
|
||||
### Fixed
|
||||
|
||||
### Security
|
||||
|
||||
## [25.01] - 2025-01-07
|
||||
|
||||
### Fixed
|
||||
|
||||
* dump_elasticsearch: Add an `\n` before HTTP status code
|
||||
* Fix compatibility with OpenBSD
|
||||
|
||||
### Security
|
||||
### Added
|
||||
|
||||
* Add function for backup Linstor Database
|
||||
* Introducing munin-plugins for bkctld
|
||||
|
||||
## [24.12] - 2022-12-18
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034,SC2317
|
||||
|
||||
readonly VERSION="24.12"
|
||||
readonly VERSION="25.01"
|
||||
|
||||
# set all programs to C language (english)
|
||||
export LC_ALL=C
|
||||
|
|
Loading…
Add table
Reference in a new issue