You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ Netbox.Netbox Release Notes
5
5
.. contents:: Topics
6
6
7
7
8
+
v3.1.2
9
+
======
10
+
11
+
Release Summary
12
+
---------------
13
+
14
+
This release focuses on ansible-core 2.11 compatibility, general CI fixes for NetBox 2.10-2.11, and doc updates.
15
+
This release works with NetBox 3.0, but needs further investigation with regards to idopmentcy (nothing really major) & some CI.
16
+
The next release will idenify and resolve any issues with NetBox 3.0.
17
+
18
+
Minor Changes
19
+
-------------
20
+
21
+
- Add ansible-core support - Quick fix to support ansible-core 2.11 [#558](https://github.com/netbox-community/ansible_modules/pull/558)
22
+
- Add private_key option to nb_lookup for secret decryption [#532](https://github.com/netbox-community/ansible_modules/pull/532)
23
+
- Added custom certificate support [#534](https://github.com/netbox-community/ansible_modules/pull/534)
24
+
- CI testing & integration tests now leverage ansible-core 2.11 - Fixes #583: Move to Ansible-core for CI tests [#591](https://github.com/netbox-community/ansible_modules/pull/591)
25
+
- Correct Invalid NetBox readthedocs URL in nb_inventory docs [#568](https://github.com/netbox-community/ansible_modules/pull/568)
26
+
- Fixes to CI due to not pinning NetBox & NetBox-Docker version CI among other minor CI corrections - General CI Fix [573](https://github.com/netbox-community/ansible_modules/pull/573)
27
+
- README: Slack link and tidyup [#584](https://github.com/netbox-community/ansible_modules/pull/584)
[](https://netdev-community.slack.com/join/shared_invite/zt-mtts8g0n-Sm6Wutn62q_M4OdsaIycrQ#/shared-invite/email)
5
5
6
+
# Looking for New Maintainers
7
+
8
+
We are in search of a few maintainers for this project. Please see discussion [Looking for maintainers](https://github.com/netbox-community/ansible_modules/discussions/526). Our previous single maintainer was unable to keep up with the project to the high bar set by @FragmentedPacket. The reality is that this is not a project that should be held by a single maintainer. Reach out in the discussion or on our slack if you are interested in helping out.
9
+
10
+
While we look for maintainers who have shown a willingness to provide inputs/ides, contribute code, and review contributions, the netbox-community team will do its best to maintain this repo in the interim. Prioritization will given to bug fixes, NetBox compatibility, and Ansible requirements/compatibility. New features (associated to the project or NetBox core)will be developed as a best effort, but rest assured, no releases will be cut that are not stable and tested.
6
11
7
12
# NetBox modules for Ansible using Ansible Collections
- "CI testing & integration tests now leverage ansible-core 2.11 - Fixes #583: Move to Ansible-core for CI tests [#591](https://github.com/netbox-community/ansible_modules/pull/591)"
545
+
- "README: Slack link and tidyup [#584](https://github.com/netbox-community/ansible_modules/pull/584)"
546
+
- "Fixes to CI due to not pinning NetBox & NetBox-Docker version CI among other minor CI corrections - General CI Fix [573](https://github.com/netbox-community/ansible_modules/pull/573)"
547
+
- "Correct Invalid NetBox readthedocs URL in nb_inventory docs [#568](https://github.com/netbox-community/ansible_modules/pull/568)"
548
+
- "Add ansible-core support - Quick fix to support ansible-core 2.11 [#558](https://github.com/netbox-community/ansible_modules/pull/558)"
0 commit comments