[PR #269] [MERGED] Release v1.2.0 #12026

Closed
opened 2025-12-29 22:19:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/269
Author: @jeremystretch
Created: 7/12/2016
Status: Merged
Merged: 7/12/2016
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 9750da4 Add LDAP Authentication Documentation
  • 1338bf6 Banner/MOTD Support
  • 9c48340 Dev version bump
  • 29358a1 Merge remote-tracking branch 'origin/master' into develop
  • b9e0739 Fixes #228: Correct conditional inclusion of device bays
  • eb9315c Add initial API Integration document
  • db72a64 Changed DeviceForm.device_type label
  • 4372043 Potential quick fix for Issue #215. The proper solution is to
  • edc3ab5 Merge pull request #232 from digitalocean/api-integration
  • 90dadfc Moving docs to readthedocs.org

📊 Changes

50 files changed (+994 additions, -771 deletions)

View changed files

📝 README.md (+3 -51)
📝 docker-compose.yml (+1 -0)
docs/api-integration.md (+19 -0)
docs/configuration/mandatory-settings.md (+45 -0)
📝 docs/configuration/optional-settings.md (+11 -67)
📝 docs/data-model/circuits.md (+0 -4)
📝 docs/data-model/dcim.md (+0 -4)
📝 docs/data-model/extras.md (+0 -4)
📝 docs/data-model/ipam.md (+0 -4)
📝 docs/data-model/secrets.md (+0 -4)
docs/getting-started.md (+0 -502)
📝 docs/index.md (+52 -2)
📝 docs/installation/docker.md (+6 -9)
docs/installation/ldap.md (+101 -0)
docs/installation/netbox.md (+181 -0)
docs/installation/postgresql.md (+42 -0)
docs/installation/upgrading.md (+63 -0)
docs/installation/web-server.md (+132 -0)
📝 docs/media/screenshot1.png (+0 -0)
📝 docs/media/screenshot2.png (+0 -0)

...and 30 more files

📄 Description

New Features

  • #73 - Added optional persistent banner
  • #93 - Ability to set both IPv4 and IPv6 primary IPs for devices
  • #203 - Introduced support for LDAP

Bug Fixes

  • #162 - Fixed support for Unicode characters in rack/device/VLAN names
  • #228 - Corrected conditional inclusion of device bay templates
  • #246 - Corrected Docker build instructions
  • #260 - Fixed error on admin UI device type list
  • Miscellaneous layout improvements for mobile devices

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/269 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/12/2016 **Status:** ✅ Merged **Merged:** 7/12/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9750da4`](https://github.com/netbox-community/netbox/commit/9750da47612a9a4985427a293c3d776ec9c88d43) Add LDAP Authentication Documentation - [`1338bf6`](https://github.com/netbox-community/netbox/commit/1338bf601229497c3070184483c6d408b56775f1) Banner/MOTD Support - [`9c48340`](https://github.com/netbox-community/netbox/commit/9c48340b9adfec67f053a45d32e14b5603f79ea9) Dev version bump - [`29358a1`](https://github.com/netbox-community/netbox/commit/29358a18b85e0783ea24804b933109449e7cf430) Merge remote-tracking branch 'origin/master' into develop - [`b9e0739`](https://github.com/netbox-community/netbox/commit/b9e0739f725149cb8a2798ba05554803ba7209d1) Fixes #228: Correct conditional inclusion of device bays - [`eb9315c`](https://github.com/netbox-community/netbox/commit/eb9315c11ca81f2250b3b37316710eed6ef3cc0b) Add initial API Integration document - [`db72a64`](https://github.com/netbox-community/netbox/commit/db72a64ef7639a34ebd96038e05443222566a790) Changed DeviceForm.device_type label - [`4372043`](https://github.com/netbox-community/netbox/commit/4372043ddbe363a91cd190608da514552094ab3c) Potential quick fix for Issue #215. The proper solution is to - [`edc3ab5`](https://github.com/netbox-community/netbox/commit/edc3ab597fe3b4dc29d2b8989d974590cbe7c596) Merge pull request #232 from digitalocean/api-integration - [`90dadfc`](https://github.com/netbox-community/netbox/commit/90dadfc5d9e5cd34fafd98816d55459ec7a914f2) Moving docs to readthedocs.org ### 📊 Changes **50 files changed** (+994 additions, -771 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -51) 📝 `docker-compose.yml` (+1 -0) ➕ `docs/api-integration.md` (+19 -0) ➕ `docs/configuration/mandatory-settings.md` (+45 -0) 📝 `docs/configuration/optional-settings.md` (+11 -67) 📝 `docs/data-model/circuits.md` (+0 -4) 📝 `docs/data-model/dcim.md` (+0 -4) 📝 `docs/data-model/extras.md` (+0 -4) 📝 `docs/data-model/ipam.md` (+0 -4) 📝 `docs/data-model/secrets.md` (+0 -4) ➖ `docs/getting-started.md` (+0 -502) 📝 `docs/index.md` (+52 -2) 📝 `docs/installation/docker.md` (+6 -9) ➕ `docs/installation/ldap.md` (+101 -0) ➕ `docs/installation/netbox.md` (+181 -0) ➕ `docs/installation/postgresql.md` (+42 -0) ➕ `docs/installation/upgrading.md` (+63 -0) ➕ `docs/installation/web-server.md` (+132 -0) 📝 `docs/media/screenshot1.png` (+0 -0) 📝 `docs/media/screenshot2.png` (+0 -0) _...and 30 more files_ </details> ### 📄 Description ## New Features - [#73](/digitalocean/netbox/issues/73) - Added optional persistent banner - [#93](/digitalocean/netbox/issues/73) - Ability to set both IPv4 and IPv6 primary IPs for devices - [#203](/digitalocean/netbox/issues/203) - Introduced support for LDAP ## Bug Fixes - [#162](/digitalocean/netbox/issues/228) - Fixed support for Unicode characters in rack/device/VLAN names - [#228](/digitalocean/netbox/issues/228) - Corrected conditional inclusion of device bay templates - [#246](/digitalocean/netbox/issues/246) - Corrected Docker build instructions - [#260](/digitalocean/netbox/issues/260) - Fixed error on admin UI device type list - Miscellaneous layout improvements for mobile devices --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:13 +01:00
adam closed this issue 2025-12-29 22:19:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12026