You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# v1.6
2
+
3
+
A small release with a few features and fixes. Future development will utilise smaller, more regular releases to avoid long gaps waiting on feature X to be complete.
4
+
5
+
This release also changes the git branching model to use `current` for anything non-breaking, and the `next` branch now targets the next _major_ version. This should avoid unncessary confusion for the wonderful contributors to `pyinfra`.
6
+
7
+
Operations:
8
+
9
+
+ Make it possible to load relative (to CWD) templates (includes/bases/etc) (@themanifold)
10
+
+ Add `apt.dist_update` operation (@bauen1)
11
+
+ Fix `files.Link` fact & `files.link` operation where path pre-exists and is not a link
12
+
13
+
Connectors:
14
+
15
+
+ Support setting `shell_executable=None` to pass raw commands to the target (@KuxaBeast)
16
+
+ Fix handling of SSH proxy jump config
17
+
+ Only load SSH host keys once
18
+
+ Make it possible to specify a SSH config file via `host.data.ssh_config_file`
19
+
20
+
1
21
# v1.5
2
22
3
23
This release includes a huge number of improvements, major highlights:
0 commit comments