maas:refs/tags/3.1.0

Last commit made on 2021-11-24
Get this branch:
git clone -b refs/tags/3.1.0 https://git.launchpad.net/maas
Members of MAAS Committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
refs/tags/3.1.0
Repository:
lp:maas

Recent commits

f1f8f15... by huwshimi <email address hidden>

Update maas-ui to 91b8c124
chore(all): update the maas-ui version to 3.1.0 (#3319)

* chore(all): update the maas-ui version

* Run CI against the 3.1 branch.

4e68e41... by Alberto Donato

bump version to 3.1.0

d946e84... by Alberto Donato

Revert "remove rb from make_Content to have the same behavior as what's actually passed to action"

This reverts commit 393a57cdf758c10bebbdfe6de5e7c45bf84ff095.

92f5b4e... by Bill Wear

Update maas-offline-docs to 1db3ebeb
reputed to be final HTML docs for 3.1 release

30c3446... by Alberto Donato

LP:1951398 keep @= parameters as uploaded files for POST actions

When @= is used in the CLI to read a parameter from file, only read the content
directly if the action is GET or DELETE, otherwise pass it as a file, so that
it gets multipart-encoded correctly (the filename= parameter is set in the
Content-Disposition header).

f9c5db9... by Alexsander de Souza

LP:1950827 urlparse doesn't work if scheme is missing

aadd3c6... by Caleb Ellis

Update maas-ui to 8cdaac4f
fix(ui): fix bug where boot resources that share os/release/arch were handled incorrectly (#3268)

This branch includes the boot resource id in the form image values, instead of matching
based on identical os/release/arch.

945775f... by Alberto Donato

LP:1947629 ignore old images removal errors, log them

This makes the image removal continue if removal of one or more cache files/directories
fails.

f7731a0... by Bill Wear

bring maas UI and offline docs to 3.1

bace2c6... by Bill Wear

Prepare for 3.1.0 RC1 release