From 0c10837d5664a757c5c4df1cddb6a4b606e5a370 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 14 Apr 2025 14:58:05 -0400 Subject: [PATCH] Correct issue numbers in change log --- docs/release-notes/index.md | 4 ++-- docs/release-notes/version-4.3.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 413811559..0d0b10092 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -16,8 +16,8 @@ This page contains a history of all major and minor releases since NetBox v2.0. * Reusable Table Configurations ([#14591](https://github.com/netbox-community/netbox/issues/14591)) * Option to Treat IP Ranges as Fully Populated ([#9763](https://github.com/netbox-community/netbox/issues/9763)) * Hierarchical Device Roles ([#18245](https://github.com/netbox-community/netbox/issues/18245)) -* Periodic Synchronization of Data Sources ([#18747](https://github.com/netbox-community/netbox/issues/18747)) -* Proxy Routing ([#18681](https://github.com/netbox-community/netbox/issues/18681)) +* Periodic Synchronization of Data Sources ([#18287](https://github.com/netbox-community/netbox/issues/18287)) +* Proxy Routing ([#18627](https://github.com/netbox-community/netbox/issues/18627)) #### [Version 4.2](./version-4.2.md) (January 2025) diff --git a/docs/release-notes/version-4.3.md b/docs/release-notes/version-4.3.md index bcf02b698..f24716cc3 100644 --- a/docs/release-notes/version-4.3.md +++ b/docs/release-notes/version-4.3.md @@ -30,11 +30,11 @@ A new `mark_populated` boolean field has been added to the IPRange model. If set Device roles can now be arranged hierarchically, with one role optionally serving as a parent to one or more child roles. For example, you might wish to create a generic "Server" role for devices with "Application Server" and "Database Server" roles beneath it. A device could then be assigned to any of these three roles. -#### Periodic Synchronization of Data Sources ([#18747](https://github.com/netbox-community/netbox/issues/18747)) +#### Periodic Synchronization of Data Sources ([#18287](https://github.com/netbox-community/netbox/issues/18287)) Data sources can now be configured to synchronize automatically at a specified interval, as indicated by the new `sync_interval` field. No additional system configuration is necessary to support this functionality; background jobs will be scheduled automatically by the RQ worker process. -#### Proxy Routing ([#18681](https://github.com/netbox-community/netbox/issues/18681)) +#### Proxy Routing ([#18627](https://github.com/netbox-community/netbox/issues/18627)) User can now declare one or more proxy routers via the `PROXY_ROUTERS` configuration parameter to control the use of specific proxy servers for various outbound connections. For example, it is now possible to configure NetBox to use different proxies based on the type of outbound traffic or its destination.