Skip to content

Commit

Permalink
Release v1.6 🎉!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jan 8, 2022
1 parent 6c1af9f commit 080bc8e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.6

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.

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`.

Operations:

+ Make it possible to load relative (to CWD) templates (includes/bases/etc) (@themanifold)
+ Add `apt.dist_update` operation (@bauen1)
+ Fix `files.Link` fact & `files.link` operation where path pre-exists and is not a link

Connectors:

+ Support setting `shell_executable=None` to pass raw commands to the target (@KuxaBeast)
+ Fix handling of SSH proxy jump config
+ Only load SSH host keys once
+ Make it possible to specify a SSH config file via `host.data.ssh_config_file`


# v1.5

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

0 comments on commit 080bc8e

Please sign in to comment.