evomaintenance: upstream release 24.08
This commit is contained in:
parent
98dad5f5d8
commit
71b8606202
3 changed files with 19 additions and 4 deletions
|
@ -36,6 +36,7 @@ The **patch** part is incremented if multiple releases happen the same month
|
|||
* evolinux-base: Add commented Match all
|
||||
* evolinux-base: Customize logcheck recipient when serveur-base is installed
|
||||
* evolinux-base/evolinux-users: simplify ssh split configuration
|
||||
* evomaintenance: upstream release 24.08
|
||||
* log2mail: task log2mail.yml of evolinux-base converted to a role
|
||||
* lxc-solr: update solr9 version + fix URL in README
|
||||
* minifirewall: Update from upsteam (24.07)
|
||||
|
|
|
@ -5,8 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
|
|||
|
||||
### Added
|
||||
|
||||
Add missing (but documented) `--(no-)evocheck` options
|
||||
|
||||
### Changed
|
||||
|
||||
### Deprecated
|
||||
|
@ -17,6 +15,22 @@ Add missing (but documented) `--(no-)evocheck` options
|
|||
|
||||
### Security
|
||||
|
||||
## [24.08] - 2024-08-01
|
||||
|
||||
### Added
|
||||
|
||||
* Add contrib/post-release.sh to help with post-release tasks
|
||||
|
||||
### Fixed
|
||||
|
||||
* Define $USER before it is used
|
||||
|
||||
## [24.05] - 2024-05-15
|
||||
|
||||
### Added
|
||||
|
||||
* Add missing (but documented) `--(no-)evocheck` options
|
||||
|
||||
## [23.10.1] - 2023-10-09
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION="24.05"
|
||||
VERSION="24.08"
|
||||
|
||||
show_version() {
|
||||
cat <<END
|
||||
|
@ -545,10 +545,10 @@ set -u
|
|||
HOSTNAME_TEXT=$(get_complete_hostname)
|
||||
# TTY=$(get_tty)
|
||||
# WHO=$(get_who)
|
||||
USER=$(get_user)
|
||||
IP=$(get_ip)
|
||||
BEGIN_DATE=$(get_begin_date)
|
||||
END_DATE=$(get_end_date)
|
||||
USER=$(get_user)
|
||||
|
||||
PATH=${PATH}:/usr/sbin
|
||||
|
||||
|
|
Loading…
Reference in a new issue