Skip to content

Commit aad6c3b

Browse files
committed
Release v3.1 🎉
1 parent d743576 commit aad6c3b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# v3.1
2+
3+
Here's pyinfra 3.1 - a release primarily driven by contributors new and old - a HUGE THANK YOU to all of you who dedicate time to work on pushing pyinfra forward. New stuff:
4+
5+
- Add `zfs` operations (`dataset`, `snapshot`, `volume`, `filesystem`) facts (`Pools`, `Datasets`, `Filesystems`, `Snapshots`, `Volumes`) (@taliaferro)
6+
- Add `flatpak` operations (`packages`) and facts (`FlatpakPackage`, `FlatpakPackages`) (@JustScreaMy)
7+
- Add `jinja_env_kwargs` argument to `files.template` operation (@DonDebonair)
8+
- Add using dictionaries as `@terraform` output (map from group -> hosts)
9+
- Add default `@terraform` output key - `pyinfra_inventory.value`, promote connector to beta
10+
- Add support for multiple keys in each `server.authorized_keys` file (@matthijskooijman)
11+
- Add print all dependency versions with `--support` flag (@kytta)
12+
13+
Fixes:
14+
15+
- Fix when `ssh_hostname` is set as override data, don't do inventory hostname check
16+
- Fix `apt.AptSources` parsing special characters (@CondensedTea)
17+
- Fix `server.reboot` connection detection (@bauen1 + @lemmi)
18+
- Fix systemd flagging of sockets running (@bauen1)
19+
- Fix mysql dump quoting (@simonhammes)
20+
- Fix tilde expansion in files facts (@simonhammes)
21+
- Fix host lookup check with SSH alias config (@simonhammes)
22+
- Fix crontab comparison (@andrew-d)
23+
24+
Docs/internal tweaks:
25+
26+
- Improve operations documentation (@bauen1)
27+
- Default to local machine if `user_name` set in systecmt (@bauen1)
28+
- Improve efficiency of Docker operations (@apecnascimento)
29+
- Shallow copy `host.data` data to mutation
30+
131
# v3.0.2
232

333
- Fix `OperationMeta.did_change`: this is now a function as originally designed

0 commit comments

Comments
 (0)