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: docs/development/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ NetBox is maintained as a [GitHub project](https://github.com/netbox-community/n
7
7
Communication among developers should always occur via public channels:
8
8
9
9
*[GitHub issues](https://github.com/netbox-community/netbox/issues) - All feature requests, bug reports, and other substantial changes to the code base **must** be documented in an issue.
10
-
*[The mailing list](https://groups.google.com/g/netbox-discuss) - The preferred forum for general discussion and support issues. Ideal for shaping a feature request prior to submitting an issue.
10
+
*[GitHub discussions](https://github.com/netbox-community/netbox/discussions) - The preferred forum for general discussion and support issues. Ideal for shaping a feature request prior to submitting an issue.
11
+
*[The mailing list](https://groups.google.com/g/netbox-discuss) - An alternative forum for general discussion (GitHub is preferred).
11
12
*[#netbox on NetworkToCode](http://slack.networktocode.com/) - Good for quick chats. Avoid any discussion that might need to be referenced later on, as the chat history is not retained long.
Copy file name to clipboardExpand all lines: docs/release-notes/version-2.9.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
# NetBox v2.9
2
2
3
-
## v2.9.11 (FUTURE)
3
+
## v2.9.11 (2020-12-11)
4
4
5
5
### Enhancements
6
6
7
7
*[#5424](https://github.com/netbox-community/netbox/issues/5424) - Allow passing Python code to `nbshell` using `--command`
8
+
*[#5439](https://github.com/netbox-community/netbox/issues/5439) - Add CS and SN fiber port types
8
9
9
10
### Bug Fixes
10
11
11
12
*[#5383](https://github.com/netbox-community/netbox/issues/5383) - Fix setting user password via REST API
12
13
*[#5396](https://github.com/netbox-community/netbox/issues/5396) - Fix uniqueness constraint for virtual machine names
14
+
*[#5387](https://github.com/netbox-community/netbox/issues/5387) - Fix error when rendering config contexts when objects have multiple tags assigned
13
15
*[#5407](https://github.com/netbox-community/netbox/issues/5407) - Add direct link to secret on secrets list
14
16
*[#5408](https://github.com/netbox-community/netbox/issues/5408) - Fix updating secrets without setting new plaintext
15
17
*[#5410](https://github.com/netbox-community/netbox/issues/5410) - Restore tags field on cable connection forms
18
+
*[#5433](https://github.com/netbox-community/netbox/issues/5433) - Exclude SVG files from front/rear image upload for device types (currently unsupported)
16
19
*[#5436](https://github.com/netbox-community/netbox/issues/5436) - Show assigned IP addresses in interfaces list
20
+
*[#5446](https://github.com/netbox-community/netbox/issues/5446) - Fix validation for plugin version and required settings
0 commit comments