Skip to content

Commit

Permalink
Fixes #24670: Improve 8.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored and Jenkins CI committed Apr 4, 2024
1 parent 87a9c01 commit 43f8102
Showing 1 changed file with 10 additions and 3 deletions.
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

0 comments on commit 43f8102

Please sign in to comment.