[PR #8610] [CLOSED] Netbox v3.1.7 upgrade #13380

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8610
Author: @jinaloo7
Created: 2/11/2022
Status: Closed

Base: developHead: new-netbox-3


📝 Commits (10+)

  • cca2c6b Vapor API Scaffold (#2)
  • 2e92df7 Add support for django-allauth
  • 526e7d4 Post-release version bump
  • b00c6e8 Add filter for has local context data (#3159)
  • 795f86c Add in in-line vlan editing and Bulk vlan editing (#3350)
  • 5848a21 Fixes: #3318 - Increases length of platform name and slug to 64 characters (#3353)
  • 05e5190 Update Changelog with Future Changes
  • 77997cb Fixes #3489: Prevent exception triggered by webhook upon object deletion
  • bf3afa6 Moved related projects list to the wiki
  • 8371677 Changelog cleanup

📊 Changes

84 files changed (+3520 additions, -186 deletions)

View changed files

.dockerignore (+3 -0)
.jenkins (+72 -0)
Dockerfile (+150 -0)
Makefile (+39 -0)
README (+18 -0)
docker-compose.yml (+65 -0)
docker/configuration.docker.py (+91 -0)
docker/configuration/configuration.py (+244 -0)
docker/configuration/extra.py (+55 -0)
docker/configuration/ldap/ldap_config.py (+90 -0)
docker/docker-entrypoint.sh (+73 -0)
docker/env/netbox.env (+42 -0)
docker/env/postgres.env (+3 -0)
docker/env/redis-cache.env (+1 -0)
docker/env/redis.env (+1 -0)
docker/housekeeping.sh (+8 -0)
docker/initializers/cables.yml (+1 -0)
docker/initializers/custom_fields.yml (+11 -0)
docker/initializers/device_roles.yml (+9 -0)
docker/initializers/device_types.yml (+20 -0)

...and 64 more files

📄 Description

This PR updates Netbox to latest release 3.1.7
It will also skip clair scan for now


🔄 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/8610 **Author:** [@jinaloo7](https://github.com/jinaloo7) **Created:** 2/11/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `new-netbox-3` --- ### 📝 Commits (10+) - [`cca2c6b`](https://github.com/netbox-community/netbox/commit/cca2c6b68027e8bcf48f4a77c4f94fa03ff4b5f9) Vapor API Scaffold (#2) - [`2e92df7`](https://github.com/netbox-community/netbox/commit/2e92df7fa560da78bd02e3623f09468656407872) Add support for django-allauth - [`526e7d4`](https://github.com/netbox-community/netbox/commit/526e7d4ef161be2e48db97bf1ac8e938e7255b11) Post-release version bump - [`b00c6e8`](https://github.com/netbox-community/netbox/commit/b00c6e8cf398192dc2cfd67755395e401c42aa4a) Add filter for has local context data (#3159) - [`795f86c`](https://github.com/netbox-community/netbox/commit/795f86caef48c3a8b51278390eb90becc3b1f6cc) Add in in-line vlan editing and Bulk vlan editing (#3350) - [`5848a21`](https://github.com/netbox-community/netbox/commit/5848a21300e12b7120ace5b3ee5e7cb44d8ade13) Fixes: #3318 - Increases length of platform name and slug to 64 characters (#3353) - [`05e5190`](https://github.com/netbox-community/netbox/commit/05e5190a883a5dbb4de7d2e653002a36f9552a37) Update Changelog with Future Changes - [`77997cb`](https://github.com/netbox-community/netbox/commit/77997cbbf56a2fdba257aec24d0946fc8ba06ed4) Fixes #3489: Prevent exception triggered by webhook upon object deletion - [`bf3afa6`](https://github.com/netbox-community/netbox/commit/bf3afa626e0b11a27a0d941ffa52a3fb8b5740ea) Moved related projects list to the wiki - [`8371677`](https://github.com/netbox-community/netbox/commit/8371677b12b9e7b2eb238aeedce086073feee170) Changelog cleanup ### 📊 Changes **84 files changed** (+3520 additions, -186 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+3 -0) ➕ `.jenkins` (+72 -0) ➕ `Dockerfile` (+150 -0) ➕ `Makefile` (+39 -0) ➕ `README` (+18 -0) ➕ `docker-compose.yml` (+65 -0) ➕ `docker/configuration.docker.py` (+91 -0) ➕ `docker/configuration/configuration.py` (+244 -0) ➕ `docker/configuration/extra.py` (+55 -0) ➕ `docker/configuration/ldap/ldap_config.py` (+90 -0) ➕ `docker/docker-entrypoint.sh` (+73 -0) ➕ `docker/env/netbox.env` (+42 -0) ➕ `docker/env/postgres.env` (+3 -0) ➕ `docker/env/redis-cache.env` (+1 -0) ➕ `docker/env/redis.env` (+1 -0) ➕ `docker/housekeeping.sh` (+8 -0) ➕ `docker/initializers/cables.yml` (+1 -0) ➕ `docker/initializers/custom_fields.yml` (+11 -0) ➕ `docker/initializers/device_roles.yml` (+9 -0) ➕ `docker/initializers/device_types.yml` (+20 -0) _...and 64 more files_ </details> ### 📄 Description This PR updates Netbox to latest release 3.1.7 It will also skip clair scan for now --- <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:27:04 +01:00
adam closed this issue 2025-12-29 22:27:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13380