Skip to content

Commit

Permalink
Merge pull request #1553 from wazuh/change/1548-version-file-standard…
Browse files Browse the repository at this point in the history
…ization

Standardize version file format
  • Loading branch information
c-bordon authored Feb 17, 2025
2 parents 5c83e41 + 856f9b3 commit bae20ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.

### 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)
- Implement minor changes for Wazuh ansible arm64 support ([#1518](https://github.com/wazuh/wazuh-ansible/pull/1518))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
│ │ ├── wazuh-single.yml
│ ├── README.md
│ ├── VERSION
│ ├── VERSION.json
│ ├── CHANGELOG.md

## Example: production-ready distributed environment
Expand Down
2 changes: 0 additions & 2 deletions VERSION

This file was deleted.

4 changes: 4 additions & 0 deletions VERSION.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "4.12.0",
"stage": "alpha0"
}

0 comments on commit bae20ac

Please sign in to comment.