Skip to content

Commit

Permalink
Fixes #23576: Mark 8.0 as final
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Oct 16, 2023
1 parent 620671c commit cd3b488
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Binary file added release-data/changelogs/8.0/images/conditions.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified release-data/changelogs/8.0/images/filter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified release-data/changelogs/8.0/images/syntax.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions release-data/changelogs/8.0/index.adoc
Expand Up @@ -142,6 +142,14 @@ image::images/token-date.png[]

== 🛠️ Under the hood

=== 🪟 System conditions for Windows

Precise system conditions are now available on Windows, allowing to specify different behaviors
in techniques depending on the Windows version (`windows_11`, `windows_server_2022`, etc.).
They are also available as predefined selectors in the technique editor.

image::images/conditions.png[]

=== 🌳 Elm replaces the last AngularJS bits in the frontend

The last pages implemented in AngularJS (1.8, not maintained anymore) were rewritten in https://elm-lang.org/[Elm].
Expand Down
4 changes: 2 additions & 2 deletions release-data/rudder-8.0.cson
Expand Up @@ -3,9 +3,9 @@
release = "8.0"

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

#release-date = ""
#release-date = "2023-10-17"
#public-eol-date = ""
#public-last-patch = ""
#standard-eol-date = ""
Expand Down

0 comments on commit cd3b488

Please sign in to comment.