Skip to content

Commit 4e2c7fe

Browse files
committed
Update changelog/release v1.3.7.
1 parent d5c057f commit 4e2c7fe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.3.7
2+
3+
+ Support reading custom user operations in CLI mode (@tsnoam)
4+
+ Allow adding users with duplicate UIDs in `server.user` operation (@tsnoam)
5+
+ Add user UID/GID to `users` fact output (@tsnoam)
6+
+ Fix uninstall command in `apk.packages` operation (@Gaming4LifeDE)
7+
+ Fix support for `add_deploy` in API mode
8+
+ Rename (deprecate) facts `server.Os` -> `server.Kernel` & `server.OsVersion` -> `server.KernelVersion`
9+
+ Add `server.MacosVersion` fact
10+
+ Add an empty line before writing in named crontab entries
11+
+ Fix check for command change with named crontab entries
12+
+ Properly quote package names (fix Python version specifiers with shell characters in `pip.packages` operation)
13+
114
# v1.3.6
215

316
+ Ignore errors when `crontab` fails (ie, when there's no crontab)

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.6'
1+
__version__ = '1.3.7'

0 commit comments

Comments
 (0)