Skip to content

Commit f455f83

Browse files
committed
Version 1.6.9 - CHANGELOG.md [citest skip]
[1.6.9] - 2022-07-19 -------------------- ### New Features - none ### Bug Fixes - none ### Other Changes - make all tests work with gather_facts: false Ensure all tests work when using ANSIBLE_GATHERING=explicit - make min_ansible_version a string in meta/main.yml 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 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 5f89687 commit f455f83

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changelog
22
=========
33

4+
[1.6.9] - 2022-07-19
5+
--------------------
6+
7+
### New Features
8+
9+
- none
10+
11+
### Bug Fixes
12+
13+
- none
14+
15+
### Other Changes
16+
17+
- make all tests work with gather_facts: false
18+
19+
Ensure all tests work when using ANSIBLE_GATHERING=explicit
20+
21+
- make min_ansible_version a string in meta/main.yml
22+
23+
The Ansible developers say that `min_ansible_version` in meta/main.yml
24+
must be a `string` value like `"2.9"`, not a `float` value like `2.9`.
25+
26+
- Add CHANGELOG.md
27+
428
[1.6.8] - 2022-05-06
529
--------------------
630

0 commit comments

Comments
 (0)