website/docs: Release notes 2025.4.0 (#14281)
* remove rc notice and enterprise tag for the span * Edit sidebar and security.md * Add api changes and minor fixes * Fix linting * fix netlify linter * Update website/docs/releases/2025/v2025.4.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/releases/2025/v2025.4.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * remove changelog entries that shouldn't be there Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> * Update v2025.4.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update v2025.4.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * fix linting --------- Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							593c953ecc
						
					
				
				
					commit
					4454592442
				
			@ -20,8 +20,8 @@ Even if the issue is not a CVE, we still greatly appreciate your help in hardeni
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
| Version   | Supported |
 | 
					| Version   | Supported |
 | 
				
			||||||
| --------- | --------- |
 | 
					| --------- | --------- |
 | 
				
			||||||
| 2024.12.x | ✅        |
 | 
					 | 
				
			||||||
| 2025.2.x  | ✅        |
 | 
					| 2025.2.x  | ✅        |
 | 
				
			||||||
 | 
					| 2025.4.x  | ✅        |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Reporting a Vulnerability
 | 
					## Reporting a Vulnerability
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -2,13 +2,14 @@ import { generateVersionDropdown } from "./src/utils.js";
 | 
				
			|||||||
import apiReference from "./docs/developer-docs/api/reference/sidebar";
 | 
					import apiReference from "./docs/developer-docs/api/reference/sidebar";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const releases = [
 | 
					const releases = [
 | 
				
			||||||
 | 
					    "releases/2025/v2025.4",
 | 
				
			||||||
    "releases/2025/v2025.2",
 | 
					    "releases/2025/v2025.2",
 | 
				
			||||||
    "releases/2024/v2024.12",
 | 
					    "releases/2024/v2024.12",
 | 
				
			||||||
    "releases/2024/v2024.10",
 | 
					 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        type: "category",
 | 
					        type: "category",
 | 
				
			||||||
        label: "Previous versions",
 | 
					        label: "Previous versions",
 | 
				
			||||||
        items: [
 | 
					        items: [
 | 
				
			||||||
 | 
					            "releases/2024/v2024.10",
 | 
				
			||||||
            "releases/2024/v2024.8",
 | 
					            "releases/2024/v2024.8",
 | 
				
			||||||
            "releases/2024/v2024.6",
 | 
					            "releases/2024/v2024.6",
 | 
				
			||||||
            "releases/2024/v2024.4",
 | 
					            "releases/2024/v2024.4",
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user