Standardize version file format to VERSION.json
This commit is contained in:
parent
5c83e4110b
commit
856f9b3edf
@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Standardize version file format ([#1553](https://github.com/wazuh/wazuh-ansible/pull/1553))
|
||||||
- Use fixed version of Ubuntu-22.04 in GHA runners instead of latest version ([#1479](https://github.com/wazuh/wazuh-ansible/pull/1479)) \- (PR Checks Workflows)
|
- Use fixed version of Ubuntu-22.04 in GHA runners instead of latest version ([#1479](https://github.com/wazuh/wazuh-ansible/pull/1479)) \- (PR Checks Workflows)
|
||||||
- Implement minor changes for Wazuh ansible arm64 support ([#1518](https://github.com/wazuh/wazuh-ansible/pull/1518))
|
- Implement minor changes for Wazuh ansible arm64 support ([#1518](https://github.com/wazuh/wazuh-ansible/pull/1518))
|
||||||
|
|
||||||
|
|||||||
@ -98,7 +98,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|
|||||||
│ │ ├── wazuh-single.yml
|
│ │ ├── wazuh-single.yml
|
||||||
│
|
│
|
||||||
│ ├── README.md
|
│ ├── README.md
|
||||||
│ ├── VERSION
|
│ ├── VERSION.json
|
||||||
│ ├── CHANGELOG.md
|
│ ├── CHANGELOG.md
|
||||||
|
|
||||||
## Example: production-ready distributed environment
|
## Example: production-ready distributed environment
|
||||||
|
|||||||
4
VERSION.json
Normal file
4
VERSION.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"version": "4.12.0",
|
||||||
|
"stage": "alpha0"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user