~troyanov/maas:go-copyright-lint

Last commit made on 2024-04-04
Get this branch:
git clone -b go-copyright-lint https://git.launchpad.net/~troyanov/maas
Only Anton Troyanov can upload to this branch. If you are Anton Troyanov please log in for upload directions.

Branch merges

Branch information

Name:
go-copyright-lint
Repository:
lp:~troyanov/maas

Recent commits

12fc1f0... by Anton Troyanov

fixup! chore: lint copyright header in Go files

17f7713... by Anton Troyanov

chore: lint copyright header in Go files

52dbc69... by Nick De Villiers

Update maas-ui to 9d9edb4b5
fix(machines): Broken routes for machine and controller logs lp2060133 (#5387)

d792780... by Seyeong Kim

Fixing memory leak when we use apt_pkg in deb.py

76e0fb0... by Anton Troyanov

feat(temporal): enable mTLS

Use MAAS cluster key/cert and CA to configure Temporal mTLS [0]

[0]: https://docs.temporal.io/self-hosted-guide/security#encryption-in-transit-with-mtls

Resolves LP:2058332

ecc6894... by Peter Makowski

Update maas-ui to e4c49ba9e
fix: static routes edit and delete lp#2060176 lp#2060177 MAASENG-2966 (#5385)

- add e2e test for static routes

34d4731... by Jacopo Rota

fix: generate a root maas CA certificate to sign the cluster certificate to be used by temporal mTLS.

bd7ac34... by Anton Troyanov

fix(deb): remove Temporal config files

Resolves LP:2057917

5077bdb... by Jacopo Rota

fix: remove comments from setup.cfg

ee887a4... by Jacopo Rota

fix: lp-2029522. Check if the connection was already dropped in the connectionpool disconnect method.