Skip to content

Commit

Permalink
Add Foreman 3.8 headline features & upgrade warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 14, 2023
1 parent dc50a89 commit c0ce6fa
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions guides/doc-Release_Notes/topics/foreman.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
[id="foreman-headline-features"]
== Headline Features

=== Removed installer duplicate parameters

Both `--foreman-logging-layout` and `--puppet-server-foreman-url` are no longer needed.
The logging layout is now derived from the logging type (`--foreman-logging-type`).
The Foreman URL for puppetserver is now read from the Foreman Proxy setting (`--foreman-proxy-foreman-base-url`).
The parameters still exist and can be specified, but the average user shouldn't need it.

[id="foreman-upgrade-warnings"]
== Upgrade Warnings

[id="foreman-deprecations"]
== Deprecations
=== Foreman Redis caching DB changed to 4

Since Foreman 3.6 Foreman can be easily configured to use Redis for caching (using `--foreman-rails-cache-store type:redis`).
Starting Foreman 3.8 this uses DB 4, instead of DB 0, to avoid potential conflicts with other software.

0 comments on commit c0ce6fa

Please sign in to comment.