You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
6
6
## [v3.9.0]
7
7
8
-
- Update to Wazuh version 3.9.0 ([#38](https://github.com/wazuh/wazuh-kubernetes/pull/38))
8
+
- Update to Wazuh version 3.9.0 ([#40](https://github.com/wazuh/wazuh-kubernetes/pull/38))
9
+
10
+
### Changed
11
+
12
+
- Use of Wazuh elasticsearch images ([manuasir](https://github.com/manuasir)) [#40](https://github.com/wazuh/wazuh-kubernetes/pull/40)
13
+
14
+
### Fixed
15
+
9
16
- Fix broken links of instructions.md ([#34](https://github.com/wazuh/wazuh-kubernetes/pull/34))
Copy file name to clipboardExpand all lines: upgrade.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,12 @@ Any file that we modify referring to the files previously mentioned, will be cha
27
27
28
28
To better understand it, we will give an example:
29
29
30
-
We have our newly created Kubernetes environment following our instructions. In this example, the image of Wazuh used has been `wazuh/wazuh:3.6.1_6.4.0`.
30
+
We have our newly created Kubernetes environment following our instructions. In this example, the image of Wazuh used has been `wazuh/wazuh:3.9.0_6.7.2`.
31
31
32
32
```
33
33
containers:
34
34
- name: wazuh-manager
35
-
image: 'wazuh/wazuh:3.6.1_6.4.0'
35
+
image: 'wazuh/wazuh:3.9.0_6.7.2'
36
36
```
37
37
38
38
Let's proceed by creating a set of rules in our `local_rules.xml` file at location `/var/ossec/etc/rules` in our wazuh manager master pod.
@@ -179,15 +179,15 @@ For example we had this version before:
179
179
```
180
180
containers:
181
181
- name: wazuh-manager
182
-
image: 'wazuh/wazuh:3.6.1_6.4.0'
182
+
image: 'wazuh/wazuh:3.8.2_6.5.4'
183
183
```
184
184
185
185
And now we're going to upgrade to the next version:
0 commit comments