Release 22.12.1

This commit is contained in:
Jérémy Dubois 2022-12-02 18:04:11 +01:00
parent 2afa4ab449
commit e0c29cfcf1
2 changed files with 8 additions and 4 deletions

View file

@ -12,13 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* cert-expirations.sh: check CARP state only when checking ca and certs expirations
* Fix path variables in cert-expirations.sh
### Removed
### Security
## [22.12] 2022-12-02
### Fixed
* cert-expirations.sh: check CARP state only when checking ca and certs expirations
* Fix path variables in cert-expirations.sh
## [22.12] 2022-12-01
### Added

View file

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="22.12"
VERSION="22.12.1"
show_version() {
cat <<END