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

HPCC-31384 Add release cadence to README.md #18368

Merged
Merged
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
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,51 @@ HPCC Systems offers an enterprise ready, open source supercomputing platform to
* [Installation and Running](https://hpccsystems.com/training/documentation/installation-and-administration)
* [Developer Documentation](https://hpcc-systems.github.io/HPCC-Platform/)

# Release + Support Policy

In general, a new version of the HPCC Platform is released every 3 months. These releases can be either Major (with breaking changes) or Minor (with new features). Maintenance and security releases (point releases) are typically made weekly, and may occasionally include technical previews.

Maintenance releases are supported for the current and previous release, while security releases are supported for the current and previous two releases:

```mermaid
---
displayMode: compact
---
gantt
title Release Schedule
axisFormat %Y-Q%q
tickInterval 3month
dateFormat YYYY-MM-DD
section v8.12.x
Active: active, 2023-02-07, 5M
Critical: 3M
Security: 6M
section v9.0.x
Active: active, 2023-04-03, 6M
Critical: 3M
Security: 6M
section v9.2.x
Active: active, 2023-07-04, 9M
Critical: 3M
Security: 3M
section v9.4.x
Active: active, 2023-10-04, 9M
Critical: 3M
Security: 3M
section v9.6.x
Active: active, 2024-04-04, 6M
Critical: 3M
Security: 3M
section v9.8.x
Active: active, 2024-07-02, 6M
Critical: 3M
Security: 3M
section v9.10.x
Active: active, 2024-10-01, 6M
Critical: 3M
Security: 3M
```

# Architecture

The HPCC Systems architecture incorporates the Thor and Roxie clusters as well as common middleware components, an external communications layer, client interfaces which provide both end-user services and system management tools, and auxiliary components to support monitoring and to facilitate loading and storing of filesystem data from external sources. An HPCC environment can include only Thor clusters, or both Thor and Roxie clusters. Each of these cluster types is described in more detail in the following sections below the architecture diagram.
Expand Down
Loading