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 26dd5a4 commit b8da419
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _includes/manuals/3.8/1.2_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ This section will be updated prior to the next release.

### 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.

### Upgrade warnings

### 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.

### Release Notes

Expand Down

0 comments on commit b8da419

Please sign in to comment.