This is an automated email from the ASF dual-hosted git repository. zstan pushed a commit to branch ignite-28472 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit 6d628a2492c89048ef6828b711334afae4d6d8e7 Author: zstan <[email protected]> AuthorDate: Mon Apr 6 18:12:48 2026 +0300 IGNITE-28472 Update Linux packages version to 2.18 --- packaging/deb/changelog | 6 ++++++ packaging/rpm/apache-ignite.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packaging/deb/changelog b/packaging/deb/changelog index fa6f7ba6a89..2b3b71904a3 100644 --- a/packaging/deb/changelog +++ b/packaging/deb/changelog @@ -1,3 +1,9 @@ +apache-ignite (2.18.0) unstable; urgency=low + + * Updated Apache Ignite to version 2.18.0 + + -- Evgeniy Stanilovskiy <[email protected]> Mon, 6 Apr 2026 18:00:00 +0300 + apache-ignite (2.16.0-1) unstable; urgency=low * Updated Apache Ignite to version 2.16.0 diff --git a/packaging/rpm/apache-ignite.spec b/packaging/rpm/apache-ignite.spec index 98fc8de2122..e49cd452a0e 100644 --- a/packaging/rpm/apache-ignite.spec +++ b/packaging/rpm/apache-ignite.spec @@ -12,11 +12,11 @@ # Name: apache-ignite -Version: 2.16.0 +Version: 2.18.0 Release: 1 Summary: Apache Ignite In-Memory Computing, Database and Caching Platform Group: Development/System -License: ASL 2.0 +License: ASF 2.0 URL: https://ignite.apache.org/ Source: %{name}-%{version}-bin.zip Requires: java-11, chkconfig @@ -261,6 +261,9 @@ ln -sf %{_log}/%{name} %{buildroot}%{_sharedstatedir}/%{name}/log # Changelog # +* Mon, 6 Apr 2026 Evgeniy Stanilovskiy <[email protected]> - 2.18 +- Updated Apache Ignite to version 2.18 + * Fri Sep 09 2022 Taras Ledkov <[email protected]> - 2.13.0-1 - Updated Apache Ignite to version 2.14.0
