Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check tests for 4.8.1 branch after creation of Task Definitions needed #2793

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aix/SPECS/wazuh-agent-aix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,4 @@ rm -fr %{buildroot}
- More info: https://documentation.wazuh.com/current/release-notes/release-3-1-0.html
* Mon Nov 06 2017 support <support@wazuh.com> - 3.0.0
- More info: https://documentation.wazuh.com/current/release-notes/release-3-0-0.html

1 change: 1 addition & 0 deletions debs/SPECS/wazuh-agent/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -647,3 +647,4 @@ wazuh-agent (2.0-1) stable; urgency=low
* Wazuh-agent - base 2.0

-- Wazuh, Inc <info@wazuh.com> Mon, 30 Sep 2016 08:43:10 +0000

1 change: 1 addition & 0 deletions debs/SPECS/wazuh-manager/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -578,3 +578,4 @@ wazuh-manager (2.0-1) stable; urgency=low
* wazuh-manager - base 2.0

-- Wazuh, Inc <info@wazuh.com> Mon, 01 Jul 2016 08:43:10 +0000

1 change: 1 addition & 0 deletions rpms/SPECS/wazuh-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -863,3 +863,4 @@ rm -fr %{buildroot}
- Fixed daemon list for service reloading at wazuh-control.
- Fixed socket waiting issue on Windows agents.
- Fixed PCI_DSS definitions grouping issue at Rootcheck controls.

1 change: 1 addition & 0 deletions rpms/SPECS/wazuh-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1109,3 +1109,4 @@ rm -fr %{buildroot}
- Fixed daemon list for service reloading at ossec-control.
- Fixed socket waiting issue on Windows agents.
- Fixed PCI_DSS definitions grouping issue at Rootcheck controls.

1 change: 1 addition & 0 deletions stack/dashboard/deb/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ wazuh-dashboard (4.2.5-1) UNRELEASED; urgency=low
* More info: https://documentation.wazuh.com/current/release-notes/

-- Wazuh, Inc <info@wazuh.com> Mon, 15 Nov 2021 16:47:07 +0000

1 change: 1 addition & 0 deletions stack/dashboard/rpm/wazuh-dashboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,4 @@ rm -fr %{buildroot}
- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-1.html
* Thu May 05 2022 support <info@wazuh.com> - 4.3.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-0.html

1 change: 1 addition & 0 deletions stack/indexer/base/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ find -type f -perm 744 -exec chmod 740 {} \;
cd /opt
tar -Jcvf wazuh-indexer-base-"${version}"-"${revision}"-linux-${architecture}.tar.xz wazuh-indexer-base
cp wazuh-indexer-base-"${version}"-"${revision}"-linux-${architecture}.tar.xz /tmp/output

1 change: 1 addition & 0 deletions stack/indexer/base/generate_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ main() {
}

main "$@"

1 change: 1 addition & 0 deletions stack/indexer/deb/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ main() {
}

main "$@"

1 change: 1 addition & 0 deletions stack/indexer/deb/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ wazuh-indexer (4.3.0-RELEASE) unstable; urgency=low
* More info: https://documentation.wazuh.com/current/release-notes/

-- Wazuh, Inc <info@wazuh.com> Mon, 15 Nov 2021 16:47:07 +0000

1 change: 1 addition & 0 deletions stack/indexer/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,4 @@ override_dh_strip:
# -----------------------------------------------------------------------------

.PHONY: override_dh_strip override_dh_auto_clean override_dh_auto_build override_dh_auto_configure

1 change: 1 addition & 0 deletions stack/indexer/indexer-ism-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,4 @@ function main() {
}

main "$@"

1 change: 1 addition & 0 deletions stack/indexer/rpm/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,4 @@ main() {
}

main "$@"

1 change: 1 addition & 0 deletions stack/indexer/rpm/wazuh-indexer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -742,3 +742,4 @@ rm -fr %{buildroot}
- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-1.html
* Thu May 05 2022 support <info@wazuh.com> - 4.3.0
- More info: https://documentation.wazuh.com/current/release-notes/release-4-3-0.html

1 change: 1 addition & 0 deletions unattended_installer/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,4 @@ function checkFilebeatURL() {
}

builder_main "$@"

Loading