File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ - commits :
2+ - subject : Add load_env_var shared function
3+ hash : 7c0a5185c884e105c86b616e7f134034b1cad0ab
4+ body : |
5+ This shared function replicates systemd's EnvironmentFile behaviour
6+ by treating everything after the '=' as the complete value.
7+
8+ It should be used by services to load env files that may contain
9+ spaces in values that are unquoted and may not be bash-safe.
10+ footer :
11+ Change-type : patch
12+ change-type : patch
13+ Signed-off-by :
Kyle Harding <[email protected] > 14+ signed-off-by :
Kyle Harding <[email protected] > 15+ author : Kyle Harding
16+ nested : []
17+ version : 19.1.5
18+ title : " "
19+ date : 2025-08-29T16:42:19.853Z
120- commits :
221 - subject : Set up logging prefixes for longrun services
322 hash : 9ca5f21435c6c82238bc93ef4095c5d75e590606
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ # v19.1.5
8+ ## (2025-08-29)
9+
10+ * Add load_env_var shared function [ Kyle Harding]
11+
712# v19.1.4
813## (2025-08-28)
914
Original file line number Diff line number Diff line change 1- 19.1.4
1+ 19.1.5
You can’t perform that action at this time.
0 commit comments