Apache Ranger Releases¶
This page lists every Apache Ranger release, from the first incubating release in 2014 to the current stable release, with the release date, the release notes and where to download the artifacts. Release notes for the 2.x line are part of this site; notes for 1.x and older releases live on the Apache Ranger cwiki and are summarized in 1.x and older.
Release dates are the dates recorded for the corresponding fixVersion in the
Apache Ranger JIRA project. The source code for every release is
tagged in Git as release-ranger-<version> from 0.7.1 onward; older releases carry tags such as ranger-0.7.0,
release-0.6.3 or only release-candidate tags (ranger-<version>-rc<n>). The master branch builds
version 3.0.0-SNAPSHOT.
Latest release: Apache Ranger 2.9.0 (August 8, 2026)
Ranger 2.9.0 adds the standalone Ranger PDP server and authz-remote thin-client library, a plugin for Apache
Polaris, action-based policies for Apache Ozone, header-based authentication and many security fixes.
Read the 2.9.0 release notes or go straight to Download and verify.
2.x releases¶
| Version | Release date | Release notes | Download |
|---|---|---|---|
| 2.9.0 | 2026-08-08 | 2.9.0 | downloads.apache.org/ranger/2.9.0 |
| 2.8.0 | 2026-03-01 | 2.8.0 | downloads.apache.org/ranger/2.8.0 |
| 2.7.0 | 2025-07-30 | 2.7.0 | downloads.apache.org/ranger/2.7.0 |
| 2.6.0 | 2025-02-15 | 2.6.0 | downloads.apache.org/ranger/2.6.0 |
| 2.5.0 | 2024-08-08 | 2.5.0 | archive.apache.org/dist/ranger/2.5.0 |
| 2.4.0 | 2023-03-30 | 2.4.0 | archive.apache.org/dist/ranger/2.4.0 |
| 2.3.0 | 2022-07-09 | 2.3.0 | archive.apache.org/dist/ranger/2.3.0 |
| 2.2.0 | 2021-11-01 | 2.2.0 | archive.apache.org/dist/ranger/2.2.0 |
| 2.1.0 | 2020-09-03 | 2.1.0 | archive.apache.org/dist/ranger/2.1.0 |
| 2.0.0 | 2019-08-07 | 2.0.0 | archive.apache.org/dist/ranger/2.0.0 |
Each 2.x line has had a single release so far; fixes ship in the next minor version rather than in patch releases.
Every 2.x release is also published to Maven Central under the org.apache.ranger group, and releases from 2.4.0
onward have Docker images on Docker Hub. See Download and verify for details.
1.x and 0.x releases¶
The release notes for these versions are on the cwiki. 1.x and older summarizes the highlights of each release.
Releases up to 0.6.2 were made while Ranger was in the Apache Incubator; their artifacts are named
apache-ranger-incubating-<version>.tar.gz (ranger-<version>-incubating.tar.gz for 0.4.0 and 0.5.0) and live under the incubator/ranger path of the archive.
Where release information comes from¶
- Release notes are compiled by the release manager from the JIRA issues with the matching
fixVersion; the process is described in Release process. - Announcements go to the
dev@,user@andannounce@apache.orgmailing lists; see Community. - Security fixes in each release are tracked separately in the CVE list.
- The cwiki release folders keep a page per release with links to the notes, artifacts and Git tag.