From e0c29cfcf1125d59536934f0de490cbca55dee29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dubois?= Date: Fri, 2 Dec 2022 18:04:11 +0100 Subject: [PATCH] Release 22.12.1 --- CHANGELOG.md | 10 +++++++--- cert-expirations.sh | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d6a61..a7bcbb1 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/cert-expirations.sh b/cert-expirations.sh index c207001..b0cfc09 100644 --- a/cert-expirations.sh +++ b/cert-expirations.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="22.12" +VERSION="22.12.1" show_version() { cat <