Client - Release 25.01
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
gitea/evobackup/pipeline/tag This commit looks good

This commit is contained in:
Jérémy Dubois 2025-01-07 17:32:01 +01:00
parent ac0c137c50
commit 82820115c5
2 changed files with 11 additions and 5 deletions

View file

@ -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

View file

@ -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