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 #24670: Improve 8.1 release notes #803

Merged
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
13 changes: 10 additions & 3 deletions release-data/changelogs/8.1/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= Rudder 8.1 release notes
:source-highlighter: rouge

We're thrilled to announce the availability of Rudder 8.1.
The 8.X versions are mainly dedicated to developing the compliance
Expand Down Expand Up @@ -100,6 +101,12 @@ In the directive form:

image::images/select2.png[]

=== Setting properties on pending nodes

It is now possible to set and modify properties on pending nodes.
This allows providing enough information for proper group classification
before the node gets its first policies.

== Identity and Access Management

=== Multi-tenant server
Expand All @@ -111,7 +118,7 @@ operating different sets of nodes, called tenants.
A Rudder server can be used by different tenants, which are
defined as a set of users and a set of node groups.
These users will only be able to read information about the nodes part of their tenant.
A dedicated interface is also part of the feature, allowinf to manage the tenants of the server.
A dedicated interface is also part of the feature, allowing to manage the tenants of the server.

NOTE: It is for now limited to read-only users.

Expand Down Expand Up @@ -150,8 +157,8 @@ were reworked. For most used commands, the changes are:
* `rudder package plugin enable/disable <plugin>` -> `rudder package enable/disable <plugin>`
* `rudder package check-connection` -> `rudder package update --check`

You can still use the previous implementation with `RUDDER_PKG_COMPAT=1 rudder package ...`, but it will
be removed in an upcoming release.
To ease the transition, you can still use the previous implementation with `RUDDER_PKG_COMPAT=1 rudder package ...`,
but it will be removed in an upcoming release.

image::images/package.png[]

Expand Down