mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Merge pull request #985 from wazuh/enhancement/1722-change-VERSION-file-format
Change VERSION file format
This commit is contained in:
commit
b04dfb29e3
@ -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
|
||||
|
||||
|
||||
@ -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
4
VERSION.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": "4.12.0",
|
||||
"stage": "alpha0"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user