charm-multus:addyess-patch-1

Last commit made on 2022-12-15
Get this branch:
git clone -b addyess-patch-1 https://git.launchpad.net/charm-multus

Branch merges

Branch information

Name:
addyess-patch-1
Repository:
lp:charm-multus

Recent commits

4c25cef... by Stone Preston <email address hidden>

Update requirements.txt

2fff779... by Adam Dyess

Update requirements.txt

Pin multus charm to 1.26 release version of ops-lib-manifest

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

7568a9e... by George Kraft

Update README to make sense in the charm store (#11)