Standardize version file format to VERSION.json

This commit is contained in:
Jesus Garcia 2025-02-17 10:50:43 -05:00
parent 5c83e4110b
commit 856f9b3edf
No known key found for this signature in database
GPG Key ID: 8461CA78326C96C9
4 changed files with 6 additions and 3 deletions

View File

@ -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))

View File

@ -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

View File

@ -1,2 +0,0 @@
WAZUH-ANSIBLE_VERSION="v4.12.0"
REVISION="41200"

4
VERSION.json Normal file
View File

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