Skip to content

Commit 7f7436e

Browse files
Ingest new documentation (#2682)
Co-authored-by: netdatabot <43409846+netdatabot@users.noreply.github.com>
1 parent deb0c15 commit 7f7436e

File tree

3 files changed

+139
-0
lines changed

3 files changed

+139
-0
lines changed
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
---
2+
custom_edit_url: "https://github.com/netdata/netdata-cloud-onprem/edit/master/netdata-cloud-onprem/RELEASE-NOTES.md"
3+
sidebar_label: "Release Notes"
4+
learn_status: "Published"
5+
learn_rel_path: "Netdata Cloud On-Prem"
6+
sidebar_position: "700090"
7+
learn_link: "https://learn.netdata.cloud/docs/netdata-cloud-on-prem/release-notes"
8+
---
9+
10+
## 2.4.0 (2025-12-19)
11+
12+
### Features
13+
14+
- New consolidated cronjob cleanup-nodes for cleaning up nodes from several reasons (soft-deleted, offline nodes etc.)
15+
- Add ServiceNow notification integration
16+
- Alert Notification performance improvements
17+
- Expire older claim tokens upon creating a new one
18+
- Introduce chart section filters
19+
20+
## 2.3.0 (2025-09-30)
21+
22+
### Features
23+
24+
- Simplified the layout of the rooms list in the left sidebar for improved clarity and usability
25+
- Added support for custom identity parameters in OAuth provider configuration to enhance SSO flexibility
26+
- Improved SSO login process with enhanced query parameter handling for better provider identification
27+
- Support for the latest Redis 8.x
28+
29+
### Bug fixes
30+
31+
- Resolved an issue preventing users from setting custom dates in the global date picker
32+
- Fixed an issue that prevented TV mode from loading on the local dashboard
33+
- Resolved an issue where deleted nodes could incorrectly reappear in the system
34+
- Fixed a race condition that could occur when revoking access control permissions in EMQX
35+
- Resolved a callback issue that could prevent successful authentication with OAuth providers
36+
37+
## 2.2.1 (2025-08-06)
38+
39+
### Bug fixes
40+
41+
- Prevent from global configmap and secrets deletion when using helm hooks
42+
43+
## 2.2.0 (2025-08-06)
44+
45+
### Features
46+
47+
- Enrich reachability notifications with space node stats
48+
- Support Redis as EMQX authentication and authorization backend
49+
- Support adding/removing a user to/from multiple rooms
50+
- Add support for additional filters when searching for alert transitions
51+
- SCIM: Add support for filters when removing group members
52+
- SCIM: Add support for user addition/removal operations
53+
- SCIM: Infer member type if reference attribute is missing
54+
- Prioritize liveness over higher hops when routing by node
55+
- Update OpenTelemetry library version
56+
- Helm Chart: .Values.global.customCaCertificates now it is supported in every workload ie. netdata cloud onprem can connect to the Elasticsearch exposed with a custom SSL certificate
57+
58+
### Bug fixes
59+
60+
- Fix named emails for SMTP backend
61+
- Deprecate legacy alarm streaming service
62+
- Fix bug that would make member creation fail when active invitation pre-existed
63+
- Fix recurrence silencing rules by fully supporting RRule specifications
64+
- SCIM: Avoid returning groups for disabled accounts
65+
- SCIM: Multiple small fixes to increase robustness
66+
67+
## 2.1.0 (2025-06-02)
68+
69+
### Features
70+
71+
- Add custom CA certificate for accessing OIDC providers
72+
- Updated Traefik to version 3.4.0 in the `netdata-cloud-dependency` helm chart
73+
- Performance improvements for `/data` requests leading to lower memory/cpu consumption and lower response times as well
74+
- Improved the performance of Alert notifications processing through a bulk processing mechanism using PostgreSQL
75+
- Feed events improvements on alert-notification-dispatched actions.
76+
77+
### Bug fixes
78+
79+
- Fix network policy to provide access to the internet by the `cloud-spaceroom-service` to allow it to fetch the OIDC discovery document
80+
81+
## 2.0.0 (2025-05-16)
82+
83+
### Breaking changes
84+
85+
- Upgraded EMQX to version 5.8.6. After upgrading, netdata‑cloud‑onprem should be released with Helm chart version 2.0.0 or higher (provisioning). If persistent volumes are used, you can upgrade EMQX by completely removing its volume to preserve core functionality. The Spaceroom service will repopulate credentials for the Agents.Any additional user-defined settings require manual action
86+
- Updated the dependency Helm chart to use the native EMQX Helm chart
87+
- Dropped support for EMQX versions older than 5.5.0
88+
- Default traefik service name is changed (potential breaking change)
89+
- Changed keys responsible for provisioning images in netdata-cloud-onprem helm chart
90+
91+
### Features
92+
93+
- Introduced downloadable metrics from charts (raw data, normalized data, PNG, PDF). On every chart, you can find a new button in the top-right corner that allows you to download the chart data
94+
- Introduced downloadable events as NDJSON. In the Events tab, you can download the feed in NDJSON format
95+
- Removed the visited nodes list from the sidebar. This feature was obsolete and has been removed
96+
- Bumped Golang to version 1.23 and updated dependencies
97+
- Introduced Kubernetes security context for CronJobs
98+
- Disallowed connections from Agents running versions earlier than v1.40
99+
- Replaced protobuf feed events with JSON for agent-, node-, and node-instance-related events
100+
- Added support for OIDC discovery, validating the issuer via the `/.well-known/openid-connect` endpoint
101+
- Joining a space via invitation with a new Netdata account no longer creates an additional personal space
102+
- Improved Alerts processing performance
103+
- Introduced Network Policy into the Helm charts (opt-in). Documentation is available at https://learn.netdata.cloud/docs/netdata-cloud-on-prem/kubernetes-network-policy-configuration
104+
- Added SBOM for onprem images. Documentation is available at https://learn.netdata.cloud/docs/netdata-cloud-on-prem/software-bill-of-materials
105+
- Switched the base image for provisioning scripts from Ubuntu to Alpine (with Curl)
106+
- All of the images for netdata-cloud-onprem and netdata-cloud-dependency now point to Netdata's ECR by default, making it easier to install in network-restricted environments
107+
- Improved the documentation (in `values.yaml` and `README.md`) for both the netdata-cloud-onprem and netdata-cloud-dependency charts
108+
109+
### Bug fixes
110+
111+
- Better timeout handling
112+
- Better error handling
113+
- Markdoc style fixes
114+
- Agent dyncfg schema
115+
- Improved EMQX credential and ACL handling
116+
- Fixed an issue where a newer version of EMQX was not provisioned correctly
117+
- Onprem now have custom error pages
118+
119+
## 1.0.4 (2025-03-31)
120+
121+
### Features
122+
123+
- Introduces SCIM Groups support
124+
- Refactor reachability notifications improving performance, reliability and logging
125+
- Improves Invitations flow error handling/messages improving the error clarity
126+
- Introduce contexts autocomplete widget in DYNCFG (Dynamic Config)
127+
- Frontend framework refactor. Better performance and less memory consumption on the browser
128+
- Enhance functions and logs with better and easier filtering on facets
129+
- Introduce chart and function user settings
130+
131+
### Bug fixes
132+
133+
- Fix DYNCFG (Dynamic Config) bug that was causing false error report after enabling multiple jobs
134+
- We now perform a node cleanup when last pruned node instance gets deleted
135+
- Fixes reachability notifications bug related to rooms without members
136+
- Addresses JWT-related [CVE](https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp) that could result in excessive memory allocation
137+
- Other minor bugs

ingest/generated_map.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.c
109109
https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/poc-without-k8s.md PoC without K8s Published Netdata Cloud On-Prem
110110
https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/ecr-mirror.md Mirroring image registry Published Netdata Cloud On-Prem
111111
https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/troubleshooting.md Troubleshooting Published Netdata Cloud On-Prem
112+
https://github.com/netdata/netdata-cloud-onprem/edit/master/netdata-cloud-onprem/RELEASE-NOTES.md Release Notes Published Netdata Cloud On-Prem
112113

113114

114115

ingest/one_commit_back_file-dict.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
custom_edit_url learn_path
2+
https://github.com/netdata/netdata-cloud-onprem/edit/master/netdata-cloud-onprem/RELEASE-NOTES.md /docs/netdata-cloud-on-prem/release-notes
23
https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/hardening-guide.md /docs/netdata-cloud-on-prem/security-hardening-guide
34
https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/troubleshooting.md /docs/netdata-cloud-on-prem/troubleshooting
45
https://github.com/netdata/netdata-cloud-onprem/edit/master/docs/learn.netdata.cloud/ecr-mirror.md /docs/netdata-cloud-on-prem/mirroring-image-registry

0 commit comments

Comments
 (0)