|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## v0.2.2 |
| 3 | +## v0.2.3 |
| 4 | + |
| 5 | +### Documentation |
| 6 | + |
| 7 | +- [#226](https://github.com/netbox-community/ansible_modules/issues/226) - Fix indentation in README to prevent syntax error |
| 8 | +- [#180](https://github.com/netbox-community/ansible_modules/issues/180) - Fix documentation errors when using ansible-lint `validate-modules` |
| 9 | + |
| 10 | +### Enchancements |
| 11 | +- [#216](https://github.com/netbox-community/ansible_modules/issues/216) - Allows private key to be passed in to `validate_certs` within modules |
| 12 | +- [#187](https://github.com/netbox-community/ansible_modules/issues/187) - Adds `discovered` field to `netbox_inventory_item` |
| 13 | +- [#219](https://github.com/netbox-community/ansible_modules/pull/219) - Adds `tenant` field to `netbox_cluster` |
| 14 | +- [#215](https://github.com/netbox-community/ansible_modules/issues/215) - Adds `query_params` to all modules to allow users to define the `query_params` |
| 15 | +- [#238](https://github.com/netbox-community/ansible_modules/pull/238) - Better error handling if read-only token is provided for modules. Updated README as well to say that a `write-enabled` token is required |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | +- [#214](https://github.com/netbox-community/ansible_modules/issues/214) - Fixes bug in inventory plugin that fails if there are either no virtual machines, but devices defined in NetBox or vice versa from failing when `fetch_all` is set to `False` |
| 19 | +- [#228](https://github.com/netbox-community/ansible_modules/issues/228) - Fixes bug in `netbox_prefix` failing when using `check_mode` |
| 20 | +- [#231](https://github.com/netbox-community/ansible_modules/issues/231) - Normalize any string values that are passed in via Jinja into an integer within the `_normalize_data` method |
| 21 | + |
| 22 | +### New Modules |
| 23 | +- [#235](https://github.com/netbox-community/ansible_modules/pull/235) - `netbox_power_feed` |
| 24 | +- [#235](https://github.com/netbox-community/ansible_modules/pull/235) - `netbox_power_outlet` |
| 25 | +- [#235](https://github.com/netbox-community/ansible_modules/pull/235) - `netbox_power_outlet_template` |
| 26 | +- [#235](https://github.com/netbox-community/ansible_modules/pull/235) - `netbox_power_panel` |
| 27 | +- [#235](https://github.com/netbox-community/ansible_modules/pull/235) - `netbox_power_port` |
| 28 | +- [#235](https://github.com/netbox-community/ansible_modules/pull/235) - `netbox_power_port_template` |
| 29 | +- [#236](https://github.com/netbox-community/ansible_modules/pull/236) - `netbox_console_port` |
| 30 | +- [#236](https://github.com/netbox-community/ansible_modules/pull/236) - `netbox_console_port_template` |
| 31 | +- [#236](https://github.com/netbox-community/ansible_modules/pull/236) - `netbox_console_server_port` |
| 32 | +- [#236](https://github.com/netbox-community/ansible_modules/pull/236) - `netbox_console_server_port_template` |
| 33 | +- [#237](https://github.com/netbox-community/ansible_modules/pull/237) - `netbox_front_port` |
| 34 | +- [#237](https://github.com/netbox-community/ansible_modules/pull/237) - `netbox_front_port_template` |
| 35 | +- [#237](https://github.com/netbox-community/ansible_modules/pull/237) - `netbox_rear_port` |
| 36 | +- [#237](https://github.com/netbox-community/ansible_modules/pull/237) - `netbox_rear_port_template` |
| 37 | + |
| 38 | + |
| 39 | +## V0.2.2 |
4 | 40 |
|
5 | 41 | ### Enhancements
|
6 | 42 |
|
|
0 commit comments