Skip to content
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
6 changes: 6 additions & 0 deletions packaging/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
apache-ignite (2.18.0) unstable; urgency=low

* Updated Apache Ignite to version 2.18.0

-- Evgeniy Stanilovskiy <zstan@apache.org> 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
Expand Down
7 changes: 5 additions & 2 deletions packaging/rpm/apache-ignite.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -261,6 +261,9 @@ ln -sf %{_log}/%{name} %{buildroot}%{_sharedstatedir}/%{name}/log
# Changelog
#

* Mon, 6 Apr 2026 Evgeniy Stanilovskiy <zstan@apache.org> - 2.18
- Updated Apache Ignite to version 2.18

* Fri Sep 09 2022 Taras Ledkov <tledkov@apache.org> - 2.13.0-1
- Updated Apache Ignite to version 2.14.0

Expand Down
Loading