|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.1.5 |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | +- [#68](https://github.com/netbox-community/ansible_modules/issues/68) - Add argument specs for every module to validate data passed in (Fixes some idempotency issues)(POSSIBLE BREAKING CHANGE) |
| 7 | +- [#76](https://github.com/netbox-community/ansible_modules/issues/76) - Allow name updates to manufacturers |
| 8 | +- [#77](https://github.com/netbox-community/ansible_modules/issues/77) - Builds slug for netbox_device_type from model which is now required and slug is optional. Model will be slugified if slug is not provided (BREAKING CHANGE) |
| 9 | +- [#78](https://github.com/netbox-community/ansible_modules/issues/78) - netbox_ip_address: If no address has no CIDR notation, it will convert it into a /32 and pass to Netbox. (Fixes idempotency cidr notation is not provided) |
| 10 | +- [#80](https://github.com/netbox-community/ansible_modules/issues/80) - Fail module with proper exception when connection to Netbox API cannot be established |
| 11 | +- [#81](https://github.com/netbox-community/ansible_modules/issues/81) - netbox_device_interface: Lag no longer has to be a dictionary and the value of the key can be the name of the LAG |
| 12 | + |
| 13 | +### New Modules / Plugins |
| 14 | +- [#70](https://github.com/netbox-community/ansible_modules/issues/70) - netbox_service |
| 15 | +- [#54](https://github.com/netbox-community/ansible_modules/issues/54) - Netbox Inventory Plugin |
| 16 | + |
| 17 | +### Thanks to following contributors! |
| 18 | +@loganbest |
| 19 | +@FurryJulie |
| 20 | +@TawR1024 |
| 21 | +@ignatenkobrain |
| 22 | +@mechanomancy |
| 23 | + |
| 24 | + |
| 25 | +## v0.1.4 |
| 26 | +Updated documentation for moving repos to Netbox Community Github Organization |
| 27 | + |
3 | 28 | ## v0.1.3
|
4 | 29 |
|
5 | 30 | ### Bug Fixes
|
6 |
| -- [#52](https://github.com/FragmentedPacket/netbox_modules/issues/52) - Add error handling for invalid key_file for lookup plugin |
| 31 | +- [#52](https://github.com/netbox-community/ansible_modules/issues/52) - Add error handling for invalid key_file for lookup plugin |
7 | 32 |
|
8 | 33 | ### Documentation
|
9 |
| -- [#51](https://github.com/FragmentedPacket/netbox_modules/issues/51) - Update lookup plugin documentation for decryption of secrets |
| 34 | +- [#51](https://github.com/netbox-community/ansible_modules/issues/51) - Update lookup plugin documentation for decryption of secrets |
10 | 35 |
|
11 | 36 | ## v0.1.2
|
12 | 37 |
|
13 | 38 | ### Bug Fixes
|
14 |
| -- [#47](https://github.com/FragmentedPacket/netbox_modules/issues/47) - Allow endpoint choices to be an integer of the choice rather than attempting to dynamically determine the choice ID |
| 39 | +- [#47](https://github.com/netbox-community/ansible_modules/issues/47) - Allow endpoint choices to be an integer of the choice rather than attempting to dynamically determine the choice ID |
15 | 40 |
|
16 | 41 | ## v0.1.1
|
17 | 42 |
|
18 | 43 | ### Bug Fixes
|
19 | 44 |
|
20 |
| -- [#40](https://github.com/FragmentedPacket/netbox_modules/issues/40) - Fixed issue with netbox_vm_interface where it would fail if different virtual machine had the same interface name |
21 |
| -- [#40](https://github.com/FragmentedPacket/netbox_modules/issues/40) - Updated netbox_ip_address to find interfaces on virtual machines correctly |
| 45 | +- [#40](https://github.com/netbox-community/ansible_modules/issues/40) - Fixed issue with netbox_vm_interface where it would fail if different virtual machine had the same interface name |
| 46 | +- [#40](https://github.com/netbox-community/ansible_modules/issues/40) - Updated netbox_ip_address to find interfaces on virtual machines correctly |
22 | 47 |
|
23 | 48 | ## v0.1.0
|
24 | 49 |
|
25 | 50 | ### Breaking Changes
|
26 | 51 |
|
27 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Changed role to prefix_role in netbox_prefix.py |
28 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Changed group to tenant_group in netbox_tenant.py |
29 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Renamed netbox_interface to netbox_device_interface |
30 |
| -- [#24](https://github.com/FragmentedPacket/netbox_modules/issues/24) - Module failures when required fields arent provided |
| 52 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Changed role to prefix_role in netbox_prefix.py |
| 53 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Changed group to tenant_group in netbox_tenant.py |
| 54 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Renamed netbox_interface to netbox_device_interface |
| 55 | +- [#24](https://github.com/netbox-community/ansible_modules/issues/24) - Module failures when required fields arent provided |
31 | 56 |
|
32 | 57 | ### New Modules / Plugins
|
33 | 58 |
|
34 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_device_role |
35 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_device_type |
36 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_ipam_role |
37 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_manufacturer |
38 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_platform |
39 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_rack |
40 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_rack_group |
41 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_rack_role |
42 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_vlan_group |
43 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_vlan |
44 |
| -- [#9](https://github.com/FragmentedPacket/netbox_modules/issues/9) - Added netbox_vrf |
45 |
| -- [#12](https://github.com/FragmentedPacket/netbox_modules/issues/12) - Added netbox_rir |
46 |
| -- [#14](https://github.com/FragmentedPacket/netbox_modules/issues/14) - Added netbox_aggregate |
47 |
| -- [#14](https://github.com/FragmentedPacket/netbox_modules/issues/14) - Added netbox_services |
48 |
| -- [#15](https://github.com/FragmentedPacket/netbox_modules/issues/15) - Added netbox_region |
49 |
| -- [#15](https://github.com/FragmentedPacket/netbox_modules/issues/15) - Added netbox_device_bay |
50 |
| -- [#15](https://github.com/FragmentedPacket/netbox_modules/issues/15) - Added netbox_inventory_item |
51 |
| -- [#26](https://github.com/FragmentedPacket/netbox_modules/issues/26) - Added netbox lookup plugin |
52 |
| -- [#16](https://github.com/FragmentedPacket/netbox_modules/issues/16) - Added netbox_virtual_machine |
53 |
| -- [#16](https://github.com/FragmentedPacket/netbox_modules/issues/16) - Added netbox_vm_interface |
54 |
| -- [#16](https://github.com/FragmentedPacket/netbox_modules/issues/16) - Added netbox_cluster_type |
55 |
| -- [#16](https://github.com/FragmentedPacket/netbox_modules/issues/16) - Added netbox_cluster_group |
56 |
| -- [#16](https://github.com/FragmentedPacket/netbox_modules/issues/16) - Added netbox_cluster |
57 |
| -- [#17](https://github.com/FragmentedPacket/netbox_modules/issues/17) - Added netbox_provider |
58 |
| -- [#17](https://github.com/FragmentedPacket/netbox_modules/issues/17) - Added netbox_circuit |
59 |
| -- [#17](https://github.com/FragmentedPacket/netbox_modules/issues/17) - Added netbox_circuit_type |
60 |
| -- [#17](https://github.com/FragmentedPacket/netbox_modules/issues/17) - Added netbox_circuit_termination |
| 59 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_device_role |
| 60 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_device_type |
| 61 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_ipam_role |
| 62 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_manufacturer |
| 63 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_platform |
| 64 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_rack |
| 65 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_rack_group |
| 66 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_rack_role |
| 67 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_vlan_group |
| 68 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_vlan |
| 69 | +- [#9](https://github.com/netbox-community/ansible_modules/issues/9) - Added netbox_vrf |
| 70 | +- [#12](https://github.com/netbox-community/ansible_modules/issues/12) - Added netbox_rir |
| 71 | +- [#14](https://github.com/netbox-community/ansible_modules/issues/14) - Added netbox_aggregate |
| 72 | +- [#14](https://github.com/netbox-community/ansible_modules/issues/14) - Added netbox_services |
| 73 | +- [#15](https://github.com/netbox-community/ansible_modules/issues/15) - Added netbox_region |
| 74 | +- [#15](https://github.com/netbox-community/ansible_modules/issues/15) - Added netbox_device_bay |
| 75 | +- [#15](https://github.com/netbox-community/ansible_modules/issues/15) - Added netbox_inventory_item |
| 76 | +- [#26](https://github.com/netbox-community/ansible_modules/issues/26) - Added netbox lookup plugin |
| 77 | +- [#16](https://github.com/netbox-community/ansible_modules/issues/16) - Added netbox_virtual_machine |
| 78 | +- [#16](https://github.com/netbox-community/ansible_modules/issues/16) - Added netbox_vm_interface |
| 79 | +- [#16](https://github.com/netbox-community/ansible_modules/issues/16) - Added netbox_cluster_type |
| 80 | +- [#16](https://github.com/netbox-community/ansible_modules/issues/16) - Added netbox_cluster_group |
| 81 | +- [#16](https://github.com/netbox-community/ansible_modules/issues/16) - Added netbox_cluster |
| 82 | +- [#17](https://github.com/netbox-community/ansible_modules/issues/17) - Added netbox_provider |
| 83 | +- [#17](https://github.com/netbox-community/ansible_modules/issues/17) - Added netbox_circuit |
| 84 | +- [#17](https://github.com/netbox-community/ansible_modules/issues/17) - Added netbox_circuit_type |
| 85 | +- [#17](https://github.com/netbox-community/ansible_modules/issues/17) - Added netbox_circuit_termination |
61 | 86 |
|
62 | 87 | ### Bug Fixes
|
63 | 88 |
|
64 | 89 | ### Enhancements
|
65 | 90 |
|
66 |
| -- [#10](https://github.com/FragmentedPacket/netbox_modules/issues/10) - Add primary_ip4/6 to netbox_ip_address |
| 91 | +- [#10](https://github.com/netbox-community/ansible_modules/issues/10) - Add primary_ip4/6 to netbox_ip_address |
0 commit comments