You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## v1.0.0
4
+
5
+
This release is to provide patch level updates on each new release of Ansible and the colections must be 1.0.0 for that to happen.
6
+
7
+
### Bugfix
8
+
9
+
-[#282](https://github.com/netbox-community/ansible_modules/issues/282) - Fix query_dict for device_bay/interface_template to use `devicetype_id`
10
+
-[#300](https://github.com/netbox-community/ansible_modules/pull/300) - This exapands the fix to all `_template` modules to use `devicetype_id` for the query_dict when attempting to resolve the search
11
+
12
+
## Documentation
13
+
14
+
-[#283](https://github.com/netbox-community/ansible_modules/issues/283) - Add documentation of using the inventory to the README
15
+
-[#292](https://github.com/netbox-community/ansible_modules/issues/292) - Add documentation with correct path when using lookup plugin
16
+
-[#296](https://github.com/netbox-community/ansible_modules/pull/296) - Document known issue for MacOS with `ERROR! A worker was found in dead state`
0 commit comments