Skip to content

Commit

Permalink
Bumping mentions of 4.9.0 to 4.9.1 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland authored Jul 30, 2024
1 parent 2c952ab commit eb4c044
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.0
4.9.1
6 changes: 4 additions & 2 deletions distribution/packages/src/rpm/wazuh-indexer.cicd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,9 @@ rm -fr %{buildroot}


%changelog
* Thu Mar 28 2024 support <[email protected]> - 4.9.0
* Thu Aug 15 2024 support <[email protected]> - 4.9.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html
* Thu Aug 15 2024 support <[email protected]> - 4.9.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html
* Tue Jan 30 2024 support <[email protected]> - 4.8.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html
Expand Down Expand Up @@ -750,4 +752,4 @@ rm -fr %{buildroot}
* Wed May 18 2022 support <[email protected]> - 4.3.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-1.html
* Thu May 05 2022 support <[email protected]> - 4.3.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-0.html
- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-0.html
4 changes: 3 additions & 1 deletion distribution/packages/src/rpm/wazuh-indexer.rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ exit 0
%attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/*

%changelog
* Fri Jul 12 2024 support <[email protected]> - 4.9.0
* Fri Aug 15 2024 support <[email protected]> - 4.9.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html
* Fri Aug 15 2024 support <[email protected]> - 4.9.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html
* Tue Jan 30 2024 support <[email protected]> - 4.8.1
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html
Expand Down
6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ Refer to [scripts/README.md](../scripts/README.md) for details about how to buil
The [prod](./prod) folder contains the code to build Docker images. A tarball of `wazuh-indexer` needs to be located at the same level that the Dockerfile. Below there is example of the command needed to build the image. Set the build arguments and the image tag accordingly.

```console
docker build --build-arg="VERSION=4.9.0" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.9.0-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.9.0 --progress=plain --no-cache .
docker build --build-arg="VERSION=4.9.1" --build-arg="INDEXER_TAR_NAME=wazuh-indexer-4.9.1-1_linux-x64_cfca84f.tar.gz" --tag=wazuh-indexer:4.9.1 --progress=plain --no-cache .
```

Then, start a container with:

```console
docker run -it --rm wazuh-indexer:4.9.0
```
docker run -it --rm wazuh-indexer:4.9.1
```
2 changes: 1 addition & 1 deletion integrations/amazon-security-lake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The tables below represent how the Wazuh Security Events are mapped into the OCS
| type_uid | Long | 200101 |
| metadata.product.name | String | "Wazuh" |
| metadata.product.vendor_name | String | "Wazuh, Inc." |
| metadata.product.version | String | "4.9.0" |
| metadata.product.version | String | "4.9.1" |
| metadata.product.lang | String | "en" |
| metadata.log_name | String | "Security events" |
| metadata.log_provider | String | "Wazuh" |
Expand Down
12 changes: 6 additions & 6 deletions packaging_scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
```
artifacts/
|-- dist
| |-- wazuh-indexer-min_4.9.0_amd64.deb
| |-- wazuh-indexer-min_4.9.1_amd64.deb
`-- tmp
`-- deb
|-- Makefile
Expand All @@ -86,7 +86,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
|-- etc
|-- usr
|-- var
`-- wazuh-indexer-min_4.9.0_amd64.deb
`-- wazuh-indexer-min_4.9.1_amd64.deb
```

`usr`, `etc` and `var` folders contain `wazuh-indexer` files, extracted from `wazuh-indexer-min-*.deb`.
Expand All @@ -109,8 +109,8 @@ For DEB packages, the `assemble.sh` script will perform the following operations
artifacts/
|-- artifact_name.txt
|-- dist
| |-- wazuh-indexer-min_4.9.0_amd64.deb
| `-- wazuh-indexer_4.9.0_amd64.deb
| |-- wazuh-indexer-min_4.9.1_amd64.deb
| `-- wazuh-indexer_4.9.1_amd64.deb
`-- tmp
`-- deb
|-- Makefile
Expand All @@ -119,7 +119,7 @@ For DEB packages, the `assemble.sh` script will perform the following operations
|-- etc
|-- usr
|-- var
|-- wazuh-indexer-min_4.9.0_amd64.deb
|-- wazuh-indexer-min_4.9.1_amd64.deb
`-- debian/
| -- control
| -- copyright
Expand Down Expand Up @@ -261,4 +261,4 @@ scripts:
is_min: if set, the package name will start by `wazuh-indexer-min`. Used on the build stage.
outputs:
package: the name of the wazuh-indexer package.
```
```

0 comments on commit eb4c044

Please sign in to comment.