mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-25 17:58:35 +02:00
post-v0.7.2-release
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Change Log
|
||||
This file contains a log of major changes in dehydrated
|
||||
|
||||
## [x.x.x] - xxxx-xx-xx
|
||||
TODO
|
||||
|
||||
## [0.7.2] - 2025-05-18
|
||||
## Added
|
||||
- Implemented support for certificate profile selection
|
||||
|
||||
@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
|
||||
exec 3>&-
|
||||
exec 4>&-
|
||||
|
||||
VERSION="0.7.2"
|
||||
VERSION="0.7.3"
|
||||
|
||||
# Find directory in which this script is stored by traversing all symbolic links
|
||||
SOURCE="${0}"
|
||||
|
||||
Reference in New Issue
Block a user