Project

General

Profile

Activity

From 02/12/2024 to 03/12/2024

03/12/2024

10:13 PM Bug #37248 (Closed): New hosts index - Change content source link has no href
The React context value is not being passed properly from Foreman to Katello. I'm not sure which codebase the problem... Jeremy Lenz
09:59 PM Refactor #37247 (Closed): results.map should appear directly in HostsIndex index.js
Currently <HostsIndex> renders a <TableIndexPage> which renders a {children || <Table>} which is actually what has t... Jeremy Lenz
07:00 PM Packaging Bug #37246 (Closed): rubygem-ipmitool is missing ipmitool dependency
Applied in changeset commit:foreman-packaging|053ba7c75621b85934a649765249b936b5dc8489. Ewoud Kohl van Wijngaarden
05:43 PM Packaging Bug #37246 (Ready For Testing): rubygem-ipmitool is missing ipmitool dependency
The Foreman Bot
05:41 PM Packaging Bug #37246 (Closed): rubygem-ipmitool is missing ipmitool dependency
In commit:6cc3c98edd01fe2f24db8a426b9eed405c283200 the ipmitool dependency was dropped when the spec file was rewritten. Ewoud Kohl van Wijngaarden
06:39 PM Packaging Revision 053ba7c7 (foreman-packaging): Fixes #37246 - Add back ipmitool dependency
During a rewrite of the spec file this was dropped.
Fixes: 6cc3c98edd01 ("Update rubygem-rubyipmi to 0.11.1")
Ewoud Kohl van Wijngaarden
06:39 PM Packaging Revision 90a376de (foreman-packaging): Update ruby-foreman-remote-execution to 13.0.0
Adam Ruzicka
06:38 PM Packaging Revision 613f8f21 (foreman-packaging): Update rubygem-foreman_remote_execution to 13.0.0
Adam Ruzicka
06:00 PM Bug #36023 (Closed): VMWare Guest OS list is outdated
Applied in changeset commit:foreman|4abf925fbd72264e8c316d720c03c1dd75688507. Anonymous
04:07 PM Bug #36023 (Ready For Testing): VMWare Guest OS list is outdated
The Foreman Bot
05:36 PM Revision 4abf925f (foreman): Fixes #36023: Add missing VMWare GuestOS mappings
Sebastian Bublitz
04:55 PM Revision 8c140b0a (foreman): Refs #37010 - Ensure correct yaml for netplan
The introduced safe operator returns nil instead of false, but the
snippet expects true/false.
Bastian Schmidt
04:00 PM Feature #37236 (Closed): Add main action button to PermissionDenied component
Applied in changeset commit:foreman|bfe58065bc410c624887ecb745377b04f27c2573. Oleh Fedorenko
03:33 PM Revision 181e5040 (foreman): Refs #37034 - Fix ERB syntax for comments
Co-authored-by: Markus Bucher <bucher@atix.de> Maximilian Kolb
03:27 PM Revision bfe58065 (foreman): Fixes #37236 - Add primaryButton prop to PermissionDenied component
Oleh Fedorenko
03:00 PM Bug #37199 (Closed): fix javascript method for webpack_asset_paths
Applied in changeset commit:foreman|77a61a8a280002036fd1a9c5c8665f930323e551. Maria Agaphontzev
02:15 PM Revision 77a61a8a (foreman): Fixes #37199 - javascript method for webpack_asset_paths
Maria Agaphontzev
01:34 PM Bug #37244 (Ready For Testing): Hardware versions for VMWare VSphere 8.0 and 8.0U2 are missing
The Foreman Bot
01:27 PM Bug #37244 (Closed): Hardware versions for VMWare VSphere 8.0 and 8.0U2 are missing
The virtual hardware versions for VSphere 8.0 and 8.0U2 (hwversion 20 and 21) are missing in Foreman.
Was first re...
Sebastian Bublitz
01:00 PM Bug #37132 (Closed): Alphabetical sorting in test broken
Applied in changeset commit:foreman|e402ea51d0a3059e41f6d3a23b77a1286d6fba43. dosas please_edit_me
01:00 PM Feature #37241 (Closed): Use PostgreSQL by default in tests
Applied in changeset commit:foreman|03bc5bcc58926269df46de984ade2e02b3a8c84e. Evgeni Golov
08:57 AM Feature #37241 (Ready For Testing): Use PostgreSQL by default in tests
The Foreman Bot
08:55 AM Feature #37241 (Closed): Use PostgreSQL by default in tests
Evgeni Golov
12:46 PM Revision e402ea51 (foreman): Fixes #37132 - Fix sorting problem in os integration test
dosas please_edit_me
12:42 PM Bug #37243 (New): Calling the api/v2/operatingsystems#bootfiles endpoint results in unknown requirements
Follow up of Bug #35055
If i call the api endpoint api/v2/operatingsystems/:id/bootfiles it now results in *{"mes...
Richard Stempfl
12:41 PM Revision 03bc5bcc (foreman): Fixes #37241 - Use PostgreSQL 13 in tests
Evgeni Golov
12:34 PM Feature #33664 (Ready For Testing): use subscription-manager for debian hosts
The Foreman Bot
10:36 AM Revision e5d12790 (foreman): Fix Style/CommentAnnotation cop
Archana Kumari
10:00 AM Bug #37150 (Closed): Race condition in smart proxy test
Applied in changeset commit:foreman|88baad98d9c453c456394309ea296e24b0705777. dosas please_edit_me
09:24 AM Revision 88baad98 (foreman): Fixes #37150 - Race condition in edit smart proxy test
dosas please_edit_me

03/11/2024

06:55 PM Installer Revision 9cd5deb0 (puppet-candlepin): Convert candlepin.conf from ERB to EPP
Like the previous changes, this brings proper handling of Sensitive.
Previously the oauth credentials couldn't be pas...
Ewoud Kohl van Wijngaarden
06:55 PM Installer Revision 881e02db (puppet-candlepin): Rewrite _candlepin_database.conf from ERB to EPP
Like the tomcat changes, this also implements better secret handling.
This bumps the required PostgreSQL module versi...
Ewoud Kohl van Wijngaarden
06:55 PM Installer Revision e28b3904 (puppet-candlepin): Remove unused log_dir parameter from postgresql.pp
Ewoud Kohl van Wijngaarden
06:55 PM Installer Revision 21940d0c (puppet-candlepin): Convert server.xml from ERB to EPP
Like with broker.xml this gives proper handling of sensitive values. Ewoud Kohl van Wijngaarden
06:55 PM Installer Revision 08d0ed98 (puppet-candlepin): Convert broker.xml to EPP
This converts from ERB to EPP and implements proper Sensitive handling.
After this the diff content of broker.xml is ...
Ewoud Kohl van Wijngaarden
06:55 PM Installer Revision bcd84043 (puppet-candlepin): Remove redundant assertion
2 lines below there is exactly the same assertion with additional ones. Ewoud Kohl van Wijngaarden
03:16 PM Revision dd5091f4 (foreman): Refs #37224 - Force *all* Hosts to have a comment
The previous implementation of the update had two issues:
1) It only operated on ::Host::Managed
2) It silently faile...
Adam Ruzicka
02:55 PM Installer Bug #37029: YAML scenario - server_ssl_chain is ignored
> I'm installing Foreman 3.8.0 on AlmaLinux 8.9, using a custom scenario YAML. I'm setting up SSL/TLS, so amongst oth... Ewoud Kohl van Wijngaarden
02:47 PM Bug #37176: Openstack-Plugin: "Create Host" not working if "Boot from volume" option is checked in VM settings
Can you share the version you're using? Ewoud Kohl van Wijngaarden
02:00 PM Bug #37043 (Closed): Facets with hostgroup inherit override host-specific facet values
Applied in changeset commit:foreman|3a55f468ea289b229fdf95c6998f1be4158469bf. Alexander Olofsson
01:42 PM Revision 3a55f468 (foreman): Fixes #37043 - Inheritance overrides host facets
Alexander Olofsson
01:00 PM Packaging Feature #37210 (Closed): Use PostgreSQL 13 module in Foreman's modular metadata on EL8
Applied in changeset commit:foreman-packaging|e22983431e6789076b20d03bc493cf81dc60728b. Evgeni Golov
01:00 PM Installer Feature #37177 (Closed): Upgrade to PostgreSQL 13 on EL8
Applied in changeset commit:installer|3f846ff16a586032fb457f64d392e19cddcac1d9. Evgeni Golov
12:23 PM Packaging Revision e2298343 (foreman-packaging): Fixes #37210 - Update EL8 to PostgreSQL 13
Evgeni Golov
12:21 PM Installer Revision 3f846ff1 (installer): Fixes #37177 - Upgrade PostgreSQL to 13 on EL8
Evgeni Golov
10:58 AM Packaging Revision 685d18b9 (foreman-packaging): Update rubygem-pg to 1.5.6
Foreman Packaging Automation
10:58 AM Packaging Revision 362d80a0 (foreman-packaging): Update rubygem-rack to 2.2.8.1
Foreman Packaging Automation
10:56 AM Packaging Revision 24f42fa9 (foreman-packaging): Update rubygem-apipie-dsl to 2.6.2
Foreman Packaging Automation
10:56 AM Packaging Revision 65c71e08 (foreman-packaging): Update rubygem-smart_proxy_remote_execution_ssh to 0.10.4
Foreman Packaging Automation
10:55 AM Packaging Revision 698c17d8 (foreman-packaging): Update rubygem-smart_proxy_dynflow to 0.9.2
Foreman Packaging Automation
10:54 AM Packaging Revision a7dee377 (foreman-packaging): Update rubygem-marcel to 1.0.4
Foreman Packaging Automation
10:53 AM Packaging Revision bb5322be (foreman-packaging): Update ruby-foreman-bootdisk to 21.2.2
Foreman Packaging Automation
10:53 AM Packaging Revision f6442d20 (foreman-packaging): Update rubygem-sequel to 5.78.0
Foreman Packaging Automation
10:53 AM Packaging Revision 30b96fcc (foreman-packaging): Update rubygem-foreman_bootdisk to 21.2.2
Foreman Packaging Automation
10:52 AM Packaging Revision 680d8220 (foreman-packaging): Update rubygem-dynflow to 1.8.3
Foreman Packaging Automation
10:51 AM Packaging Revision 7d9c1d68 (foreman-packaging): Update rubygem-i18n to 1.14.4
Foreman Packaging Automation
10:50 AM Packaging Revision 0ab6d76d (foreman-packaging): Update ruby-dynflow to 1.8.3
Adam Ruzicka
10:49 AM Packaging Revision 668e844f (foreman-packaging): Update ruby-amazing-print to 1.6.0
Foreman Packaging Automation
10:46 AM Packaging Revision c3366cd7 (foreman-packaging): Update smart_proxy_remote_execution_ssh to 0.10.4
Adam Ruzicka
10:34 AM Packaging Revision 712fb77c (foreman-packaging): Regenerate spec file for foreman_azure_rm
Nofar Alfassi
10:34 AM Packaging Revision 335595e5 (foreman-packaging): Regenerate spec file for foreman_kubevirt
Nofar Alfassi
10:33 AM Revision 59ddb0ff (foreman): Refs #37179 - explicitly include SelectiveClone in facets
That way plugins that try to use Hostgroup.include don't fail with
undefined method `include_in_clone' for Hostg...
Evgeni Golov

03/10/2024

12:00 PM Bug #37179 (Closed): Hostgroup facets are not cloned when cloning hostgroup
Applied in changeset commit:foreman|a488cd2000aafeb5e741566285752f04a7289414. Jeremy Lenz
11:55 AM Revision a488cd20 (foreman): Fixes #37179 - Clone hostgroup facets when cloning hostgroup
Jeremy Lenz

03/08/2024

04:00 PM Bug #37233 (Closed): Generic table always shows actions
Applied in changeset commit:foreman|21389fb6565ee0435f295829736bdc5a4fcc5ea7. Maria Agaphontzev
03:37 PM Feature #37236 (Ready For Testing): Add main action button to PermissionDenied component
The Foreman Bot
03:30 PM Feature #37236 (Closed): Add main action button to PermissionDenied component
It'll be good to have a possibility to have a main action (e.g. Close button) for PermissionDenied component in case ... Oleh Fedorenko
03:27 PM Revision 21389fb6 (foreman): Fixes #37233 - Generic table always shows actions
Maria Agaphontzev

03/07/2024

08:12 PM Packaging Revision a6897fdf (foreman-packaging): Regenerate rubygem-smart_proxy_discovery spec file based on the latest template
Nofar Alfassi
05:30 PM Bug #37233 (Ready For Testing): Generic table always shows actions
The Foreman Bot
05:23 PM Bug #37233 (Closed): Generic table always shows actions
even if there are no table actions, it shows an empty actions kebab Maria Agaphontzev
08:29 AM Bug #37231 (Ready For Testing): Domain is not removed in the details page when the DNS is not configured/enabled in the installer
The Foreman Bot
08:13 AM Bug #37231 (Closed): Domain is not removed in the details page when the DNS is not configured/enabled in the installer
Steps to reproduce:
1. register host from which has non-default domain or which is from different infra, where sat...
Matěj Mudra

03/06/2024

06:03 PM Bug #37215: Getting "undefined method '#id' for NilClass::Jail (NilClass)" error when generating Ansible inventory report
vi won wrote in #note-2:
> Did some testing. We use this as well to sync inventory from Foreman->AWX. It seems to ...
ebarrere please_edit_me
02:00 PM Bug #37224 (Closed): Creating a host without a comment and then editing it and submitting without any changes creates an update audit record for the nil->'' transition of comment
Applied in changeset commit:foreman|4c7f36edf2c6b78f4510108c9182d381817811ba. Adam Ruzicka
01:15 PM Revision 4c7f36ed (foreman): Fixes #37224 - Force Hosts to have a comment
To prevent the nil -> empty string transition we would either have to:
- check the incoming changes and discard the u...
Adam Ruzicka
12:58 PM Installer Revision ed3e297e (puppet-dns): Add support for zone masterfile format
This commit adds support for the zone masterfile format in the Zone resource. Jean-François Roche
10:55 AM Installer Revision ea57c5ce (puppet-foreman): Add support for Ubuntu 22.04
Evgeni Golov
10:54 AM Installer Revision 8efe45c2 (puppet-tftp): Add Ubuntu 22.04 support
Evgeni Golov
10:54 AM Installer Revision 9aa6e72a (puppet-dhcp): Add Ubuntu 22.04 support
Evgeni Golov
01:45 AM Installer Revision a0d0eee2 (puppet-foreman_proxy): Add support for Ubuntu 22.04
Evgeni Golov

03/05/2024

07:00 PM Feature #37167 (Closed): SCA-Only: Remove Subscription-Entitlement report
Applied in changeset commit:foreman|a9b9b7d9a2caacb0062e7d4863f26b3ceaa87e22. Anonymous
06:25 PM Revision a9b9b7d9 (foreman): Fixes #37167 - Subscription entitlement report template
Samir Jha
02:25 PM Packaging Revision c3c3b3c9 (foreman-packaging): Update smart_proxy_dynflow to 0.9.2
Adam Ruzicka
01:34 PM Bug #37224 (Ready For Testing): Creating a host without a comment and then editing it and submitting without any changes creates an update audit record for the nil->'' transition of comment
The Foreman Bot
01:30 PM Bug #37224 (Closed): Creating a host without a comment and then editing it and submitting without any changes creates an update audit record for the nil->'' transition of comment
Adam Ruzicka
01:15 PM Installer Bug #33643 (Rejected): Skipping checks no longer working because of tuning profile
Evgeni Golov
11:58 AM Packaging Revision 7511869c (foreman-packaging): Update rubygem-fog-vsphere to 3.6.4
Chris Roberts
10:04 AM Installer Bug #37219 (Rejected): foreman-installer fails with puppet error on unknown literal $slowlog_log_slower_than
Evgeni Golov
10:04 AM Installer Bug #37219: foreman-installer fails with puppet error on unknown literal $slowlog_log_slower_than
That's a Puppet bug as discussed in https://community.theforeman.org/t/puppet-7-29-0-8-5-0-breaks-our-installer/37075... Evgeni Golov
08:20 AM Bug #37223 (Ready For Testing): Templates & errors for taxonomies
The Foreman Bot
08:10 AM Bug #37223 (Ready For Testing): Templates & errors for taxonomies
Fix for two issues:
- Show errors in the UI for missing type and taxonomies
- Ignore taxonomies for snippets, unify...
Leos Stejskal
07:25 AM Bug #37222 (Ready For Testing): Show error message if host fails to save
The Foreman Bot
07:23 AM Bug #37222 (Ready For Testing): Show error message if host fails to save
At present, Error is shown only if host fails to save due to Network interface issue or it shows inline errors. But t... Manisha Singhal

03/04/2024

05:11 PM Packaging Revision ffa7d6cf (foreman-packaging): Regenerate hammer discovery based on latest RPM template
Evgeni Golov
01:54 PM Refactor #33895 (Ready For Testing): setup Zeitwerk inflector
The Foreman Bot
11:34 AM Packaging Revision 212285ea (foreman-packaging): Update foreman requirements after gettext bump
Evgeni Golov
11:00 AM Feature #36574 (Closed): Update fast_gettext to ~> 2.1
Applied in changeset commit:foreman|bbca47389a95e85f71e6a31c6be33c7733bdbed5. Oleh Fedorenko
10:48 AM Packaging Revision 6e7e8bcc (foreman-packaging): Update rubygem-fast_gettext to 2.3.0
Evgeni Golov
10:48 AM Revision bbca4738 (foreman): Fixes #36574 - Update fast_gettext to ~> 2.1
Oleh Fedorenko
10:48 AM Revision de48fb5b (foreman): Refs #36574 - Avoid patching Fastgettext
The code defines an additional method on Fastgettext but there's no
reason to do so. It can just as well define a met...
Ewoud Kohl van Wijngaarden
08:17 AM Installer Bug #37219 (Rejected): foreman-installer fails with puppet error on unknown literal $slowlog_log_slower_than
Background: sos tool runs CI jobs also on CentOS8 with foreman where we recently spotted constant failures in the tes... Pavel Moravec

03/01/2024

03:57 PM Bug #37215: Getting "undefined method '#id' for NilClass::Jail (NilClass)" error when generating Ansible inventory report
Did some testing. We use this as well to sync inventory from Foreman->AWX. It seems to only happen when "Content At... vi won
10:54 AM Packaging Revision f397315f (foreman-packaging): use --legacy-peer-deps
Evgeni Golov
10:54 AM Packaging Revision 36f910c1 (foreman-packaging): build foreman on jammy
Evgeni Golov
10:25 AM Revision 66964128 (foreman): Refs #37034 - Use apt-key add on Ubuntu 16.04
* On Ubuntu 16.04, which is supported by Canonical until 2026, you
cannot place a GPG public key in "/etc/apt/trust...
Maximilian Kolb
10:24 AM Packaging Revision 599a8066 (foreman-packaging): Use Python 3 for package.json filtering
Also drop old Python dev dependencies now that we don't vendor wesockify
anymore
Evgeni Golov
10:23 AM Revision f7e1e7b1 (foreman): sort taxable_ids before comparing them
For some reason, taxable_ids and visible_dummies are sometimes sorted
differently, resulting in failed tests even tho...
Evgeni Golov
10:00 AM Bug #37011 (Closed): Ubuntu 22.04.3 needs adaption user-data template
Applied in changeset commit:foreman|2836e9387420911fee0320d4c79d56f53c43bd58. Bastian Schmidt
09:47 AM Revision 2836e938 (foreman): Fixes #37011 - Apply latest Ubuntu Autoinstall userdata changes
* Add explicit fallback for offline installation
* Replace deprecated lock-passwd with lock_passwd
* Remove empty ssh...
Bastian Schmidt
09:00 AM Bug #37193 (Closed): Pull provider installation template crash
Applied in changeset commit:foreman|a8d870fb01833f7f2c46f82369c736201a516e1e. Bernhard Suttner
08:15 AM Revision a8d870fb (foreman): Fixes #37193 - trap ERR not supported on dash
Bernhard Suttner

02/29/2024

01:00 PM Feature #37134 (Closed): NodeJS 18 and NPM 8 compatibility
Applied in changeset commit:foreman|30f93cc4570d8a1ff54e4f6f1484f068e3627d66. Maria Agaphontzev
12:41 PM Revision 30f93cc4 (foreman): Fixes #37134 - upgrade to node 18 and npm 8
Maria Agaphontzev
10:56 AM Packaging Revision 5699963d (foreman-packaging): add foreman-release for jammy
Evgeni Golov
10:55 AM Packaging Revision 5a3f7ff9 (foreman-packaging): foreman-proxy for jammy
Evgeni Golov
10:55 AM Packaging Revision 10ac9136 (foreman-packaging): hammer_cli_foreman_webhooks for jammy
Evgeni Golov
10:51 AM Packaging Revision f638ab89 (foreman-packaging): hammer_cli_foreman_templates for jammy
Evgeni Golov
10:51 AM Packaging Revision 333e0422 (foreman-packaging): hammer_cli_foreman_tasks for jammy
Evgeni Golov
10:51 AM Packaging Revision 8e01f888 (foreman-packaging): hammer_cli_foreman_ssh for jammy
Evgeni Golov
10:51 AM Packaging Revision c215f23f (foreman-packaging): hammer_cli_foreman_salt for jammy
Evgeni Golov
10:44 AM Packaging Revision 3408b648 (foreman-packaging): hammer_cli_foreman_remote_execution for jammy
Evgeni Golov
10:44 AM Packaging Revision fc2741c1 (foreman-packaging): hammer_cli_foreman_puppet for jammy
Evgeni Golov
10:44 AM Packaging Revision a41caeb8 (foreman-packaging): hammer_cli_foreman_google for jammy
Evgeni Golov
10:44 AM Packaging Revision 20ebdeba (foreman-packaging): hammer_cli_foreman_discovery for jammy
Evgeni Golov
10:40 AM Packaging Revision f690d813 (foreman-packaging): hammer_cli_foreman_bootdisk for jammy
Evgeni Golov
10:40 AM Packaging Revision 8e0de6a6 (foreman-packaging): hammer_cli_foreman_ansible for jammy
Evgeni Golov
10:40 AM Packaging Revision f5439293 (foreman-packaging): hammer_cli_foreman for jammy
Evgeni Golov
10:40 AM Packaging Revision 85b29659 (foreman-packaging): hammer_cli for jammy
Evgeni Golov
10:24 AM Packaging Revision 7c90bc53 (foreman-packaging): rubyipmi for jammy
Evgeni Golov
10:24 AM Packaging Revision 813456d5 (foreman-packaging): route53 for jammy
Evgeni Golov
10:24 AM Packaging Revision 855427a1 (foreman-packaging): rkerberos for jammy
Evgeni Golov
10:24 AM Packaging Revision 08bde50b (foreman-packaging): redfish_client for jammy
Evgeni Golov
10:13 AM Packaging Revision dbe270e1 (foreman-packaging): add server_sent_events to jammy
Evgeni Golov
10:13 AM Packaging Revision 58b932ed (foreman-packaging): add msgpack to jammy
Evgeni Golov
10:13 AM Packaging Revision 0c1fe9ff (foreman-packaging): add mqtt to jammy
Evgeni Golov
10:13 AM Packaging Revision 6aa39724 (foreman-packaging): add infoblox to jammy
Evgeni Golov
10:07 AM Packaging Revision fbe9d680 (foreman-packaging): logging-journald for jammy
Evgeni Golov
10:01 AM Packaging Revision 4067191a (foreman-packaging): journald-logger for jammy
Evgeni Golov
09:57 AM Packaging Revision a15eb2c0 (foreman-packaging): journald-native for jammy
Evgeni Golov
09:53 AM Packaging Revision c11988d7 (foreman-packaging): add installer for jammy
Evgeni Golov
09:42 AM Packaging Revision 59849fde (foreman-packaging): kafo for jammy
Evgeni Golov
09:39 AM Packaging Revision 298fbbd5 (foreman-packaging): kafo_wizards for jammy
Evgeni Golov
09:39 AM Packaging Revision 247c5da8 (foreman-packaging): kafo_parsers for jammy
Evgeni Golov
09:31 AM Packaging Revision 5c88e548 (foreman-packaging): foreman_maintain for jammy
Evgeni Golov
09:31 AM Packaging Revision 6becd515 (foreman-packaging): dynflow for jammy
Evgeni Golov
09:31 AM Packaging Revision 706fb246 (foreman-packaging): clamp for jammy
Evgeni Golov
09:31 AM Packaging Revision 49dc4115 (foreman-packaging): bundler_ext for jammy
Evgeni Golov
09:23 AM Packaging Revision 1837ead4 (foreman-packaging): build apipie-* for jammy
Evgeni Golov
08:56 AM Refactor #37216 (New): Move ipv4 and ipv6 MTU conflicts warning out of provisioning template.
Currently an exception is raised during kickstart provisioning template rendering: https://github.com/theforeman/fore... Shimon Shtein
08:32 AM Packaging Revision 03e2cdf8 (foreman-packaging): Update rubygem-activejob to 6.1.7.7
Foreman Packaging Automation
08:32 AM Packaging Revision abdcc3a0 (foreman-packaging): Update rubygem-railties to 6.1.7.7
Foreman Packaging Automation
08:32 AM Packaging Revision ed155d8c (foreman-packaging): Update rubygem-rails to 6.1.7.7
Foreman Packaging Automation
08:32 AM Packaging Revision 97a5abbb (foreman-packaging): Update rubygem-activestorage to 6.1.7.7
Foreman Packaging Automation
08:32 AM Packaging Revision d4311521 (foreman-packaging): Update rubygem-actioncable to 6.1.7.7
Foreman Packaging Automation
08:32 AM Packaging Revision 90243ac3 (foreman-packaging): Update rubygem-actionview to 6.1.7.7
Foreman Packaging Automation
08:32 AM Packaging Revision 7575b65d (foreman-packaging): Update rubygem-actionmailbox to 6.1.7.7
Foreman Packaging Automation
08:31 AM Packaging Revision 50184606 (foreman-packaging): Update rubygem-actiontext to 6.1.7.7
Foreman Packaging Automation
08:31 AM Packaging Revision f7457749 (foreman-packaging): Update rubygem-activerecord to 6.1.7.7
Foreman Packaging Automation
08:31 AM Packaging Revision 587a52e2 (foreman-packaging): Update rubygem-actionmailer to 6.1.7.7
Foreman Packaging Automation
08:31 AM Packaging Revision d0ff8f8f (foreman-packaging): Update rubygem-activemodel to 6.1.7.7
Foreman Packaging Automation
08:31 AM Packaging Revision 749495f3 (foreman-packaging): Update rubygem-actionpack to 6.1.7.7
Foreman Packaging Automation
08:31 AM Packaging Revision 88158b41 (foreman-packaging): Update rubygem-activesupport to 6.1.7.7
Foreman Packaging Automation
08:12 AM Packaging Revision 24bee07b (foreman-packaging): build amazing_print for bookworm
Evgeni Golov
05:48 AM Bug #37215 (Ready For Testing): Getting "undefined method '#id' for NilClass::Jail (NilClass)" error when generating Ansible inventory report
The Foreman Bot
05:26 AM Bug #37215 (Closed): Getting "undefined method '#id' for NilClass::Jail (NilClass)" error when generating Ansible inventory report
Clone from bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2266794
Description of problem:
Getting the follo...
Hao Yu

02/28/2024

08:30 PM Packaging Revision fac02443 (foreman-packaging): Update rubygem-foreman_virt_who_configure to 0.5.21
Chris Roberts
07:28 PM Packaging Revision 2857a353 (foreman-packaging): Bump Katello to 4.13.0 and related packages to newest versions
Quinn James
06:45 PM Packaging Revision c2ed02e4 (foreman-packaging): rebuild amazing print without zstd
Evgeni Golov
10:32 AM Packaging Refactor #37212 (Ready For Testing): Retire foreman_setup plugin
The Foreman Bot
10:28 AM Packaging Refactor #37212 (Ready For Testing): Retire foreman_setup plugin
Per https://community.theforeman.org/t/retire-foreman-setup-plugin/36594 this plugin is unmaintained and largely broken. Ewoud Kohl van Wijngaarden

02/27/2024

03:00 PM Installer Bug #37211 (Closed): Support for Avatars broken by ProxyPass
Applied in changeset puppet-foreman:commit:puppet-foreman|41125e941f1cf67c4cae8ac42cd4ed7c105a6348. Dirk Götz
12:56 PM Installer Bug #37211 (Ready For Testing): Support for Avatars broken by ProxyPass
The Foreman Bot
12:52 PM Installer Bug #37211 (Closed): Support for Avatars broken by ProxyPass
Support for Avatars is broken by ProxyPass because of a missing exception for /images not handled by puma. Dirk Götz
02:44 PM Installer Revision 41125e94 (puppet-foreman): Fixes #37211 - Add ProxyPass for /images to support avatars
Fixes #37211 Dirk Götz
01:22 PM Refactor #24852: Having empty "Allocation (GB)" when creating a new Host, nil:NilClass returned on creating the Host

После долгих поисков я наконец-то нашел идеальное место для своего сайта! Виртуальный хостинг, который предоставля...
HaroldLapse HaroldLapse
11:52 AM Packaging Feature #37210 (Ready For Testing): Use PostgreSQL 13 module in Foreman's modular metadata on EL8
The Foreman Bot
11:52 AM Packaging Feature #37210 (Closed): Use PostgreSQL 13 module in Foreman's modular metadata on EL8
Evgeni Golov
11:48 AM Tracker #37208 (Closed): Upgrade to PostgreSQL 13 on EL8
EL9 ships with PostgreSQL 13 by default. To simplify EL8 to EL9 upgrades, we should also use PostgreSQL 13 on EL8. Evgeni Golov
08:09 AM Packaging Revision 72843988 (foreman-packaging): Rebuild foreman_puppet 6.2.0 for Webpack 5
The version needs to be higher than in Foreman 3.9 with Webpack 3 Evgeni Golov

02/26/2024

06:31 PM Revision c3170233 (foreman): Bump actions/upload-artifact from 3 to 4
* Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifac...
dependabot[bot]
03:00 PM Smart Proxy Bug #37147 (Closed): Smart Proxy TFTP fetching writes out broken files on HTTP errors
Applied in changeset commit:e8fe59f83843ca619264e8d4757bc99fcde93fa9. Ewoud Kohl van Wijngaarden
02:03 PM Smart Proxy Revision e8fe59f8: Fixes #37147 - Pass --fail option to curl
This prevents curl from writing out error pages, for example when the
URL returns a HTTP 404.
It still doesn't retur...
Ewoud Kohl van Wijngaarden
11:55 AM Installer Revision 02353d08 (puppet-foreman_proxy): Add acceptance tests for salt plugin
Ewoud Kohl van Wijngaarden
10:00 AM Bug #37184 (Closed): Satellite "Registered Content Hosts" report generates incorrect hosts' kernel version
Applied in changeset commit:foreman|459f70c4f78d75e9948dab437b484319f38fb4aa. Hao Yu
09:53 AM Revision 459f70c4 (foreman): Fixes #37184 - Report template generates incorrect kernel version
Hao Yu
08:11 AM Revision 1935cea4 (foreman): Refs #36502 - update snapshots after template change
Evgeni Golov
07:02 AM Packaging Revision 77a72650 (foreman-packaging): Updated hammer_cli[_foreman] to 3.10.0
Oleh Fedorenko
07:02 AM Packaging Revision 0a5a4793 (foreman-packaging): Update rubygem-mime-types-data to 3.2024.0206
Foreman Packaging Automation
07:00 AM Bug #36502 (Closed): iPXE Discovery Only Works On net0
Applied in changeset commit:foreman|fb7e565810f3e2b2a5d62b53230971fb8af5f5dd. Jim Mott
07:00 AM Feature #37189 (Closed): Registration before & after snippets
Applied in changeset commit:foreman|5dedfde833eaf3d0836028d12e7ccbfc3e856714. Leos Stejskal
06:48 AM Revision fb7e5658 (foreman): Fixes #36502 - iPXE Discovery Only Works on net0
Jim Mott
06:20 AM Revision 5dedfde8 (foreman): Fixes #37189 - Registration before & after snippets
before_registration & after_registration snippets allow
users to add their code to the template without directly edit...
Leos Stejskal

02/22/2024

12:28 PM Bug #37200 (New): Missing ActivationKey related changes when display_fqdn_for_hosts is disabled
Description of problem:
Missing ActivationKey related changes when display_fqdn_for_hosts is disabled.
Version-...
Matěj Mudra
12:02 PM Bug #37199 (Ready For Testing): fix javascript method for webpack_asset_paths
The Foreman Bot
12:00 PM Bug #37199 (Closed): fix javascript method for webpack_asset_paths
some plugins still use
<% javascript *webpack_asset_paths('plugin', :extension => 'js') %>
which causes them not t...
Maria Agaphontzev
08:33 AM Feature #37119: Allow toggling all desired power states on host detail page
Bernhard Suttner wrote in #note-1:
> I think, one major reason why not all actions are on the host details page is, ...
Jan Loeser

02/21/2024

08:05 PM Bug #37196 (New): Hosts breadcrumb doesn't respect new host overview Setting
If 'Show new host overview page' is on in settings, all 'Hosts' links should go to /new/hosts. But if I go to the Cre... Jeremy Lenz
06:24 PM Packaging Revision 09e8fb5d (foreman-packaging): Bump version to 3.11-develop
Patrick Creech
06:24 PM Packaging Revision 61ae2d4c (foreman-packaging): Bump version to 3.11-develop
Patrick Creech
04:52 PM Bug #37193 (Ready For Testing): Pull provider installation template crash
The Foreman Bot
04:43 PM Bug #37193 (Closed): Pull provider installation template crash
This https://github.com/theforeman/foreman/blob/develop/app/views/unattended/provisioning_templates/registration/remo... Bernhard Suttner
01:54 PM Feature #37119: Allow toggling all desired power states on host detail page
I think, one major reason why not all actions are on the host details page is, that its getting to complicated. Keep ... Bernhard Suttner
01:00 PM Feature #36891 (Closed): Provide a scope for email-notification-eligible users
Applied in changeset commit:foreman|2233c33cbd62f2ca85d091fcd05f52cd01903b31. Adam Ruzicka
12:08 PM Revision 2233c33c (foreman): Fixes #36891 - Provide a scope for email-notification-eligible users
Adam Ruzicka
09:42 AM Bug #37190 (Ready For Testing): Suppress serialization-related warnings coming from sidekiq
The Foreman Bot
09:39 AM Bug #37190 (Ready For Testing): Suppress serialization-related warnings coming from sidekiq
Until https://projects.theforeman.org/issues/35413 is resolved properly. Adam Ruzicka
08:41 AM Feature #37189 (Ready For Testing): Registration before & after snippets
The Foreman Bot
08:39 AM Feature #37189 (Closed): Registration before & after snippets
before_registration & after_registration snippets allows
users to add their code to the template without directly ed...
Leos Stejskal

02/20/2024

06:25 PM Revision 5a3d323c (foreman): Bump develop to 3.11.0-develop
Griffin Sullivan
06:25 PM Smart Proxy Revision 3fd0eb39: Bump develop to 3.11.0-develop
Griffin Sullivan
06:25 PM Installer Revision 72c15264 (installer): Bump develop to 3.11.0-develop
Griffin Sullivan
06:24 PM SELinux Revision a8664f9b: Bump develop to 3.11.0-develop
Griffin Sullivan
02:39 PM Packaging Revision 1495becd (foreman-packaging): Exit early if a conflicting version bump is detected
Ewoud Kohl van Wijngaarden
02:29 PM Feature #37167 (Ready For Testing): SCA-Only: Remove Subscription-Entitlement report
The Foreman Bot
12:39 PM Installer Revision d501ee31 (puppet-puppet): Release 19.1.0
Ewoud Kohl van Wijngaarden
12:39 PM Installer Revision 1c0d8a8d (puppet-foreman_proxy_content): Release 27.0.0
Ewoud Kohl van Wijngaarden
12:02 PM Installer Revision 171363e8 (puppet-foreman_proxy_content): Require pulpcore 10.x for pulpcore::analytics parameter
Fixes: b9d0e0d45933 ("Refs #37062 - Use pulpcore::analytics instead of pulpcore::telemetry") Ewoud Kohl van Wijngaarden
11:58 AM Installer Revision 872708e3 (puppet-katello): Release 24.3.0
Ewoud Kohl van Wijngaarden
07:19 AM Bug #37184 (Ready For Testing): Satellite "Registered Content Hosts" report generates incorrect hosts' kernel version
The Foreman Bot
06:26 AM Bug #37184 (Closed): Satellite "Registered Content Hosts" report generates incorrect hosts' kernel version
Cloned from bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2265062
Description of problem:
Old or incorrect...
Hao Yu

02/19/2024

08:38 PM Installer Revision 1150e90f (puppet-katello): Support EL9
Ewoud Kohl van Wijngaarden
08:38 PM Installer Revision 6834779e (puppet-katello): Update pulpcore version to 3.39
This is only used for postgresql-evr, but still good to use the latest
version.
Ewoud Kohl van Wijngaarden
08:38 PM Installer Revision 2d45ce65 (puppet-katello): Mark setup_acceptance_node puppet-lint clean
Ewoud Kohl van Wijngaarden
08:21 PM Installer Revision 6e1e0acd (puppet-foreman_proxy_content): Mark compatible with theforeman/pulpcore 10.x
Ewoud Kohl van Wijngaarden
08:06 PM Packaging Revision c9a559e2 (foreman-packaging): Update rubygem-kafo to 7.4.0
Ewoud Kohl van Wijngaarden
07:57 PM Installer Revision 873f4d78 (puppet-foreman_proxy): Release 25.3.0
Ewoud Kohl van Wijngaarden
07:35 PM Packaging Revision 5e43ff51 (foreman-packaging): Update ruby-kafo to 7.4.0
Foreman Packaging Automation
06:27 PM Revision 50a2b61a (foreman): More explicit dev setup instructions
This adds explicit Fedora and Enterprise Linux instructions. It also
adds a section on PostgreSQL. This makes the alt...
Ewoud Kohl van Wijngaarden
06:27 PM Revision 90ec6751 (foreman): Correct the minimum PostgreSQL version
Ewoud Kohl van Wijngaarden
06:25 PM Installer Revision 3c59385e (puppet-foreman_proxy): Add HDM smart proxy plugin
The HDM Smart Proxy plugins needs a configuration file, which specifies:
- the HDM URL
- optional HDM user and passwo...
Martin Alfke
05:23 PM Revision bed9e031 (foreman): i18n - extracting new, pulling from tx
Griffin Sullivan
05:05 PM Packaging Revision 37d1d333 (foreman-packaging): Regenerate smart_proxy_dynflow specfile to drop scl references
Adam Ruzicka
04:37 PM Installer Revision f14985e3 (puppet-puppet): Add puppet8 certificate renewal endpoint
From https://www.puppet.com/docs/puppet/8/server/http_certificate_renew Pat Riehecky
04:09 PM Installer Revision 26c12559 (puppet-foreman_proxy): ensure preparations are done before configuration
Jan Bundesmann
03:25 PM Bug #37179 (Ready For Testing): Hostgroup facets are not cloned when cloning hostgroup
The Foreman Bot
03:20 PM Bug #37179 (Closed): Hostgroup facets are not cloned when cloning hostgroup
Jeremy Lenz
12:00 PM Installer Revision 52f83b2b (puppet-foreman): Release 24.2.0
Ewoud Kohl van Wijngaarden
11:51 AM Installer Revision 88b8452a (puppet-dns): Release 10.3.0
Ewoud Kohl van Wijngaarden
11:51 AM Installer Revision 615103d9 (puppet-pulpcore): Release 10.0.0
Ewoud Kohl van Wijngaarden
11:49 AM Installer Revision 7d1d4d33 (puppet-certs): Release 17.1.0
Ewoud Kohl van Wijngaarden
11:48 AM Installer Revision 2d2f3d8f (puppet-candlepin): Release 15.1.0
Ewoud Kohl van Wijngaarden
08:23 AM Installer Feature #37177 (Ready For Testing): Upgrade to PostgreSQL 13 on EL8
The Foreman Bot
08:14 AM Installer Feature #37177 (Closed): Upgrade to PostgreSQL 13 on EL8
EL9 ships with PostgreSQL 13 by default. To simplify EL8 to EL9 upgrades, we should also use PostgeSQL 13 on EL8. Evgeni Golov

02/18/2024

08:16 AM Packaging Revision 48163e7f (foreman-packaging): Update rubygem-ruby-libvirt to 0.8.2
Foreman Packaging Automation
08:16 AM Packaging Revision a6d4613e (foreman-packaging): Update rubygem-rake-compiler to 1.2.7
Foreman Packaging Automation
08:15 AM Packaging Revision c6280aeb (foreman-packaging): Update rubygem-foreman_maintain to 1.5.1
Foreman Packaging Automation
08:15 AM Packaging Revision 885101b5 (foreman-packaging): Update ruby-foreman-maintain to 1.5.1
Foreman Packaging Automation

02/17/2024

05:44 PM Installer Revision e71f390c (puppet-certs): Support EL9
Ewoud Kohl van Wijngaarden

02/16/2024

11:37 PM Installer Revision cc203584 (puppet-pulpcore): Mark compatible with puppet/redis 10.x
The breaking change was the removal of Debian 10 support, which doesn't
affect this module.
Ewoud Kohl van Wijngaarden
11:00 PM Bug #37168 (Closed): Duplicate html-id on Settings-page
Applied in changeset commit:foreman|23d76698942eb73226a6bb3ee3a329d78d3d8908. Markus Bucher
03:38 PM Bug #37168 (Ready For Testing): Duplicate html-id on Settings-page
The Foreman Bot
10:05 PM Installer Revision dfe7ba9e (puppet-foreman): Mark compatible with puppet/redis 10.x
The breaking change was the removal of Debian 10 support, which doesn't
affect this module.
Ewoud Kohl van Wijngaarden
10:05 PM Installer Revision b33a6189 (puppet-foreman): Support EL9
Ewoud Kohl van Wijngaarden
10:05 PM Installer Revision aa28c5a6 (puppet-foreman): Only expect the DNF module on EL8
This matches the test expectations to the actual code.
Fixes: 908ed638790f3cfc6e2f5f62e1b023c907a9913c ("Only instal...
Ewoud Kohl van Wijngaarden
10:05 PM Installer Revision f8489f9f (puppet-foreman): Correct assertion that the DNF module is not managed
Since 95f2b4d8b5f7ec9dc865188ba21321a234fcfbae we only manage the
foreman dnf module, not the ruby module. That means...
Ewoud Kohl van Wijngaarden
06:24 PM Bug #37176 (New): Openstack-Plugin: "Create Host" not working if "Boot from volume" option is checked in VM settings
I want to deploy VMs on an Openstack Nova System. It all works fine, unless I activate the option "Boot from volume" ... Dennis P
06:12 PM Revision 23d76698 (foreman): Fixes #37168 - fix potential for duplicate html-id
Markus Bucher
03:00 PM Bug #37173 (Closed): Duplicate ids from webpack style
Applied in changeset commit:foreman|06190391831a2397620ecb61a7ee478390b0f875. Maria Agaphontzev
02:39 PM Bug #37173 (Ready For Testing): Duplicate ids from webpack style
Maria Agaphontzev
02:38 PM Bug #37173 (New): Duplicate ids from webpack style
Maria Agaphontzev
01:53 PM Bug #37173 (Ready For Testing): Duplicate ids from webpack style
The Foreman Bot
01:40 PM Bug #37173 (Closed): Duplicate ids from webpack style
Maria Agaphontzev
02:43 PM Revision 06190391 (foreman): Fixes #37173 - duplicate ids from webpack style
Maria Agaphontzev
02:00 PM Bug #37142 (Closed): Image-based deployment on Proxmox fails due to extra newline in "remote_execution_ssh_keys" snippet
Applied in changeset commit:foreman|aa508a5f5e0060f13f07a1751c5aae749d454e17. Maximilian Kolb
01:59 PM Revision aa508a5f (foreman): Fixes #37142 - Cloud-init breaks due to newline
This fixes cloud-init based deployment to Proxmox for Debian, Ubuntu,
and SUSE Linux Enterprise Server. Previously, d...
Maximilian Kolb
11:26 AM Installer Revision 4d261188 (installer): build packit for el9
Evgeni Golov
11:16 AM Packaging Revision 896a3428 (foreman-packaging): Update rubygem-foreman_discovery to 24.0.1
Foreman Packaging Automation
11:16 AM Smart Proxy Revision cd09fa45: build on rhel-9
Evgeni Golov
11:16 AM Smart Proxy Revision 4f64615d: use yum.tfm.o
Evgeni Golov
11:16 AM Smart Proxy Revision 3b502a53: build on rhel-8
Evgeni Golov
11:15 AM Packaging Revision fd4f9762 (foreman-packaging): Update ruby-foreman-discovery to 24.0.1
Foreman Packaging Automation
11:10 AM Installer Revision 28748636 (puppet-puppet): Replace File.exists? with File.exist? for Ruby 3.2 compatibility
Martin Alfke
08:58 AM Packaging Revision 10e12be2 (foreman-packaging): Update rubygem-foreman_discovery to 24.0.0
Foreman Packaging Automation
08:58 AM Packaging Revision 6241b52e (foreman-packaging): Update ruby-foreman-discovery to 24.0.0
Foreman Packaging Automation

02/15/2024

05:00 PM Bug #37039 (Closed): Monitor > Host statuses ignores taxonomy scoping and user's permissions and shows counts even though the user can't see the actual hosts
Applied in changeset commit:foreman|16fa092700bbcb955121dde8b3b253052641e8c8. Adam Ruzicka
04:24 PM Bug #37168 (Closed): Duplicate html-id on Settings-page
Settings page uses the Setting-category as HTML-id.
When the katello-plugin is installed, @katello@ is used as cat...
Markus Bucher
04:17 PM Revision 16fa0927 (foreman): Fixes #37039 - Honor permissions and taxonomies for host statuses
Adam Ruzicka
03:06 PM Feature #37167 (Closed): SCA-Only: Remove Subscription-Entitlement report
SCA-Only: Remove Subscription-Entitlement report Samir Jha
12:31 PM Installer Revision a7368fdc (puppet-pulpcore): Ensure glibc-langpack-en is always installed
Not all systems have this package pre-installed and without it creation
of the database will fail.
Evgeni Golov
11:35 AM Packaging Revision f0865f28 (foreman-packaging): Scope Python 3.11 requirements on EL9 better
Evgeni Golov
11:35 AM Packaging Revision e4a2cf34 (foreman-packaging): Adjust requirements for Ansible using Python 3.12
Evgeni Golov
08:00 AM Feature #37092 (Closed): Use minitest_reporters_github in GitHub Actions
Applied in changeset commit:foreman|08097fb6287e0753c88de2fdbc60a2d7976d78a7. Ewoud Kohl van Wijngaarden
07:11 AM Revision 08097fb6 (foreman): Fixes #37092 - Use minitest_reporters_github in GHA
This is a specialized reporter to provide GitHub annotations on failure.
These annotations can be seen in the changes...
Ewoud Kohl van Wijngaarden

02/14/2024

04:00 PM Bug #37156 (Closed): Pin victory-core to pre-36.9.0
Applied in changeset commit:foreman|f3be1e5d57891fb8fd3ef4de51e081c844c688b9. Anonymous
03:56 PM Revision f3be1e5d (foreman): Fixes #37156 - Pin victory-core to 36.8.z
Samir Jha
03:35 PM Packaging Revision 3fc3d3e8 (foreman-packaging): Update rubygem-foreman-tasks to 9.1.0
Adam Ruzicka
03:23 PM Packaging Revision 007964a4 (foreman-packaging): Update ruby-foreman-tasks to 9.1.0
Adam Ruzicka
02:00 PM Bug #37154 (Closed): "Component name already taken" warnings fix
Applied in changeset commit:foreman|1da802b4d4cb2d032548eab37d2803f657df84b3. Maria Agaphontzev
01:01 PM Revision 1da802b4 (foreman): Fixes #37154 - run componentRegistry.registerMultiple once
Maria Agaphontzev
12:21 PM Bug #37152 (Assigned): Inconsistent capitalization in UI
Karolína Małyjurková
12:20 PM Packaging Revision f64546e9 (foreman-packaging): Update rubygem-foreman_kernel_care to 2.0.0
Foreman Packaging Automation
12:00 PM Bug #37089 (Closed): Host details - sub tabs are hidden
Applied in changeset commit:foreman|99edf46e00a9e270b156dc71980558b8a96125c1. Maria Agaphontzev
11:49 AM Revision 99edf46e (foreman): Fixes #37089 - host details - sub tabs are hidden
Maria Agaphontzev
11:46 AM Packaging Revision 048914a0 (foreman-packaging): Update rubygem-request_store to 1.6.0
github-actions[bot]
11:46 AM Packaging Revision a55c0ae0 (foreman-packaging): Update rubygem-foreman_leapp to 1.2.0
Foreman Packaging Automation
11:45 AM Packaging Revision f6c1ce35 (foreman-packaging): Update rubygem-foreman_theme_satellite to 13.2.4
Foreman Packaging Automation
11:45 AM Packaging Revision e112cd5a (foreman-packaging): Update rubygem-roadie to 5.2.1
Foreman Packaging Automation
09:52 AM Packaging Revision f3a27218 (foreman-packaging): ignore rdoc 6.6 from ruby 3.3 module
Evgeni Golov
09:39 AM Bug #37011 (Ready For Testing): Ubuntu 22.04.3 needs adaption user-data template
The Foreman Bot
06:35 AM Revision d62da160 (foreman): Refs #37102 - Read real webpack manifest in test
In some test cases (like controller tests) the real manifest isn't
needed, but in integration tests they are.
Rails ...
Ewoud Kohl van Wijngaarden

02/13/2024

09:07 PM Bug #37065 (Ready For Testing): Host - Statuses report failing "unknown keywords: :Name, :Global"
The Foreman Bot
03:00 PM Bug #37161 (Closed): Load plugin public folder for webpack
Applied in changeset commit:foreman|65481d93d52ad4cd577e9451861315c22fb6470a. Maria Agaphontzev
01:56 PM Bug #37161 (Ready For Testing): Load plugin public folder for webpack
The Foreman Bot
01:54 PM Bug #37161 (Closed): Load plugin public folder for webpack
when there is no public/assets folder, but there is still a public/webpack folder, the public folder should still be ... Maria Agaphontzev
02:41 PM Packaging Revision 22675530 (foreman-packaging): Rebuild Theme Satellite for Webpack 5
Evgeni Golov
02:27 PM Revision 65481d93 (foreman): Fixes #37161 - load public/webpack when available
Maria Agaphontzev
01:00 PM Installer Bug #37097 (Closed): Katello certificate tarball is actually .tar.gz instead of .tar
Applied in changeset commit:puppet-certs|1a3e42583ca25b9bd87c7f2263de9ce3897605c6. Ewoud Kohl van Wijngaarden
12:41 PM Installer Revision 1a3e4258 (puppet-certs): Fixes #37097 - Use automatic compression based on file path for tar
This way users can pass .tar.xz to get XZ compression too. One side
effect is that by default we won't compress anymo...
Ewoud Kohl van Wijngaarden
11:34 AM Installer Revision cb95de66 (puppet-pulpcore): Drop pulpcore::plugin::migration
The last supported version of pulp-2to3-migration was with Pulp 3.19 and
this module now only supports 3.39 or newer.
Ewoud Kohl van Wijngaarden
11:27 AM Installer Revision 1d85c75c (puppet-dns): Add support for forwarders in master zone
This gives possibility to enable forwarding in master zone.
Add support for empty forwarders in master zone
Allows ...
mbarecki
11:25 AM Installer Revision 787048c1 (puppet-dns): add support for the statistics-channels directive
The statistics-channels statement declares communication channels
to be used by system administrators to get access t...
Gordon Bleux
11:00 AM Bug #37079 (Closed): Show current user in the navigation when screen too small
Applied in changeset commit:foreman|c2815eca5ffd701f81d3e661570acd8e1e7c61f8. Karolína Małyjurková
10:49 AM Packaging Revision 073790a3 (foreman-packaging): bring back katello and katello-selinux packages
Evgeni Golov
10:35 AM Packaging Revision fdee9f86 (foreman-packaging): cleanup katello-copr-with-el9
Evgeni Golov
10:35 AM Packaging Revision be620c56 (foreman-packaging): build all of Katello on EL9
Evgeni Golov
10:35 AM Packaging Revision 38904d03 (foreman-packaging): Correct (Build)Requirements for EL9
This contradicts the gemspec, but is being worked on.
In the meantime we can adjust the RPM spec and let it build.
Evgeni Golov
10:34 AM Revision c2815eca (foreman): Fixes #37079 - Show current user in nav menu when screen too small
Karolína Małyjurková

02/12/2024

05:53 PM Installer Bug #37141: SmartProxy Plugin cannot be disabled
Looks to me like the SmartProxy Ansible plugin cannot be disabled using `foreman-installer --no-enable-foreman-proxy-... Markus Bucher
05:45 PM Installer Revision 2b9ca7de (puppet-foreman): Add hiera data manager (HDM) plugin
Martin Alfke
05:15 PM Installer Revision d89489d7 (puppet-foreman_proxy_content): Refs #37130: Set bootstrap_rpm file resource path correctly
Eric Helms
04:44 PM Packaging Revision d788742e (foreman-packaging): use candlepin el9 repo in closure
Evgeni Golov
04:44 PM Packaging Revision 85c01212 (foreman-packaging): add candlepin 4.3 el9 repos for closure
Evgeni Golov
01:39 PM Revision 8edb8623 (foreman): build packit on el9
Evgeni Golov
11:00 AM Packaging Revision 5b87518f (foreman-packaging): add foreman-devel:el9 module
Evgeni Golov
10:37 AM Packaging Revision 0293cd15 (foreman-packaging): Require webrick on Ruby 3.0+
Evgeni Golov
10:37 AM Packaging Revision 1d8efcf5 (foreman-packaging): Regenerate spec based on latest template
Evgeni Golov
09:14 AM Installer Revision 623a1078 (puppet-foreman_proxy): Make exception to grub_efi_path for OracleLinux
Apparently they didn't get the memo when rebranding their distro. Erik Berg
09:12 AM Packaging Revision 5f33de91 (foreman-packaging): split katello hammer packages and build on el9
Evgeni Golov
 

Also available in: Atom