maas:2.9.2-branch

Last commit made on 2021-03-18
Get this branch:
git clone -b 2.9.2-branch https://git.launchpad.net/maas
Members of MAAS Committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
2.9.2-branch
Repository:
lp:maas

Recent commits

c3e7848... by Adam Collard

Set GO111MODULE to off to build with latest go snap

ac176b5... by Adam Collard

Release 2.9.2

88e1421... by Bill Wear

Update maas-offline-docs to ef1a153
Update API docs to 2.9.2 level: full build

45b2db8... by Adam Collard

Release 2.9.2 RC1

397cf02... by Bill Wear

Update maas-offline-docs to 034a6ef
Update 2.9 docs w/cum chgs to master branch, relevant for 2.9.2: full build

6afd5af... by Adam Collard

Fix error when enabling debug in the snap

Cherry-pick of 767aafc605420afd237ec71c0d81049c5e84e026

449dfee... by Caleb Ellis

Update maas-ui to 3ef0167
fix(ui): fix broken width interpolation in KVM compose form (#2073)

e8a350e... by Lee Trager

LP: #1914165 - Allow a custom port to be used with the Proxmox driver.

Cherry-pick ccda539eee75c82d10bb32d1a6dff2cb48f954df

50b023b... by Victor Tapia

Set PORTS_ARCHES instead of MAIN_ARCHES as default for the ports archive (LP:#1894116)

fe186ae... by Lee Trager

LP: #1911825 - Don't set BMC.ip_address when power_address contains an FQDN

When a BMC is created or edited MAAS maps its IP address to a subnet which
is stored in the model. This allows MAAS to send power commands only to
rack controllers which are on the same subnet as the BMC. If no rack
controller is on the same subnet as the BMC the power command is sent to
all rack controllers. When an FQDN or hostname were given an exception was
raised as MAAS expected an IP address. The exception is now avoided so the
fallback code is used which allow for FQDN or hostnames in the
power_address.

Backport of 19a09e6