Skip to content

Commit 5f19dd6

Browse files
authored
Merge pull request #1390 from wazuh/enhancement/wqa35588-bump-bumper/main
Bump bumper/main branch
2 parents 19fdf25 + a39c707 commit 5f19dd6

8 files changed

Lines changed: 39 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.9.9]
6+
7+
### Added
8+
9+
- None
10+
11+
### Changed
12+
13+
- None
14+
15+
### Fixed
16+
17+
- None
18+
19+
### Deleted
20+
21+
- None
22+
523
## [5.0.1]
624

725
### Added

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "5.0.1",
2+
"version": "5.9.9",
33
"stage": "alpha0"
44
}

docs/ref/backup-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
For backup and restore procedures, refer to the documentation for each component:
44

5-
- [Wazuh manager](https://github.com/wazuh/wazuh/blob/v5.0.1/docs/ref/backup-restore.md)
6-
- [Wazuh agent](https://github.com/wazuh/wazuh-agent/blob/v5.0.1/docs/ref/backup-restore.md)
5+
- [Wazuh manager](https://github.com/wazuh/wazuh/blob/v5.9.9/docs/ref/backup-restore.md)
6+
- [Wazuh agent](https://github.com/wazuh/wazuh-agent/blob/v5.9.9/docs/ref/backup-restore.md)
77

88
## Kubernetes-specific considerations
99

docs/ref/getting-started/installation.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Note: You can skip this step and the services will be accessible using the Load
142142
Clone this repository to deploy the necessary services and pods.
143143

144144
```bash
145-
git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.0.1 --depth=1
145+
git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.9.9 --depth=1
146146
cd wazuh-kubernetes
147147
```
148148

@@ -156,8 +156,8 @@ Download the `wazuh-certs-tool.sh` script. This creates the certificates that en
156156

157157
```bash
158158
cd wazuh
159-
curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.0/wazuh-certs-tool-5.0.1-1.sh
160-
curl -so config.yml https://packages.wazuh.com/5.0/config-5.0.1-1.yml
159+
curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.9/wazuh-certs-tool-5.9.9-1.sh
160+
curl -so config.yml https://packages.wazuh.com/5.9/config-5.9.9-1.yml
161161
```
162162

163163
**3.1.2 Edit the config.yml file with the configuration of the Wazuh components to be deployed**:
@@ -358,18 +358,18 @@ minikube start --network-plugin=cni --cni=calico
358358
You will also have to load the docker images used by Wazuh into Minikube:
359359

360360
```bash
361-
docker pull wazuh/wazuh-indexer:5.0.1
362-
docker pull wazuh/wazuh-manager:5.0.1
363-
docker pull wazuh/wazuh-dashboard:5.0.1
364-
minikube image load wazuh/wazuh-indexer:5.0.1
365-
minikube image load wazuh/wazuh-manager:5.0.1
366-
minikube image load wazuh/wazuh-dashboard:5.0.1
361+
docker pull wazuh/wazuh-indexer:5.9.9
362+
docker pull wazuh/wazuh-manager:5.9.9
363+
docker pull wazuh/wazuh-dashboard:5.9.9
364+
minikube image load wazuh/wazuh-indexer:5.9.9
365+
minikube image load wazuh/wazuh-manager:5.9.9
366+
minikube image load wazuh/wazuh-dashboard:5.9.9
367367
```
368368

369369
#### Clone this repository
370370

371371
```bash
372-
git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.0.1 --depth=1
372+
git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.9.9 --depth=1
373373
cd wazuh-kubernetes
374374
```
375375

@@ -381,8 +381,8 @@ Download the `wazuh-certs-tool.sh` script. This creates the certificates that en
381381

382382
```bash
383383
cd wazuh/
384-
curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.0/wazuh-certs-tool-5.0.1-1.sh
385-
curl -so config.yml https://packages.wazuh.com/5.0/config-5.0.1-1.yml
384+
curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.9/wazuh-certs-tool-5.9.9-1.sh
385+
curl -so config.yml https://packages.wazuh.com/5.9/config-5.9.9-1.yml
386386
```
387387

388388
Edit the `config.yml` file to set corresponding name and IP address for each Wazuh component.

wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
runAsGroup: 1000
3737
containers:
3838
- name: wazuh-dashboard
39-
image: 'wazuh/wazuh-dashboard:5.0.1'
39+
image: 'wazuh/wazuh-dashboard:5.9.9'
4040
resources:
4141
limits:
4242
cpu: 500m

wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
privileged: true
6060
containers:
6161
- name: wazuh-indexer
62-
image: 'wazuh/wazuh-indexer:5.0.1'
62+
image: 'wazuh/wazuh-indexer:5.9.9'
6363
resources:
6464
limits:
6565
cpu: 500m

wazuh/wazuh_managers/wazuh-master-sts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
fsGroup: 999
4242
initContainers:
4343
- name: init-wazuh-etc
44-
image: 'wazuh/wazuh-manager:5.0.1'
44+
image: 'wazuh/wazuh-manager:5.9.9'
4545
command:
4646
- /bin/sh
4747
- -c
@@ -62,7 +62,7 @@ spec:
6262
mountPath: /etc/wazuh-certs-final
6363
containers:
6464
- name: wazuh-manager
65-
image: 'wazuh/wazuh-manager:5.0.1'
65+
image: 'wazuh/wazuh-manager:5.9.9'
6666
resources:
6767
limits:
6868
cpu: 400m

wazuh/wazuh_managers/wazuh-worker-sts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
fsGroup: 999
4949
initContainers:
5050
- name: init-wazuh-etc
51-
image: 'wazuh/wazuh-manager:5.0.1'
51+
image: 'wazuh/wazuh-manager:5.9.9'
5252
command:
5353
- /bin/sh
5454
- -c
@@ -69,7 +69,7 @@ spec:
6969
mountPath: /etc/wazuh-certs-final
7070
containers:
7171
- name: wazuh-manager
72-
image: 'wazuh/wazuh-manager:5.0.1'
72+
image: 'wazuh/wazuh-manager:5.9.9'
7373
resources:
7474
limits:
7575
cpu: 400m

0 commit comments

Comments
 (0)