Release 22.12.1
This commit is contained in:
parent
2afa4ab449
commit
916310d472
2 changed files with 8 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="22.12"
|
||||
VERSION="22.12.1"
|
||||
|
||||
show_version() {
|
||||
cat <<END
|
||||
|
|
Loading…
Add table
Reference in a new issue