We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3517991 commit d7d5e43Copy full SHA for d7d5e43
.gittag
@@ -1 +1 @@
1
-v1.1.0
+v1.2.0
.gittagtime
-1689865236
+1705505832
CHANGELOG.md
@@ -1,5 +1,17 @@
# CHANGELOG
2
3
+# v1.2.0
4
+January 17, 2024
5
+
6
+- Added an *experimental* (may have breaking changes in v1.x if necessary)
7
+ `-experimental-drop-privileges` flag which is only available when running on
8
+ gokrazy. After reading configuration and opening network listeners, consrv
9
+ will:
10
+ - chroot the process into an empty directory
11
+ - set user and group to nobody/nobody
12
13
+Thank you [@bdd](https://github.com/bdd) for the contribution.
14
15
## v1.1.0
16
July 20, 2023
17
0 commit comments