Merge branch '4.12.0' into merge-4.11.1-into-4.12.0

This commit is contained in:
Carlos Bordon 2025-02-21 09:02:17 -03:00 committed by GitHub
commit 1438920568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 1 deletions

View File

@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file.
## [4.12.0]
### Added
- None
### Changed
- Change VERSION file format ([#985](https://github.com/wazuh/wazuh-kubernetes/pull/985)) \- (VERSION file)
### Fixed
- None
### Deleted
- None
## [4.11.1]
### Added

View File

@ -47,7 +47,7 @@ To deploy a cluster on your local environment (like Minikube, Kind or Microk8s)
├── local-environment.md
├── README.md
├── upgrade.md
├── VERSION
├── VERSION.json
└── wazuh
├── base
│   ├── storage-class.yaml

4
VERSION.json Normal file
View File

@ -0,0 +1,4 @@
{
"version": "4.12.0",
"stage": "alpha0"
}