charm-multus:release_1.24+ck1

Last commit made on 2022-07-22
Get this branch:
git clone -b release_1.24+ck1 https://git.launchpad.net/charm-multus

Branch merges

Branch information

Name:
release_1.24+ck1
Repository:
lp:charm-multus

Recent commits

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)

52a37a4... by Nick Veitch

Add license and contributing docs (#10)

* Create LICENSE

* Add files via upload

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

4a90f9f... by Cory Johns

Remove forcing /snap/bin to front of PATH (#9)

* Remove forcing /snap/bin to front of PATH

CI needs to use the pip package of charmcraft due to the use of a
non-standard HOME dir, and if a dev is using the snap then they should
already have it on the PATH.

* Only run one set of GitHub Workflow per PR update

6a6d72f... by Cory Johns

Update build scripts (#8)

Update build scripts to use charmcraft snap and skip unzip step since
charm push now supports archive files.