From 141406c6c9c3fc2b688fc33f59fdad814d8b0874 Mon Sep 17 00:00:00 2001 From: Ian Ballou Date: Wed, 21 Jun 2023 16:25:16 -0400 Subject: [PATCH] Update release notes and config for Foreman 3.7.0 GA (#2087) --- _config.yml | 6 +++--- _includes/manuals/3.7/1.2_release_notes.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 16b15eee99..a3d4d30795 100644 --- a/_config.yml +++ b/_config.yml @@ -9,14 +9,14 @@ url: https://theforeman.org baseurl: "" #keep at "" for the Atom feed # latest *stable* version -foreman_version: '3.6' +foreman_version: '3.7' # Latest releases foreman_latest_releases: + - minmaj: '3.7' + patch: '0' - minmaj: '3.6' patch: '1' - - minmaj: '3.5' - patch: '3' paginate: 5 paginate_path: "blog/page:num" diff --git a/_includes/manuals/3.7/1.2_release_notes.md b/_includes/manuals/3.7/1.2_release_notes.md index 6990bb6885..236404cb15 100644 --- a/_includes/manuals/3.7/1.2_release_notes.md +++ b/_includes/manuals/3.7/1.2_release_notes.md @@ -32,6 +32,9 @@ Note that [Puppet 6 is end of life](https://groups.google.com/g/puppet-announce/ ### Release Notes ### Release notes for 3.7.0 +#### Foreman +* "Add parameter" button's data-ouia-component-id is changing ([#36481](https://projects.theforeman.org/issues/36481)) + #### Foreman - Authentication * Foreman caps ldap auth source password length at 60 ([#36309](https://projects.theforeman.org/issues/36309)) @@ -112,6 +115,7 @@ Note that [Puppet 6 is end of life](https://groups.google.com/g/puppet-announce/ #### Installer * Sunsetting foreman_column_view because functionality being integrated in Foreman itself ([#36377](https://projects.theforeman.org/issues/36377)) * Drop Puppet 6 support ([#36345](https://projects.theforeman.org/issues/36345)) +* Install Foreman Proxmox plugin using foreman-installer ([#36319](https://projects.theforeman.org/issues/36319)) #### Installer - Foreman modules * configure pulpcore-api with --max-requests to recycle workers before they leak too much memory ([#36438](https://projects.theforeman.org/issues/36438))