~cgrabowski/maas:revert_vendoring_and_backport_master_vendoring

Last commit made on 2022-08-24
Get this branch:
git clone -b revert_vendoring_and_backport_master_vendoring https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
revert_vendoring_and_backport_master_vendoring
Repository:
lp:~cgrabowski/maas

Recent commits

8d1ed20... by Alberto Donato

ensure vendored dependencies are present before building go binaries
(cherry picked from commit 7756b5cbb21223a56b6f4601eb7c2b89f0e2f2d8)

23b90a9... by Alberto Donato

fix go build in the snap (first vendor dependencies, then build binaries)

(cherry picked from commit 02cde9449e00b90929cd97b91f8d88ec96d9e105)

a820128... by Christian Grabowski

Prepare for 3.2.4 release

a80ce85... by Christian Grabowski

add back in the vendor build target dependency

9201fb9... by Christian Grabowski

Prepare for 3.2.3 release

06ae08b... by Alberto Donato

set the GOMODCACHE var when building go packages
This also drops the dependency on the "vendor" target when building since this
is not needed during build and might cause network traffic to update packages,
which fails in Launchpad package builds.
(cherry picked from commit 435d8e6f966a6af015cba8096fa40423d4638ed6)

f0f96fa... by Christian Grabowski

Prepare for 3.2.2 release

d25c4e2... by Christian Grabowski

handle unlinked interfaces when counting HA VLANs
(cherry picked from commit ea45233cce0dc3e9b988d7eead509057ec67ddd7)

a2a841d... by Christian Grabowski <email address hidden>

Prepare for 3.2.1 release

fc5acab... by Christian Grabowski

ensure node is up to date before dehydrating
(cherry picked from commit 624798b11123c4696d80371ff66ab1b3487e76e8)

include controller interface form
(cherry picked from commit 819793ab4be1211efd768a09117f5f111aed833a)

use boot interface in test
(cherry picked from commit deef8f19afee791102c6a3f1349b30a19a87bfda)

move _update_obj_tags to the Node handler for both Controller and Machine handlers
(cherry picked from commit 459bb180a305056d41bc81a7c425bf30e31e582c)

move form import to correct file
(cherry picked from commit 608e094b658d1c5a96f707f436d712074bc91ab7)

move _get_node_or_permission_error to Node handler for use with Controller and Machine handlers
(cherry picked from commit b017a09d54633068ac0454cb99fab932d00a67b1)

move update_interface into Node handler for controller to inherit
(cherry picked from commit 948601b5b7a57bd9e8b8453e6de00976ba6394bf)