|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v.1.7 |
| 4 | + |
| 5 | +### New Features |
| 6 | + |
| 7 | +- [#58](https://github.com/netbox-community/ansible_modules/issues/58) - Added fetching services for devices in Netbox Inventory Plugin |
| 8 | +- [#62](https://github.com/netbox-community/ansible_modules/issues/62) - Change lookups to property for subclassing of inventory plugin |
| 9 | +- [#60](https://github.com/netbox-community/ansible_modules/issues/60) - Added option for interfaces and IP addresses of interfaces to be fetched via inventory plugin |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +- [#95](https://github.com/netbox-community/ansible_modules/issues/95) - Updated _to_slug to follow same constructs NetBox uses |
| 15 | +- [#105](https://github.com/netbox-community/ansible_modules/issues/105) - Properly create interface on correct device when in a VC |
| 16 | +- [#106](https://github.com/netbox-community/ansible_modules/issues/106) - Assigning to parent log now finds LAG interface type dynamically rather than set statically in code |
| 17 | +- [#107](https://github.com/netbox-community/ansible_modules/issues/107) - Create device with empty string to assign the device a UUID |
| 18 | +- [#63](https://github.com/netbox-community/ansible_modules/issues/63) - If query_filters supplied are not allowed for either device or VM lookups, or no valid query filters, it will not attempt to fetch from devices or VMs. This should prevent devices or VMs from being fetched that do not meet the query_filters specified. |
| 19 | + |
| 20 | +### Thanks to following contributors! |
| 21 | + |
| 22 | +@TawR1024 |
| 23 | +@tkspuk |
| 24 | +@Jamboon-beurre |
| 25 | +@ignatakenkobrain |
| 26 | +@ollybee |
| 27 | +@loganbest |
| 28 | +@ChrisPortman |
| 29 | +@mkeetman |
| 30 | +@tyler-8 |
| 31 | + |
| 32 | + |
3 | 33 | ## v0.1.6
|
4 | 34 |
|
5 | 35 | ### New Features
|
| 36 | + |
6 | 37 | - [#84](https://github.com/netbox-community/ansible_modules/issues/84) - Add dns_name to netbox_ip_address
|
7 | 38 | - [#83](https://github.com/netbox-community/ansible_modules/issues/83) - Add region and region_id to query_filter for Netbox Inventory plugin
|
8 | 39 |
|
9 | 40 | ### Bug Fixes
|
| 41 | + |
10 | 42 | - [#85](https://github.com/netbox-community/ansible_modules/issues/85) - Fixed vlan searching with vlan_group for netbox_prefix
|
11 | 43 | - [#67](https://github.com/netbox-community/ansible_modules/issues/67) - Removed static choices from netbox_utils and now pulls the choices for each endpoint from the Netbox API at call time
|
12 | 44 |
|
13 | 45 | ### Thanks to following contributors!
|
| 46 | + |
14 | 47 | @vsvetlov
|
15 | 48 | @pugnacity
|
16 | 49 | @DavidRobbNZ
|
|
19 | 52 | ## v0.1.5
|
20 | 53 |
|
21 | 54 | ### Bug Fixes
|
| 55 | + |
22 | 56 | - [#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)
|
23 | 57 | - [#76](https://github.com/netbox-community/ansible_modules/issues/76) - Allow name updates to manufacturers
|
24 | 58 | - [#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)
|
|
27 | 61 | - [#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
|
28 | 62 |
|
29 | 63 | ### New Modules / Plugins
|
| 64 | + |
30 | 65 | - [#70](https://github.com/netbox-community/ansible_modules/issues/70) - netbox_service
|
31 | 66 | - [#54](https://github.com/netbox-community/ansible_modules/issues/54) - Netbox Inventory Plugin
|
32 | 67 |
|
33 | 68 | ### Thanks to following contributors!
|
| 69 | + |
34 | 70 | @loganbest
|
35 | 71 | @FurryJulie
|
36 | 72 | @TawR1024
|
|
39 | 75 |
|
40 | 76 |
|
41 | 77 | ## v0.1.4
|
| 78 | + |
42 | 79 | Updated documentation for moving repos to Netbox Community Github Organization
|
43 | 80 |
|
44 | 81 | ## v0.1.3
|
45 | 82 |
|
46 | 83 | ### Bug Fixes
|
| 84 | + |
47 | 85 | - [#52](https://github.com/netbox-community/ansible_modules/issues/52) - Add error handling for invalid key_file for lookup plugin
|
48 | 86 |
|
49 | 87 | ### Documentation
|
| 88 | + |
50 | 89 | - [#51](https://github.com/netbox-community/ansible_modules/issues/51) - Update lookup plugin documentation for decryption of secrets
|
51 | 90 |
|
52 | 91 | ## v0.1.2
|
53 | 92 |
|
54 | 93 | ### Bug Fixes
|
| 94 | + |
55 | 95 | - [#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
|
56 | 96 |
|
57 | 97 | ## v0.1.1
|
|
0 commit comments