- Get this repository:
-
git clone
https://git.launchpad.net/maas
MAAS has 18 active reviews. See all merge proposals.
Branches
| Name | Last Modified | Last Commit |
|---|---|---|
| 3.7 | 2026-01-12 15:40:39 UTC |
fix: HTTPS connections for Intel AMT power driver
Author:
Merlijn Sebrechts
fix: HTTPS connections for Intel AMT power driver Resolves: LP#2107706 (cherry-picked from e1948e3348019f4 |
| 3.6 | 2026-01-12 15:02:39 UTC |
fix: HTTPS connections for Intel AMT power driver
Author:
Merlijn Sebrechts
fix: HTTPS connections for Intel AMT power driver Resolves: LP#2107706 (cherry-picked from e1948e3348019f4 |
| master | 2026-01-12 14:25:58 UTC |
chore: remove old procedures coming from MAAS initialized before 3.7
Author:
Jacopo Rota
chore: remove old procedures coming from MAAS initialized before 3.7 |
|
auto-backport- |
2026-01-07 14:42:24 UTC |
fix: check for RBAC permissions only when it's enabled
Author:
Alessandro Marcolini
fix: check for RBAC permissions only when it's enabled Resolves LP:2137254 (cherry picked from commit 81c6c67b7dc618f |
| onie | 2026-01-07 14:36:59 UTC |
fix: check for RBAC permissions only when it's enabled
Author:
Alessandro Marcolini
fix: check for RBAC permissions only when it's enabled Resolves LP:2137254 |
|
auto-backport- |
2026-01-07 14:10:19 UTC |
fix: handle null values in the network resources
Author:
Alessandro Marcolini
fix: handle null values in the network resources LXD can return a null value in the upper_devices field of a bridge or in Resolves LP:2137017 (cherry picked from commit df107c3972419a8 |
|
auto-backport- |
2026-01-07 14:08:27 UTC |
fix: handle null values in the network resources
Author:
Alessandro Marcolini
fix: handle null values in the network resources LXD can return a null value in the upper_devices field of a bridge or in Resolves LP:2137017 (cherry picked from commit df107c3972419a8 |
|
auto-backport- |
2025-12-19 12:33:27 UTC |
fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC
Author:
Stamatis Katsaounis
fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC The solution is leveraging the fact that host `hostname` is just an identifier for dhcpd configuration that can be anything. For interfaces that share the same MAC e.g., VLAN interfaces, which have fixed IP addresses on different VLANs, this change create a host block per interface. For reserved IPs, to create name uniqueness in the host block hostname, a prefix "rsvd-{ Resolves LP:2134484 (cherry picked from commit 4f99b1adbcb53f6 |
|
auto-backport- |
2025-12-19 12:31:26 UTC |
fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC
Author:
Stamatis Katsaounis
fix(dhcp): create unique host entries in dhcpd.conf for interfaces with same MAC The solution is leveraging the fact that host `hostname` is just an identifier for dhcpd configuration that can be anything. For interfaces that share the same MAC e.g., VLAN interfaces, which have fixed IP addresses on different VLANs, this change create a host block per interface. For reserved IPs, to create name uniqueness in the host block hostname, a prefix "rsvd-{ Resolves LP:2134484 (cherry picked from commit 4f99b1adbcb53f6 |
| 3.5 | 2025-12-10 16:19:47 UTC |
Prepare for 3.5.10 release
Author:
Jacopo Rota
Prepare for 3.5.10 release |
|
auto-backport- |
2025-12-09 14:30:58 UTC |
fix: use netplan version 2 for custom ubuntu images deployed in memory
Author:
Jacopo Rota
fix: use netplan version 2 for custom ubuntu images deployed in memory Resolves: LP:2134059 |
|
auto-backport- |
2025-12-09 14:29:00 UTC |
fix: use netplan version 2 for custom ubuntu images deployed in memory
Author:
Jacopo Rota
fix: use netplan version 2 for custom ubuntu images deployed in memory Resolves: LP:2134059 |
|
auto-backport- |
2025-12-09 14:26:29 UTC |
fix: use netplan version 2 for custom ubuntu images deployed in memory
Author:
Jacopo Rota
fix: use netplan version 2 for custom ubuntu images deployed in memory Resolves: LP:2134059 |
|
auto-backport- |
2025-12-05 03:33:11 UTC |
fix: 20-maas-03-machine-resources fails for uint64 counters
Author:
Anton Troyanov
fix: 20-maas- The bug is coming from LXD package we are using: Resolves LP:2132282 (cherry picked from commit 1ecbfa5fb836fa0 |
|
auto-backport- |
2025-12-05 03:31:18 UTC |
fix: 20-maas-03-machine-resources fails for uint64 counters
Author:
Anton Troyanov
fix: 20-maas- The bug is coming from LXD package we are using: Resolves LP:2132282 (cherry picked from commit 1ecbfa5fb836fa0 |
|
auto-backport- |
2025-12-05 03:29:09 UTC |
fix: 20-maas-03-machine-resources fails for uint64 counters
Author:
Anton Troyanov
fix: 20-maas- The bug is coming from LXD package we are using: Resolves LP:2132282 (cherry picked from commit 1ecbfa5fb836fa0 |
|
auto-backport- |
2025-12-04 09:41:07 UTC |
fix(power): DGX H200 commissioning fails due to a password policy
Author:
Anton Troyanov
fix(power): DGX H200 commissioning fails due to a password policy Existing password policy: Unfortunately Nvidia DGX H200 password policy is a bit different: Policy 3) works only when a generated password is >=13 which is not Modification to existing policy could break other things, so this commit Resolves LP:2130621 (cherry picked from commit 0d663db75b59ba3 |
|
auto-backport- |
2025-12-04 09:39:07 UTC |
fix(power): DGX H200 commissioning fails due to a password policy
Author:
Anton Troyanov
fix(power): DGX H200 commissioning fails due to a password policy Existing password policy: Unfortunately Nvidia DGX H200 password policy is a bit different: Policy 3) works only when a generated password is >=13 which is not Modification to existing policy could break other things, so this commit Resolves LP:2130621 (cherry picked from commit 0d663db75b59ba3 |
|
auto-backport- |
2025-12-04 09:19:27 UTC |
fix: move custom bootloaders to image-storage/custom-bootloaders to avoid cla...
Author:
Jacopo Rota
fix: move custom bootloaders to image-storage/ Resolves: LP#2133828 |
|
feature_ |
2025-11-19 16:16:11 UTC |
rename boot resource set service method and fix tests
Author:
Alessandro Marcolini
rename boot resource set service method and fix tests |
|
dns-scheduler- |
2025-11-18 17:19:04 UTC |
fix tests
Author:
Jacopo Rota
fix tests |
|
auto-backport- |
2025-11-17 23:00:47 UTC |
fix: HTTPS connections for Intel AMT power driver
Author:
Merlijn Sebrechts
fix: HTTPS connections for Intel AMT power driver Resolves: LP#2107706 |
|
auto-backport- |
2025-11-14 16:06:38 UTC |
feat(dns): allow only trusted zone transfers
Author:
Maik Rebaum
feat(dns): allow only trusted zone transfers (cherry picked from commit f705e44561ab09d |
|
auto-backport- |
2025-11-14 16:04:43 UTC |
feat(dns): allow only trusted zone transfers
Author:
Maik Rebaum
feat(dns): allow only trusted zone transfers (cherry picked from commit f705e44561ab09d |
| 3.4 | 2025-10-31 08:36:53 UTC |
fix: use ps to find dhclient pid instead of reading all the files under /proc
Author:
Jacopo Rota
fix: use ps to find dhclient pid instead of reading all the files under /proc Resolves: LP#2130237 |
|
auto-backport- |
2025-10-31 07:46:04 UTC |
fix: use ps to find dhclient pid instead of reading all the files under /proc
Author:
Jacopo Rota
fix: use ps to find dhclient pid instead of reading all the files under /proc Resolves: LP#2130237 |
|
auto-backport- |
2025-10-31 07:44:44 UTC |
fix: use ps to find dhclient pid instead of reading all the files under /proc
Author:
Jacopo Rota
fix: use ps to find dhclient pid instead of reading all the files under /proc Resolves: LP#2130237 |
|
auto-backport- |
2025-10-31 07:43:47 UTC |
fix: use ps to find dhclient pid instead of reading all the files under /proc
Author:
Jacopo Rota
fix: use ps to find dhclient pid instead of reading all the files under /proc Resolves: LP#2130237 |
|
auto-backport- |
2025-10-31 07:42:41 UTC |
fix: use ps to find dhclient pid instead of reading all the files under /proc
Author:
Jacopo Rota
fix: use ps to find dhclient pid instead of reading all the files under /proc Resolves: LP#2130237 |
|
auto-backport- |
2025-10-30 19:03:04 UTC |
build: fix maas-ui pre-built asset URL
Author:
Alexsander de Souza
build: fix maas-ui pre-built asset URL (cherry picked from commit c31a1201d971547 |
|
auto-backport- |
2025-10-30 19:01:37 UTC |
build: fix maas-ui pre-built asset URL
Author:
Alexsander de Souza
build: fix maas-ui pre-built asset URL (cherry picked from commit c31a1201d971547 |
|
auto-backport- |
2025-10-30 19:00:24 UTC |
build: fix maas-ui pre-built asset URL
Author:
Alexsander de Souza
build: fix maas-ui pre-built asset URL (cherry picked from commit c31a1201d971547 |
|
auto-backport- |
2025-10-30 18:58:46 UTC |
build: fix maas-ui pre-built asset URL
Author:
Alexsander de Souza
build: fix maas-ui pre-built asset URL (cherry picked from commit c31a1201d971547 |
|
auto-backport- |
2025-10-02 08:57:46 UTC |
fix: set secondary gateway policy to priority 1000
Author:
Jacopo Rota
fix: set secondary gateway policy to priority 1000 Resolves: LP#2122720 |
|
auto-backport- |
2025-10-02 08:56:27 UTC |
fix: set secondary gateway policy to priority 1000
Author:
Jacopo Rota
fix: set secondary gateway policy to priority 1000 Resolves: LP#2122720 |
|
auto-backport- |
2025-10-02 08:54:47 UTC |
fix: set secondary gateway policy to priority 1000
Author:
Jacopo Rota
fix: set secondary gateway policy to priority 1000 Resolves: LP#2122720 |
|
auto-backport- |
2025-09-30 15:34:28 UTC |
fix(storage): validate /boot/efi on UEFI and block deployment
Author:
Tanzeel Ur Rehman
fix(storage): validate /boot/efi on UEFI and block deployment Resolves LP:1591336 (cherry picked from commit c6ab90e40dc1d58 |
|
auto-backport- |
2025-09-29 16:25:56 UTC |
fix: remove disabled_components CLI help string
Author:
Maik Rebaum
fix: remove disabled_components CLI help string (cherry picked from commit ded4b87aeeb7555 |
|
how-to- |
2025-09-25 15:05:41 UTC |
incorporate reviewer comments and worked toward the spirit of a meta-comment
Author:
Bill Wear
incorporate reviewer comments and worked toward the spirit of a meta-comment |
| 3.3 | 2025-09-24 09:10:10 UTC |
Prepare for 3.3.11 release
Author:
Dariusz Gadomski
Prepare for 3.3.11 release |
|
rewrite- |
2025-09-23 21:35:30 UTC |
fix(docs): revise doc a second time to respond to reviewer comments
Author:
Bill Wear
fix(docs): revise doc a second time to respond to reviewer comments |
|
auto-backport- |
2025-09-23 21:11:25 UTC |
fix: increased power-on timeouts for lxd based vms
Author:
Maik Rebaum
fix: increased power-on timeouts for lxd based vms (cherry picked from commit 6ae53cf4894e430 |
|
auto-backport- |
2025-09-23 21:09:31 UTC |
fix: increased power-on timeouts for lxd based vms
Author:
Maik Rebaum
fix: increased power-on timeouts for lxd based vms (cherry picked from commit 6ae53cf4894e430 |
|
how-to- |
2025-09-23 20:18:32 UTC |
fixed issues spotted by reviewer
Author:
Bill Wear
fixed issues spotted by reviewer |
|
how-to- |
2025-09-23 20:07:32 UTC |
final fixes
Author:
Bill Wear
final fixes |
| real-time-kernel | 2025-09-23 19:50:34 UTC |
actually push the cloud-init changes for a change
Author:
Bill Wear
actually push the cloud-init changes for a change |
|
enhance- |
2025-09-22 16:41:02 UTC |
change Settings > Configuration > Security to Settings > Security
Author:
Bill Wear
change Settings > Configuration > Security to Settings > Security |
|
about-the- |
2025-09-22 16:19:32 UTC |
change hard-to-parse suspensive hyphenation to something more world-friendly
Author:
Bill Wear
change hard-to-parse suspensive hyphenation to something more world-friendly |
|
about-deploying |
2025-09-16 22:02:35 UTC |
fix(docs): Rewrite the deployment explanation to match the tone, style, and l...
Author:
Bill Wear
fix(docs): Rewrite the deployment explanation to match the tone, style, and level of detail of the other machine-related explanation pages. |
|
about-machine- |
2025-09-16 21:02:46 UTC |
fix(docs): complete rewrite of this document, changing focus to what machines...
Author:
Bill Wear
fix(docs): complete rewrite of this document, changing focus to what machines are and how they operate under MAAS, independent of MAAS life-cycle stages |
| fips-kernel | 2025-09-16 20:30:51 UTC |
Walk through the whole document and improve the conversation, with the cloud-...
Author:
Bill Wear
Walk through the whole document and improve the conversation, with the cloud-init choices in mind. |
|
how-to- |
2025-09-15 21:50:29 UTC |
update 7872
Author:
Bill Wear
update 7872 |
|
how-to- |
2025-09-10 20:31:55 UTC |
Updated document to address reviewer comments.
Author:
Bill Wear
Updated document to address reviewer comments. |
| machine-groups | 2025-09-10 17:24:39 UTC |
fix(docs): continue fixing CLI commands to add comments defining replaceable ...
Author:
Bill Wear
fix(docs): continue fixing CLI commands to add comments defining replaceable params |
| dhcp4_dora_handler_ | 2025-09-05 15:32:32 UTC |
test: test if recordReader was closed
Author:
Anton Troyanov
test: test if recordReader was closed |
|
auto-backport- |
2025-09-05 13:19:56 UTC |
fix: wait for LXD to be installed in LXD VM host deployment
Author:
Björn Tillenius
fix: wait for LXD to be installed in LXD VM host deployment When the machine is booting up, installing snaps sometimes fails The previous fix in 2b3bf04be3c1b05 Resolves: LP:2115797 |
|
auto-backport- |
2025-09-05 11:29:58 UTC |
fix: wait for LXD to be installed in LXD VM host deployment
Author:
Björn Tillenius
fix: wait for LXD to be installed in LXD VM host deployment When the machine is booting up, installing snaps sometimes fails The previous fix in 2b3bf04be3c1b05 Resolves: LP:2115797 |
|
feature_ |
2025-09-04 13:51:06 UTC |
Merge branch 'master' into feature_image-sync-workflow
Author:
Alessandro Marcolini
Merge branch 'master' into feature_ Fix conflicts on src/maastempora |
|
about-machine- |
2025-09-03 22:26:34 UTC |
fix(docs): update 'about machine groups' just because it fell out of updating...
Author:
Bill Wear
fix(docs): update 'about machine groups' just because it fell out of updating 'how to manage machine groups' |
|
auto-backport- |
2025-09-03 15:16:11 UTC |
fix: improve performances of domain.`resource_record_count`
Author:
Alessandro Marcolini
fix: improve performances of domain. Switch to a single raw SQL query instead of fetching and looping over Resolves LP:2098967 (cherry picked from commit 7289b33863ae8f6 |
|
auto-backport- |
2025-09-03 09:13:28 UTC |
fix: when deleting a DNS record, do not delete the static IP if there are oth...
Author:
Jacopo Rota
fix: when deleting a DNS record, do not delete the static IP if there are other DNS records pointing to the same IP Resolves: LP:2120556 |
|
auto-backport- |
2025-09-03 09:13:01 UTC |
fix: when deleting a DNS record, do not delete the static IP if there are oth...
Author:
Jacopo Rota
fix: when deleting a DNS record, do not delete the static IP if there are other DNS records pointing to the same IP Resolves: LP:2120556 |
|
auto-backport- |
2025-08-29 15:34:20 UTC |
fix(dns): disable forwarders in authoritative zones
Author:
Jack-Skye Owen-Lloyd-Walters
fix(dns): disable forwarders in authoritative zones - Disable forwarding in authoritative zones so NS delegations are respected Resolves: LP:2118833 |
| about-maas-events | 2025-08-28 22:25:11 UTC |
fix(docs): improve exposition and style in 'about maas events'
Author:
Bill Wear
fix(docs): improve exposition and style in 'about maas events' |
|
about-maas- |
2025-08-28 21:49:22 UTC |
fix(docs): rewrite 'about maas performance' to simplify and improve style'
Author:
Bill Wear
fix(docs): rewrite 'about maas performance' to simplify and improve style' |
|
configure- |
2025-08-28 21:20:10 UTC |
fix(docs): rewrite 'how to configure storage layouts' to actually give advice...
Author:
Bill Wear
fix(docs): rewrite 'how to configure storage layouts' to actually give advice on how to do that, instead of just parroting the storage reference catalog |
| how-to-contact-us | 2025-08-28 21:00:10 UTC |
fix(docs): rewrite+simplify 'how to contact us'
Author:
Bill Wear
fix(docs): rewrite+simplify 'how to contact us' |
| how-to-manage-ha | 2025-08-27 22:33:19 UTC |
updated how-to-manage-high-availability with reviewer comments
Author:
Bill Wear
updated how-to- |
| air-gapped-maas | 2025-08-26 22:52:32 UTC |
fix(docs): rewrite air-gap guide to match new style
Author:
Bill Wear
fix(docs): rewrite air-gap guide to match new style |
| how-to-monitor-maas | 2025-08-26 22:28:38 UTC |
fix(docs): rewrite 'how to monitor maas' in new style
Author:
Bill Wear
fix(docs): rewrite 'how to monitor maas' in new style |
| how-to-report-bugs | 2025-08-26 21:15:58 UTC |
fix(docs): rewrite page to match new document style
Author:
Bill Wear
fix(docs): rewrite page to match new document style |
|
how-to- |
2025-08-26 21:13:26 UTC |
partial updates based on last review
Author:
Bill Wear
partial updates based on last review |
|
repoint- |
2025-08-26 18:55:43 UTC |
test
Author:
Bill Wear
test |
|
authenticate- |
2025-08-25 19:45:58 UTC |
fix(docs): rewrite maas api auth how-to in new style
Author:
Bill Wear
fix(docs): rewrite maas api auth how-to in new style |
|
how-to- |
2025-08-25 18:28:26 UTC |
fix(docs): rewrite 'how to request features' to match new style
Author:
Bill Wear
fix(docs): rewrite 'how to request features' to match new style |
|
expl-landing- |
2025-08-18 22:11:39 UTC |
fix(docs): fix MP review comments
Author:
Bill Wear
fix(docs): fix MP review comments |
|
backup- |
2025-08-18 20:58:23 UTC |
fix(docs): rewrite 'How to back up MAAS' in more professional style
Author:
Bill Wear
fix(docs): rewrite 'How to back up MAAS' in more professional style |
|
install- |
2025-08-18 20:19:04 UTC |
fix(docs): rewrite 'How to get MAAS up and running' in more professional style
Author:
Bill Wear
fix(docs): rewrite 'How to get MAAS up and running' in more professional style |
| test-item | 2025-08-12 15:00:04 UTC |
Merge branch 'test-item' of git+ssh://git.launchpad.net/maas into test-item
Author:
Bill Wear
Merge branch 'test-item' of git+ssh: |
|
update- |
2025-08-11 20:05:22 UTC |
fix(docs): standardize reference landing page
Author:
Bill Wear
fix(docs): standardize reference landing page |
|
auto-backport- |
2025-08-01 15:47:40 UTC |
fix: when the machine is configured with redfish and the bmc_config commissio...
Author:
Jacopo Rota
fix: when the machine is configured with redfish and the bmc_config commissioning script is setting up IPMI, the metadataserver should discard the IPMI specific power parameters and update only the username, password and address. (cherry picked from commit 47f80921846ad87 |
|
auto-backport- |
2025-08-01 15:46:07 UTC |
fix: when the machine is configured with redfish and the bmc_config commissio...
Author:
Jacopo Rota
fix: when the machine is configured with redfish and the bmc_config commissioning script is setting up IPMI, the metadataserver should discard the IPMI specific power parameters and update only the username, password and address. (cherry picked from commit 47f80921846ad87 |
|
auto-backport- |
2025-08-01 15:42:06 UTC |
fix: when the machine is configured with redfish and the bmc_config commissio...
Author:
Jacopo Rota
fix: when the machine is configured with redfish and the bmc_config commissioning script is setting up IPMI, the metadataserver should discard the IPMI specific power parameters and update only the username, password and address. (cherry picked from commit 47f80921846ad87 |
|
checkpoint- |
2025-07-29 18:39:02 UTC |
fix(docs): updating doc repo with latest discourse changes
Author:
Bill Wear
fix(docs): updating doc repo with latest discourse changes |
|
auto-backport- |
2025-07-28 13:24:33 UTC |
fix: do now allow overlapping subnets.
Author:
Jacopo Rota
fix: do now allow overlapping subnets. Resolves LP:1964644 (cherry picked from commit 956c5339d23faea |
|
auto-backport- |
2025-07-24 20:00:17 UTC |
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize reque...
Author:
Jacopo Rota
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize requested by the clients (cherry picked from commit 6151ba7eeab58ee |
|
auto-backport- |
2025-07-24 19:58:49 UTC |
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize reque...
Author:
Jacopo Rota
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize requested by the clients (cherry picked from commit 6151ba7eeab58ee |
|
auto-backport- |
2025-07-24 19:55:30 UTC |
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize reque...
Author:
Jacopo Rota
fix: add tftp_max_blksize rackd configuration to limit the tftp blksize requested by the clients (cherry picked from commit 6151ba7eeab58ee |
|
how-to- |
2025-07-15 20:57:01 UTC |
fix(docs): Add "How to set up power types" back to the doc set and menu, remo...
Author:
Bill Wear
fix(docs): Add "How to set up power types" back to the doc set and menu, removing the relevant sections from the machine management page. |
| about-power-drivers | 2025-07-15 20:08:19 UTC |
fix review comments
Author:
Bill Wear
fix review comments |
|
feature_ |
2025-07-11 12:54:11 UTC |
fix(maasserver): remove empty file
Author:
Javier Fuentes
fix(maasserver): remove empty file |
|
auto-backport- |
2025-07-03 13:30:48 UTC |
fix: turn 0030_drop_all_old_funcs.py to noop
Author:
Stamatis Katsaounis
fix: turn 0030_drop_ Turn this migration as a noop to avoid dropping the entire list of functions belonging to pg_proc table. Since the same table can contain functions from PostgreSQL plugins, like pgaudit, btree_gin, it is dangerous to blindly dropping all of them. Resolves LP:2097079 (cherry picked from commit 401d6695e50c7a5 |
|
auto-backport- |
2025-07-03 13:25:47 UTC |
fix: turn 0030_drop_all_old_funcs.py to noop
Author:
Stamatis Katsaounis
fix: turn 0030_drop_ Turn this migration as a noop to avoid dropping the entire list of functions belonging to pg_proc table. Since the same table can contain functions from PostgreSQL plugins, like pgaudit, btree_gin, it is dangerous to blindly dropping all of them. Resolves LP:2097079 (cherry picked from commit 401d6695e50c7a5 |
|
auto-backport- |
2025-06-24 12:10:05 UTC |
fix: reuse POWER_ACTION_ACTIVITY_TIMEOUT across power and deploy workflows to...
Author:
Jacopo Rota
fix: reuse POWER_ACTION_ Resolves LP:2112206 (cherry picked from commit cb418d929c04770 |
|
branch- |
2025-06-24 11:29:11 UTC |
fix(s390x): when s390x machines are booting in environments with DHCP relay, ...
Author:
Jacopo Rota
fix(s390x): when s390x machines are booting in environments with DHCP relay, extract the MAC address from the lease table and properly populate the BOOTIF kernel parameter. Resolves LP#2112637 (cherry picked from commit d909307b6d03eaf |
|
auto-backport- |
2025-06-23 12:17:12 UTC |
fix(s390x): when s390x machines are booting in environments with DHCP relay, ...
Author:
Jacopo Rota
fix(s390x): when s390x machines are booting in environments with DHCP relay, extract the MAC address from the lease table and properly populate the BOOTIF kernel parameter. Resolves LP#2112637 (cherry picked from commit d909307b6d03eaf |
|
auto-backport- |
2025-06-23 11:09:47 UTC |
fix(s390x): when s390x machines are booting in environments with DHCP relay, ...
Author:
Jacopo Rota
fix(s390x): when s390x machines are booting in environments with DHCP relay, extract the MAC address from the lease table and properly populate the BOOTIF kernel parameter. Resolves LP#2112637 (cherry picked from commit d909307b6d03eaf |
|
auto-backport- |
2025-06-11 08:27:25 UTC |
fix(amt): specify the port in amttool commands and fix the snap layout for perl
Author:
Jacopo Rota
fix(amt): specify the port in amttool commands and fix the snap layout for perl (cherry picked from commit b672c75d2a56235 |
| patch3.5 | 2025-05-08 16:11:04 UTC |
use cloud-init daily ppa
Author:
Jacopo Rota
use cloud-init daily ppa |
| branch-3.6.0 | 2025-04-12 20:37:51 UTC |
Prepare for 3.6.0 release
Author:
Javier Fuentes
Prepare for 3.6.0 release |
| 1 → 100 of 163 results | First • Previous • Next • Last |
Other repositories
| 1 → 100 of 225 results | First • Previous • Next • Last |
