mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-17 20:31:43 +00:00
Merge branch '4.13.0' into change/1860-integrate-bumper-script-via-github-action
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Integrate bumper script via GitHub action. ([#1863](https://github.com/wazuh/wazuh-docker/pull/1863))
|
- Integrate bumper script via GitHub action. ([#1863](https://github.com/wazuh/wazuh-docker/pull/1863))
|
||||||
|
- Add missing malicious-ioc ruleset lists ([#1870](https://github.com/wazuh/wazuh-docker/pull/1870))
|
||||||
- Added repository_bumper script. ([#1781](https://github.com/wazuh/wazuh-docker/pull/1781))
|
- Added repository_bumper script. ([#1781](https://github.com/wazuh/wazuh-docker/pull/1781))
|
||||||
- Fix Warning message when migrating Docker compose v2 ([#1828](https://github.com/wazuh/wazuh-docker/pull/1828))
|
- Fix Warning message when migrating Docker compose v2 ([#1828](https://github.com/wazuh/wazuh-docker/pull/1828))
|
||||||
- Add technical documentation ([#1822](https://github.com/wazuh/wazuh-docker/pull/1822))
|
- Add technical documentation ([#1822](https://github.com/wazuh/wazuh-docker/pull/1822))
|
||||||
@@ -25,24 +26,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Remove default docker reference version from workflow ([#1761](https://github.com/wazuh/wazuh-docker/pull/1761))
|
- Remove default docker reference version from workflow ([#1761](https://github.com/wazuh/wazuh-docker/pull/1761))
|
||||||
- Remove 'stable' branch ocurrencies ([#1757](https://github.com/wazuh/wazuh-docker/pull/1757))
|
- Remove 'stable' branch ocurrencies ([#1757](https://github.com/wazuh/wazuh-docker/pull/1757))
|
||||||
|
|
||||||
## [4.12.1]
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- None
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- None
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- None
|
|
||||||
|
|
||||||
### Deleted
|
|
||||||
|
|
||||||
- None
|
|
||||||
|
|
||||||
## [4.12.0]
|
## [4.12.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -257,6 +257,9 @@
|
|||||||
<list>etc/lists/audit-keys</list>
|
<list>etc/lists/audit-keys</list>
|
||||||
<list>etc/lists/amazon/aws-eventnames</list>
|
<list>etc/lists/amazon/aws-eventnames</list>
|
||||||
<list>etc/lists/security-eventchannel</list>
|
<list>etc/lists/security-eventchannel</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malicious-ip</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malicious-domains</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malware-hashes</list>
|
||||||
|
|
||||||
<!-- User-defined ruleset -->
|
<!-- User-defined ruleset -->
|
||||||
<decoder_dir>etc/decoders</decoder_dir>
|
<decoder_dir>etc/decoders</decoder_dir>
|
||||||
|
|||||||
@@ -257,6 +257,9 @@
|
|||||||
<list>etc/lists/audit-keys</list>
|
<list>etc/lists/audit-keys</list>
|
||||||
<list>etc/lists/amazon/aws-eventnames</list>
|
<list>etc/lists/amazon/aws-eventnames</list>
|
||||||
<list>etc/lists/security-eventchannel</list>
|
<list>etc/lists/security-eventchannel</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malicious-ip</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malicious-domains</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malware-hashes</list>
|
||||||
|
|
||||||
<!-- User-defined ruleset -->
|
<!-- User-defined ruleset -->
|
||||||
<decoder_dir>etc/decoders</decoder_dir>
|
<decoder_dir>etc/decoders</decoder_dir>
|
||||||
|
|||||||
@@ -255,6 +255,9 @@
|
|||||||
<list>etc/lists/audit-keys</list>
|
<list>etc/lists/audit-keys</list>
|
||||||
<list>etc/lists/amazon/aws-eventnames</list>
|
<list>etc/lists/amazon/aws-eventnames</list>
|
||||||
<list>etc/lists/security-eventchannel</list>
|
<list>etc/lists/security-eventchannel</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malicious-ip</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malicious-domains</list>
|
||||||
|
<list>etc/lists/malicious-ioc/malware-hashes</list>
|
||||||
|
|
||||||
<!-- User-defined ruleset -->
|
<!-- User-defined ruleset -->
|
||||||
<decoder_dir>etc/decoders</decoder_dir>
|
<decoder_dir>etc/decoders</decoder_dir>
|
||||||
|
|||||||
Reference in New Issue
Block a user