Skip to content

Commit

Permalink
Version 1.7.4 - CHANGELOG.md [citest skip] (#57)
Browse files Browse the repository at this point in the history
* Version 1.7.4 - CHANGELOG.md [citest skip]

[1.7.4] - 2022-07-19
--------------------

### New Features

- make all tests work with gather_facts: false (#52)

Ensure tests work when using ANSIBLE_GATHERING=explicit

### Bug Fixes

- readme: describe limitations of udp transports (#56)

### Other Changes

- make min_ansible_version a string in meta/main.yml (#53)

The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

- Add CHANGELOG.md (#54)

Signed-off-by: Rich Megginson <[email protected]>

* no new features

no new features
  • Loading branch information
richm authored Jul 21, 2022
1 parent 061891c commit a9868b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

[1.7.4] - 2022-07-19
--------------------

### New Features

- none

### Bug Fixes

- readme: describe limitations of udp transports (#56)

### Other Changes

- make all tests work with gather_facts: false (#52)

Ensure tests work when using ANSIBLE_GATHERING=explicit

- make min_ansible_version a string in meta/main.yml (#53)

The Ansible developers say that `min_ansible_version` in meta/main.yml
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.

- Add CHANGELOG.md (#54)

[1.7.3] - 2022-06-10
--------------------

Expand Down

0 comments on commit a9868b5

Please sign in to comment.