Skip to content

Commit

Permalink
add release for 3.13-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 authored and ekohl committed Nov 12, 2024
1 parent 77fd77f commit b46dce0
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
1 change: 1 addition & 0 deletions guides/doc-Release_Notes/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include::topics/katello.adoc[leveloffset=+1]
endif::[]

// Start inserting specific x.y.z releases here
include::topics/foreman-3.13.0.adoc[leveloffset=+1]

[appendix]
[id="foreman-contributors"]
Expand Down
97 changes: 97 additions & 0 deletions guides/doc-Release_Notes/topics/foreman-3.13.0.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
= Foreman 3.13.0

A full list of changes is available on https://projects.theforeman.org/issues?set_filter=1&sort=id%3Adesc&status_id=closed&f%5B%5D=cf_12&op%5Bcf_12%5D=%3D&v%5Bcf_12%5D%5B%5D=1880[Redmine]

== Foreman

* pass:[Make SeedHelper.test_template_requirements public] - https://projects.theforeman.org/issues/37963[#37963]
* pass:[Typo in app/models/provisioning_template.rb] - https://projects.theforeman.org/issues/37949[#37949]
* pass:[Enable remote desktop on Windows Hosts] - https://projects.theforeman.org/issues/37927[#37927]
* pass:[Rubocop layout rules fix] - https://projects.theforeman.org/issues/37926[#37926]
* pass:[Make sure sudo is installed for non-root users to use REX] - https://projects.theforeman.org/issues/37919[#37919]
* pass:[don't use plain "proxy" when talking about HTTP proxies on the settings page] - https://projects.theforeman.org/issues/37843[#37843]
* pass:[Bulk Packages wizard - Host search bleeds into package/errata search] - https://projects.theforeman.org/issues/37768[#37768]
* pass:[User search filter for auth_source_type returns error code 500] - https://projects.theforeman.org/issues/37767[#37767]
* pass:[Incorrect Network at displayed host/edit page in the interface tab when importing host from compute resources ] - https://projects.theforeman.org/issues/37731[#37731]
* pass:[Web UI: Error message not copyable] - https://projects.theforeman.org/issues/37718[#37718]
* pass:[Move telemetry allowed_labels to settings] - https://projects.theforeman.org/issues/37647[#37647]
* pass:[Fix Style/SoleNestedConditional cop] - https://projects.theforeman.org/issues/37431[#37431]
* pass:[Fix some Style/ cop] - https://projects.theforeman.org/issues/37427[#37427]
* pass:[Fix Layout/ArgumentAlignment cop] - https://projects.theforeman.org/issues/37425[#37425]
* pass:[setup Zeitwerk inflector] - https://projects.theforeman.org/issues/33895[#33895]

=== API

* pass:[Parameters API doesn't expose hidden_value attribute when creating parameters] - https://projects.theforeman.org/issues/37878[#37878]
* pass:[Host Creation via GraphQL only as Admin] - https://projects.theforeman.org/issues/37765[#37765]

=== Authentication

* pass:[NetIQ eDirectory for authentication] - https://projects.theforeman.org/issues/37085[#37085]
* pass:[User mail address should either be always optional or always required] - https://projects.theforeman.org/issues/10946[#10946]

=== Host creation

* pass:[Don't apply the compute profile when updating host] - https://projects.theforeman.org/issues/37800[#37800]
* pass:[Host create form - UI improvements] - https://projects.theforeman.org/issues/37519[#37519]

=== Host registration

* pass:[Provide option to use wget for the new Register Host feature] - https://projects.theforeman.org/issues/36688[#36688]

=== JavaScript stack

* pass:[Give Toasts keys for ToastsList] - https://projects.theforeman.org/issues/37915[#37915]
* pass:[not all webpack assets are properly invalidated on change] - https://projects.theforeman.org/issues/37775[#37775]
* pass:[rename AuthSource Welcome variables to fix translation] - https://projects.theforeman.org/issues/37691[#37691]

=== Rails

* pass:[Enable Zeitwerk autoload mode for Rails 6+] - https://projects.theforeman.org/issues/29991[#29991]

=== Templates

* pass:[Fix CVE-2024-8553] - https://projects.theforeman.org/issues/37978[#37978]
* pass:[Update remote_execution_pull_setup to generate a yggdrasil-version-agnostic yggdrasil configuration file] - https://projects.theforeman.org/issues/37877[#37877]
* pass:[Installing packages on SLES fails if they involve a repo whose GPG key is not yet present on the target system] - https://projects.theforeman.org/issues/37870[#37870]
* pass:[remote_execution_ssh_keys template does not set proper sudoers file permissions] - https://projects.theforeman.org/issues/37867[#37867]
* pass:[Typo in "Unknown '%{klass}' resource class" error message] - https://projects.theforeman.org/issues/37841[#37841]
* pass:[subscription_manager_setup.erb doesn't point to correct host] - https://projects.theforeman.org/issues/37769[#37769]
* pass:[Use http proxy in provisioning templates if host parameter has been set] - https://projects.theforeman.org/issues/37730[#37730]

=== Tests

* pass:[intermittent host_js integeration test failure: test_0002_correctly override global params " Expected false to be truthy."] - https://projects.theforeman.org/issues/37774[#37774]

=== Unattended installations

* pass:[Windows default user template sets incorrect Puppet server] - https://projects.theforeman.org/issues/37912[#37912]
* pass:[Ansible password is not extracted correctly in the Windows default provisioning template] - https://projects.theforeman.org/issues/37903[#37903]

=== Web Interface

* pass:[Add possibility to display action when table is empty] - https://projects.theforeman.org/issues/37836[#37836]
* pass:[Add possibility to display message when table is empty] - https://projects.theforeman.org/issues/37805[#37805]
* pass:[Pagination doesn't re-render a table when switching pages] - https://projects.theforeman.org/issues/37770[#37770]
* pass:[inherit overrides deploy on in hostgroup] - https://projects.theforeman.org/issues/37714[#37714]
* pass:[open Documentation in new tab in generic table] - https://projects.theforeman.org/issues/37592[#37592]
* pass:[remove hand cursor from generic table] - https://projects.theforeman.org/issues/37591[#37591]

== Installer

* pass:[Checks don’t disable the default CA path which means openssl will use the default system CA path by default] - https://projects.theforeman.org/issues/37828[#37828]
* pass:[PostgreSQL 13 upgrade aborts when user locale doesn't match cluster locale] - https://projects.theforeman.org/issues/37797[#37797]

=== Foreman modules

* pass:[Not possible to use ProxyJump or ProxyCommand for Ansible.] - https://projects.theforeman.org/issues/37803[#37803]
* pass:[Cockpit integration fails with AH: Unsafe URL with %3f URL rewritten without UnsafeAllow3F in foreman-ssl_error_ssl.log] - https://projects.theforeman.org/issues/37761[#37761]

=== foreman-installer script

* pass:[reset data hook passes PGPASSWORD as part of the shell command] - https://projects.theforeman.org/issues/37940[#37940]
* pass:[Disconnected upgrade fails to switch postgresql dnf module] - https://projects.theforeman.org/issues/37874[#37874]

== SELinux

* pass:[websockify doesn't work with SELinux enabled] - https://projects.theforeman.org/issues/37791[#37791]

0 comments on commit b46dce0

Please sign in to comment.