From fe42cb5d42a38804da27f7ea3b0a94cd57f95851 Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Thu, 18 Sep 2025 20:36:03 -0400 Subject: [PATCH 1/2] Remove note from README.md about upcoming GA --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 523c984..22f805d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,3 @@ $ ./manage.py migrate ``` sudo systemctl restart netbox netbox-rq ``` - -## Known Limitations - -The Public Preview of NetBox Custom Objects is under active development as we proceed towards the General Availability release around NetBox 4.4. The best place to look for the latest list of known limitations is the [issues](https://github.com/netboxlabs/netbox-custom-objects/issues) list on the GitHub repository. From 85d145b65bb0bdc5051e9a9f38e7410028b10bbd Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Thu, 18 Sep 2025 20:38:25 -0400 Subject: [PATCH 2/2] Don't remove, just revise the note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22f805d..3c33eb5 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ $ ./manage.py migrate ``` sudo systemctl restart netbox netbox-rq ``` + +## Known Limitations + +NetBox Custom Objects is under active development and some features may not be complete as designed. The best place to look for the latest list of known limitations is the [issues](https://github.com/netboxlabs/netbox-custom-objects/issues) list on the GitHub repository.