Skip to content

Commit

Permalink
Release v1.2 🎉!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Oct 21, 2020
1 parent 057c90a commit c287429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.2.dev1
# v1.2

Lots of smaller bits in this release and massive improvement to the documentation.

Expand All @@ -12,7 +12,7 @@ Operation & fact updates:
+ Add GPG facts: `gkg_key`, `gpg_keys` and `gpg_secret_keys`
+ Add `additional_ips` in `network_devices` fact
+ Add `ipv4_addrs` and `ipv6_addrs` facts to replace `ipv[46]_addresses`
+ Add `has_gui` fact
+ Add `linux_gui` & `has_gui` facts

Other bits:

Expand All @@ -24,6 +24,7 @@ Other bits:
+ Use `curl` if `wget` not present in `apt.key` operation
+ Completely remove use of `use_default_on_error` in facts
+ Many updates/tweaks to documentation + theme
+ Allow functions in/as group/host data (CLI)
+ Implement/use Angolia docsearch on documentation


Expand Down
2 changes: 1 addition & 1 deletion pyinfra/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.dev1'
__version__ = '1.2'

0 comments on commit c287429

Please sign in to comment.