Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update notes for 3.14.0 GA #3728

Merged
merged 6 commits into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions guides/doc-Release_Notes/topics/foreman-3.14.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,19 @@ A full list of changes is available on https://projects.theforeman.org/issues?se

=== JavaScript stack

* pass:[CardTemplate should allow customizing ouidId] - https://projects.theforeman.org/issues/38289[#38289]
* pass:[datatables pagination not working] - https://projects.theforeman.org/issues/38282[#38282]
* pass:[remove select2('destroy') for non select2 item] - https://projects.theforeman.org/issues/38177[#38177]
* pass:[Allow generic table children outside of tbody] - https://projects.theforeman.org/issues/38154[#38154]
* pass:[Remove @theforeman/vendor-dev] - https://projects.theforeman.org/issues/37830[#37830]
* pass:[add js-cookie] - https://projects.theforeman.org/issues/37664[#37664]
* pass:[drop jquery-ui] - https://projects.theforeman.org/issues/37390[#37390]
* pass:[Update to jQuery 3] - https://projects.theforeman.org/issues/37382[#37382]

=== Logging

* pass:[Password from HTTP(S) proxy Setting is logged in plaintext to production.log] - https://projects.theforeman.org/issues/38185[#38185]

=== Network

* pass:[Pagelet for HTTP Proxy form] - https://projects.theforeman.org/issues/38000[#38000]
Expand Down Expand Up @@ -107,6 +113,8 @@ A full list of changes is available on https://projects.theforeman.org/issues?se

=== Unattended installations

* pass:[Can't provision using image + SSH] - https://projects.theforeman.org/issues/38272[#38272]
* pass:[AAP 2.5 support in Ansible Callback] - https://projects.theforeman.org/issues/38219[#38219]
* pass:[Anaconda is not setting up the host name correctly during the setup] - https://projects.theforeman.org/issues/38168[#38168]
* pass:[Kickstart template generates interfaces with --ipv6=dhcp] - https://projects.theforeman.org/issues/38155[#38155]
* pass:[Replace deprecated wget "-Y off" parameter in templates] - https://projects.theforeman.org/issues/38067[#38067]
Expand All @@ -131,6 +139,7 @@ A full list of changes is available on https://projects.theforeman.org/issues?se

=== Web Interface

* pass:[Failure occurs after selecting the correct value while creating an Ansible variable.] - https://projects.theforeman.org/issues/38281[#38281]
* pass:[select2 search not working in modals] - https://projects.theforeman.org/issues/38237[#38237]
* pass:[select 2 not showing placeholders] - https://projects.theforeman.org/issues/38211[#38211]
* pass:[vmware Create controller select freezes the page ] - https://projects.theforeman.org/issues/38209[#38209]
Expand All @@ -147,6 +156,7 @@ A full list of changes is available on https://projects.theforeman.org/issues?se

=== Foreman modules

* pass:[Enabling DHCP with HTTPBoot on HTTPS-only Foreman Proxy fails on unknown variable https_port] - https://projects.theforeman.org/issues/38259[#38259]
* pass:[use lowercase FQDN in SSL CN comparison for pulpcore auth] - https://projects.theforeman.org/issues/38110[#38110]
* pass:[On large deployments puma auto tuning results in too many workers for PostgreSQL connections] - https://projects.theforeman.org/issues/38085[#38085]

Expand Down
17 changes: 16 additions & 1 deletion guides/doc-Release_Notes/topics/foreman.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@
[id="foreman-headline-features"]
== Headline Features

There are no highlights with Foreman {ProjectVersion}.
=== IPv6 Support

Deployment and operation in IPv6-only networks is now fully supported.

Provisioning over IPv6 is supported on bare metal hosts.
For compute resources, you can define the machine outside Foreman on the compute resource and then you can provision the machine as bare metal in Foreman.

=== Secure Boot provisioning

Provisioning with Secure Boot is now supported on bare-metal, VMware vSphere and Libvirt across multiple operating systems.
New virtual machines with Secure Boot enabled will be created with the default keys enrolled.

=== Invalidate JWT for global registration

Users can now invalidate their own tokens for global registration.
Users with the `edit_users` permission can also invalidate all tokens for all users in a single action.

[id="foreman-upgrade-warnings"]
== Upgrade Warnings
Expand Down
Loading