client: release 24.04
All checks were successful
gitea/evobackup/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2024-04-29 17:59:57 +02:00 committed by Jérémy Lecour
parent 1c44943143
commit 288d61d6b9
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 15 additions and 5 deletions

View file

@ -13,6 +13,20 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [24.04]
### Added
* Vagrant definition for manual tests
### Changed
@ -23,8 +37,6 @@ The **patch** part changes is incremented if multiple releases happen the same m
* use env-based shebang for shell scripts
* use $TMPDIR if available
### Deprecated
### Removed
* update-evobackup-canary is managed by ansible-roles.git
@ -34,8 +46,6 @@ The **patch** part changes is incremented if multiple releases happen the same m
* don't exit the whole program if a sync task can't be done
### Security
## [22.12]
### Changed

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034,SC2317
readonly VERSION="24.04-pre1"
readonly VERSION="24.04"
# set all programs to C language (english)
export LC_ALL=C