Skip to content

Commit 080bc8e

Browse files
committed
Release v1.6 🎉!
1 parent 6c1af9f commit 080bc8e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
121
# v1.5
222

323
This release includes a huge number of improvements, major highlights:

0 commit comments

Comments
 (0)