charm-multus:release_1.29

Last commit made on 2023-01-31
Get this branch:
git clone -b release_1.29 https://git.launchpad.net/charm-multus

Branch merges

Branch information

Name:
release_1.29
Repository:
lp:charm-multus

Recent commits

e57c10b... by Adam Dyess

update ops-lib-manifest (#23)

* update ops-lib-manifest

057494f... by Mateo Florido <email address hidden>

[LP#1999427] retry install-upgrade hook when ManifestClientError occurs (#22)

* Update ops.lib.manifests

* migrate tests to use vsphere-cloud-provider and it's default storage

* address linting

* use a default model config for vsphere testing

* re-introduce containerd no_proxy to include internal subnets to no_proxy

* lint issue for py3.7

Co-authored-by: Adam Dyess <email address hidden>

b37b02c... by Adam Dyess

Update requirements.txt (#21)

* Pin multus charm to 1.26 release version of ops-lib-manifest
Co-authored-by: Stone Preston <email address hidden>

24a7d44... by Mateo Florido <email address hidden>

Convert Multus to the Sidecar pattern (#20)

* Conversion to Sidecar pattern

* Fix lint

* Remove cached-property

* Address comments

* Fix unit tests

15d8807... by Adam Dyess

enable jammy support for this charm (#18)

* enable jammy support for this charm

* Update charmcraft.yaml

981e6ce... by Adam Dyess

lint, and inclusivity check on PR (#17)

* lint, and inclusivity check on PR

* adjust actions

* Update HACKING.md

Co-authored-by: Stone Preston <email address hidden>

Co-authored-by: Stone Preston <email address hidden>

347aef2... by Adam Dyess

Update metadata.yaml (#16)

8eab0d1... by George Kraft

Add charmcraft.yaml (#15)

e02bd78... by Hemanth Nakkina

Change net-attach-def crd based on apiextensions.k8s.io/v1 API spec (#14)

CRD spec apiextensions.k8s.io/v1beta1 is removed from v1.22.
Modify the network-attachment-definition CRD based on
apiextensions.k8s.io/v1

[1] https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122

Closes-Bug: #1957032

Co-authored-by: Hemanth Nakkina <email address hidden>

34d344d... by Cory Johns

Remove Makefile and script dir (#13)

We ended up [abandoning][1] the `Makefile` / `script/build` convention
for building the charms, but not all of the charms got cleaned up.

[1]: https://github.com/charmed-kubernetes/jenkins/pull/647