Skip to content

Commit f013f45

Browse files
authored
Release 3.21 (#1388)
* Prepare for release 3.21 * Add sphinx configuration key
1 parent 6f521e1 commit f013f45

File tree

109 files changed

+1590
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1590
-131
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 2
3-
# sphinx:
4-
# configuration: docs/conf.py
3+
sphinx:
4+
configuration: docs/conf.py
55

66
build:
77
os: ubuntu-22.04

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ NetBox.NetBox Release Notes
44

55
.. contents:: Topics
66

7+
v3.21.0
8+
=======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Add `label`, `description` and `enabled` to `netbox_device_interface_template` (https://github.com/netbox-community/ansible_modules/issues/1333)
14+
- Add example for using ansible variables in lookup
15+
- Add name as option to netbox_fhrp_group
16+
- Add support for custom headers
17+
- netbox_cluster - Add options scope and scope_type for NetBox 4.2+
18+
- netbox_device_interface - Add primary_mac_address option for NetBox 4.2+
19+
- netbox_prefix - Add options scope and scope_type for NetBox 4.2+
20+
- netbox_vm_interface - Add primary_mac_address option for NetBox 4.2+
21+
22+
Bugfixes
23+
--------
24+
25+
- Fix missing netbox_config_template module in module_defaults
26+
- Fixed an isssue with module_default parameter inheritance for modules netbox_config_template, netbox_custom_field_choice_set, netbox_permission, netbox_token, netbox_user, and netbox_user_group.
27+
- fix call /api/status/ instead /api/status in nb_inventory plugin. (https://github.com/netbox-community/ansible_modules/issues/1335).
28+
- netbox_ip_address - Fixed the problem preventing assignment of an IP address to a network interface
29+
30+
New Modules
31+
-----------
32+
33+
- netbox.netbox.netbox_mac_address - Create, update or delete MAC addresses within NetBox
34+
735
v3.20.0
836
=======
937

changelogs/changelog.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,42 @@ releases:
815815
name: netbox_user_group
816816
namespace: ''
817817
release_date: '2024-09-12'
818+
3.21.0:
819+
changes:
820+
bugfixes:
821+
- Fix missing netbox_config_template module in module_defaults
822+
- Fixed an isssue with module_default parameter inheritance for modules netbox_config_template,
823+
netbox_custom_field_choice_set, netbox_permission, netbox_token, netbox_user,
824+
and netbox_user_group.
825+
- fix call /api/status/ instead /api/status in nb_inventory plugin. (https://github.com/netbox-community/ansible_modules/issues/1335).
826+
- netbox_ip_address - Fixed the problem preventing assignment of an IP address
827+
to a network interface
828+
minor_changes:
829+
- Add `label`, `description` and `enabled` to `netbox_device_interface_template`
830+
(https://github.com/netbox-community/ansible_modules/issues/1333)
831+
- Add example for using ansible variables in lookup
832+
- Add name as option to netbox_fhrp_group
833+
- Add support for custom headers
834+
- netbox_cluster - Add options scope and scope_type for NetBox 4.2+
835+
- netbox_device_interface - Add primary_mac_address option for NetBox 4.2+
836+
- netbox_prefix - Add options scope and scope_type for NetBox 4.2+
837+
- netbox_vm_interface - Add primary_mac_address option for NetBox 4.2+
838+
fragments:
839+
- 1323-fixing-bug-#975.yml
840+
- 1327-add-custom-headers.yml
841+
- 1332-add-hostname_field-option.yml
842+
- 1333-feature-netbox_device_interface_template.yml
843+
- 1335-api-status-page-not-found.yml
844+
- 1339-name-to-fhrp-group.yml
845+
- 1356-add-modules-to-action-groups.yml
846+
- action_groups_config_template.yml
847+
- netbox_mac_address.yml
848+
- scope_prefix_cluster.yml
849+
modules:
850+
- description: Create, update or delete MAC addresses within NetBox
851+
name: netbox_mac_address
852+
namespace: ''
853+
release_date: '2025-03-04'
818854
3.3.0:
819855
changes:
820856
minor_changes:

changelogs/fragments/1323-fixing-bug-#975.yml

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

changelogs/fragments/1327-add-custom-headers.yml

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

changelogs/fragments/1332-add-hostname_field-option.yml

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

changelogs/fragments/1333-feature-netbox_device_interface_template.yml

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

changelogs/fragments/1335-api-status-page-not-found.yml

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

changelogs/fragments/1339-name-to-fhrp-group.yml

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

changelogs/fragments/1356-add-modules-to-action-groups.yml

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

0 commit comments

Comments
 (0)