Skip to content

Commit 35fbd70

Browse files
Update README and CHANGELOG for v0.1.5 release (#82)
1 parent 4ef27f1 commit 35fbd70

File tree

2 files changed

+63
-37
lines changed

2 files changed

+63
-37
lines changed

CHANGELOG.md

Lines changed: 62 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,91 @@
11
# Changelog
22

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+
328
## v0.1.3
429

530
### 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
732

833
### 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
1035

1136
## v0.1.2
1237

1338
### 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
1540

1641
## v0.1.1
1742

1843
### Bug Fixes
1944

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
2247

2348
## v0.1.0
2449

2550
### Breaking Changes
2651

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
3156

3257
### New Modules / Plugins
3358

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
6186

6287
### Bug Fixes
6388

6489
### Enhancements
6590

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- netbox_region
3838
- netbox_rir
3939
- netbox_site
40+
- netbox_service
4041
- netbox_tenant_group
4142
- netbox_tenant
4243
- netbox_virtual_machine

0 commit comments

Comments
 (0)