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

Fixes #20698: Add 7.1 release-data #699

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions release-data/changelogs/7.1/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
= Rudder 7.1 release notes

Rudder 7.1 is currently an alpha version.

Rudder 7 will be supported for at least three months after next major release,
and for 18 to 24 months with a subscription.

== Installing, upgrading and testing

* Install docs for https://docs.rudder.io/reference/7.1/installation/server/debian.html[Debian/Ubuntu],
https://docs.rudder.io/reference/7.1/installation/server/rhel.html[RHEL/centOS] and
https://docs.rudder.io/reference/7.1/installation/server/sles.html[SLES]
* https://docs.rudder.io/reference/7.1/installation/upgrade/notes.html[Upgrade nodes and doc]
* https://docs.rudder.io/reference/7.1/installation/versions.html#_versions[Download links]

== Supported operating systems

This version provides packages for these operating systems:

* Rudder server and Rudder relay: *Debian 10-11, RHEL/CentOS/Alma/Rocky 8,
SLES 15, Ubuntu 18.04 LTS and 20.04 LTS*
* Rudder agent: all of the above plus *Debian 9, RHEL/CentOS 7, SLES 12*
* Rudder agent (binary packages available with a https://www.rudder.io/en/pricing/subscription/[subscription]) : *Debian 5-8, RHEL/CentOS 3-6,
SLES 10-11, Ubuntu 10.04 LTS-12.04 13.04-15.10 LTS-14.04 LTS-16.04, Windows Server 2008R2-2019, AIX
5-6-7, Solaris 10 & 11, Slackware 14*

Read more about supported operating systems
https://docs.rudder.io/reference/7.1/installation/operating_systems.html[in the documentation].

1 change: 1 addition & 0 deletions release-data/changelogs/7.1/main.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
= Change logs for Rudder 7.1
112 changes: 112 additions & 0 deletions release-data/rudder-7.1.cson
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
# Release data file

release = "7.1"

# Status of the release (alpha, beta, rc, final)
release-status = "alpha"

# Has this version had Long-Term Support (LTS)?
lts = false

# Supported architecture for each distribution
architectures = {
"debian-6": [ "i386", "amd64" ],
"debian-7": [ "i386", "amd64" ],
"debian-8": [ "i386", "amd64" ],
"debian-9": [ "i386", "amd64", "armhf", "arm64" ],
"debian-10": [ "i386", "amd64", "armhf", "arm64" ],
"debian-11": [ "i386", "amd64", "armhf", "arm64" ],
"ubuntu-10.04": [ "i386", "amd64" ],
"ubuntu-12.04": [ "i386", "amd64" ],
"ubuntu-13.04": [ "i386", "amd64" ],
"ubuntu-14.04": [ "i386", "amd64" ],
"ubuntu-15.10": [ "i386", "amd64" ],
"ubuntu-16.04": [ "i386", "amd64" ],
"ubuntu-18.04": [ "amd64" ],
"ubuntu-20.04": [ "amd64" ],
"rhel-5": [ "i386", "amd64" ],
"rhel-6": [ "i386", "amd64" ],
"rhel-7": [ "i386", "amd64", "ppc64le" ],
"rhel-8": [ "amd64", "ppc64le" ],
"sles-11" : [ "i386", "amd64" ],
"sles-12" : [ "amd64", "ppc64le" ],
"sles-15" : [ "amd64", "ppc64le" ],
"slackware-14.1": [ "amd64" ],
"slackware-14.2": [ "amd64" ],
"solaris-11.3": [ "amd64" ],
"solaris-11.4": [ "amd64" ],
"aix-5": [ "ppc" ],
"windows-2008r2": [ "amd64" ],
}

# Roles are package groups
# We should only support server on LTS distro less that 3-4 years old (2 Ubuntu, 2 Debian, 1 RHEL, 1 SLES)
roles = {
"debian-6": [ "agent-allinone" ],
"debian-7": [ "agent-allinone" ],
"debian-8": [ "agent-allinone" ],
"debian-9": [ "agent-allinone" ],
"debian-10": [ "agent-allinone", "relay", "server" ],
"debian-11": [ "agent-allinone", "relay", "server" ],
"ubuntu-10.04": [ "agent-allinone" ],
"ubuntu-12.04": [ "agent-allinone" ],
"ubuntu-13.04": [ "agent-allinone" ],
"ubuntu-14.04": [ "agent-allinone" ],
"ubuntu-15.10": [ "agent-allinone" ],
"ubuntu-16.04": [ "agent-allinone" ],
"ubuntu-18.04": [ "agent-allinone", "relay", "server" ],
"ubuntu-20.04": [ "agent-allinone", "relay", "server" ],
"rhel-5": [ "agent-allinone" ],
"rhel-6": [ "agent-allinone" ],
"rhel-7": [ "agent-allinone" ],
"rhel-8": [ "agent-allinone", "relay", "server" ],
"sles-11": [ "agent-allinone" ],
"sles-12": [ "agent-allinone" ],
"sles-15": [ "agent-allinone", "relay", "server" ],
"aix-5": [ "agent-allinone" ],
"slackware-14.1": [ "agent-allinone" ],
"slackware-14.2": [ "agent-allinone" ],
"solaris-11.3": [ "agent-allinone" ],
"solaris-11.4": [ "agent-allinone" ],
"windows-2008r2": [ "agent-allinone" ],
}

# tier 1 are systems that must not fail during a release (community supported or subscription paid)
# tier 2 are systems that are built but may fail to release
tier1 = [
"debian-9", "debian-10", "debian-11",
"ubuntu-13.04", "ubuntu-14.04", "ubuntu-15.10", "ubuntu-18.04", "ubuntu-20.04"
"rhel-6", "rhel-7", "rhel-8",
"sles-11", "sles-12", "sles-15",
"aix-5",
"slackware-14.1", "slackware-14.2",
]

# Packages that are built
packages = {
"agent-allinone": [ "rudder-agent" ],
"relay": [ "rudder-server-relay" ],
"server": [ "rudder-reports", "rudder-server-root", "rudder-webapp", "rudder-api-client" ],
}

# Packages that are architecture dependent (others are independent)
arch-dependent-packages = [ "rudder-agent", "rudder-webapp", "rudder-server-relay" ]

# Internal components versions
components = {
"cfengine": "3.18"
}


# Highest API versions available in this release
api-version = {
"webapp": "15",
"relay": "1"
}

# Agent versions you can use with this version's server
compatible-agents = [ "6.1", "6.2", "7.0", "7.1" ]

# Versions you can upgrade from directly
supported-upgrade = [ "6.1", "6.2", "7.0", "7.1" ]