evomaintenance: upstream release 24.08
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |3142|0|3142|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2024-08-01 10:12:00 +02:00 committed by Jérémy Lecour
parent 98dad5f5d8
commit 71b8606202
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
3 changed files with 19 additions and 4 deletions

View file

@ -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)

View file

@ -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

View file

@ -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