File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Netbox.Netbox Release Notes
5
5
.. contents :: Topics
6
6
7
7
8
+ v1.2.1
9
+ ======
10
+
11
+ Bugfixes
12
+ --------
13
+
14
+ - Allow IDs to be passed into objects that accept a list (https://github.com/netbox-community/ansible_modules/issues/407)
15
+
8
16
v1.2.0
9
17
======
10
18
Original file line number Diff line number Diff line change @@ -447,3 +447,10 @@ releases:
447
447
name : netbox_tag
448
448
namespace : ' '
449
449
release_date : ' 2020-12-27'
450
+ 1.2.1 :
451
+ changes :
452
+ bugfixes :
453
+ - Allow IDs to be passed into objects that accept a list (https://github.com/netbox-community/ansible_modules/issues/407)
454
+ fragments :
455
+ - tags.yml
456
+ release_date : ' 2021-01-10'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: netbox
9
9
name : netbox
10
10
11
11
# The version of the collection. Must be compatible with semantic versioning
12
- version : 1.2.0
12
+ version : 1.2.1
13
13
14
14
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
15
15
readme : README.md
@@ -56,7 +56,7 @@ dependencies:
56
56
repository : https://github.com/netbox-community/ansible_modules
57
57
58
58
# The URL to any online docs
59
- documentation :
59
+ documentation : https://netbox-ansible-collection.readthedocs.io/en/latest/
60
60
61
61
# The URL to the homepage of the collection/project
62
62
homepage :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " netbox_ansible_modules"
3
- version = " 1.1.10 "
3
+ version = " 1.2.1 "
4
4
description = " Ansible collection to interact with NetBox's API"
5
5
authors = [" Mikhail Yohman <mikhail.yohman@gmail.com>" ]
6
6
license = " GPLv3"
You can’t perform that action at this time.
0 commit comments