From 510548689b6f83905b576706a4d726ab0a9d9377 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Tue, 17 Oct 2023 10:03:53 +0200 Subject: [PATCH 1/2] Bump 4.5.4 (#1491) --- CHANGELOG.md | 5 +++++ .../static/js/services/app-version/appVersionService.js | 4 ++-- SplunkAppForWazuh/default/app.conf | 4 ++-- package.json | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1effd1b..d8ff5b1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the Wazuh App for Splunk project will be documented in this file. +## Wazuh v4.5.4 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4509 + +### Added +- Added support for Wazuh 4.5.4. + ## Wazuh v4.5.3 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4508 ### Added diff --git a/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js b/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js index b9f74c1a9..ecbf2c0ca 100644 --- a/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js +++ b/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js @@ -1,6 +1,6 @@ const UI_METADATA = { - "version": "4.5.3", - "revision": "4508" + "version": "4.5.4", + "revision": "4509" } define(['../module'], function (module) { diff --git a/SplunkAppForWazuh/default/app.conf b/SplunkAppForWazuh/default/app.conf index 9012f0eda..787d74ecc 100644 --- a/SplunkAppForWazuh/default/app.conf +++ b/SplunkAppForWazuh/default/app.conf @@ -3,7 +3,7 @@ is_visible = 1 label = Wazuh [launcher] -version = 4.5.3 +version = 4.5.4 author = info@wazuh.com description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level. @@ -12,7 +12,7 @@ id = SplunkAppForWazuh check_for_updates = 1 [install] -build = 4508 +build = 4509 [triggers] reload.package = simple diff --git a/package.json b/package.json index ba9117d57..becda2dc6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "release:bump": "node scripts/release/bump --manifest-package package.json", "release:tag": "node scripts/release/tag --manifest-package package.json" }, - "version": "4.5.3", - "revision": "4508", + "version": "4.5.4", + "revision": "4509", "splunk": "8.2" } \ No newline at end of file From 18586cdaa46f06f0bbce9aa5a083b0b19f9e1ff4 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Thu, 19 Oct 2023 11:12:59 +0200 Subject: [PATCH 2/2] Bump revision for 4.5.4 rev 4510 Alpha1 (#1494) --- CHANGELOG.md | 2 +- .../static/js/services/app-version/appVersionService.js | 2 +- SplunkAppForWazuh/default/app.conf | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ff5b1d5..d0d778846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Wazuh App for Splunk project will be documented in this file. -## Wazuh v4.5.4 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4509 +## Wazuh v4.5.4 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4510 ### Added - Added support for Wazuh 4.5.4. diff --git a/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js b/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js index ecbf2c0ca..61b8c816f 100644 --- a/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js +++ b/SplunkAppForWazuh/appserver/static/js/services/app-version/appVersionService.js @@ -1,6 +1,6 @@ const UI_METADATA = { "version": "4.5.4", - "revision": "4509" + "revision": "4510" } define(['../module'], function (module) { diff --git a/SplunkAppForWazuh/default/app.conf b/SplunkAppForWazuh/default/app.conf index 787d74ecc..78abe0d26 100644 --- a/SplunkAppForWazuh/default/app.conf +++ b/SplunkAppForWazuh/default/app.conf @@ -12,7 +12,7 @@ id = SplunkAppForWazuh check_for_updates = 1 [install] -build = 4509 +build = 4510 [triggers] reload.package = simple diff --git a/package.json b/package.json index becda2dc6..8383258cf 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "release:tag": "node scripts/release/tag --manifest-package package.json" }, "version": "4.5.4", - "revision": "4509", + "revision": "4510", "splunk": "8.2" } \ No newline at end of file