Skip to content

Commit ecf0e7b

Browse files
Release v2.0.0 (#424)
1 parent 66d5cb8 commit ecf0e7b

File tree

10 files changed

+401
-504
lines changed

10 files changed

+401
-504
lines changed

.travis.yml

Lines changed: 0 additions & 139 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ Netbox.Netbox Release Notes
55
.. contents:: Topics
66

77

8+
v2.0.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Added ``import_targets`` and ``export_targets`` options to ``netbox_vrf``
15+
16+
Bugfixes
17+
--------
18+
19+
- netbox_site - Changed latitude/longitude type from float to str [#418](https://github.com/netbox-community/ansible_modules/pull/418)
20+
- netbox_utils - If query_dict is None, fail and provide meaningful error [#419](https://github.com/netbox-community/ansible_modules/pull/419)
21+
- netbox_utils - Remove manual manipulation for building query params for netbox_ip_address and assigned object [#421](https://github.com/netbox-community/ansible_modules/pull/421)
22+
23+
New Modules
24+
-----------
25+
26+
- netbox.netbox.netbox_route_target - Creates or removes route targets from Netbox
27+
828
v1.2.1
929
======
1030

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ To keep the code simple, we only officially support the two latest releases of N
1616
- Ansible 2.9+
1717
- NetBox write-enabled token when using modules or read-only token for `nb_lookup/nb_inventory`
1818

19-
We have a new docs site live that can be found [here](https://netbox-ansible-collection.readthedocs.io/en/latest/)
20-
21-
## How to Contribute
22-
23-
Please read ![Contributing](CONTRIBUTING.md)
19+
We have a new docs site live that can be found [here](https://netbox-ansible-collection.readthedocs.io/en/latest/).

0 commit comments

Comments
 (0)