Merge pull request #985 from wazuh/enhancement/1722-change-VERSION-file-format

Change VERSION file format
This commit is contained in:
Carlos Bordon 2025-02-17 14:56:09 -03:00 committed by GitHub
commit b04dfb29e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View File

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

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

View File

@ -1,2 +0,0 @@
VERSION="4.12.0"
REVISION="41200"

4
VERSION.json Normal file
View File

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