charm-kubernetes-master: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-kubernetes-master

Branch merges

Branch information

Name:
release_1.24+ck1
Repository:
lp:charm-kubernetes-master

Recent commits

6444907... by Adam Dyess

enable jammy support for this charm (#233)

* enable jammy support for this charm

* Update metadata.yaml

* remove xenial

* as of pytest-asyncio>=0.19, auto must be specified

b443a96... by Chris Johnston <email address hidden>

Update charmhub links (#234)

4a739e8... by Nick Veitch

Update kubernetes_control_plane.py (#232)

d10e734... by Stone Preston <email address hidden>

Cni relation/image registry (#231)

* share service_cidr over cni relation

* Share image-registry over CNI relation

* Fix linting

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

a02bf6f... by Adam Dyess

share service_cidr over cni relation (#230)

40fd851... by Adam Dyess

deploy integration tests based off kubernetes-core + an overlay (#226)

* deploy integration tests based off kubernetes-core + an overlay

* use feature/render_overlays branch of pytest-operator

* Testing with python-3.10 (#225)

* Testing with python-3.10
* mock more appropriately the glob and exists methods of Path
* use existing mock get_ingress_address rather than re-mock it

* Update test_kubernetes_control_plane_integration.py

* use latest pytest-operator

* Use reusable workflows lint-unit and wheelhouse

ba87047... by Adam Dyess

Update bug links (#227)

1bd8f33... by George Kraft

Restart the auth-webhook service after certs change (#229)

fb44600... by Nobuto Murata

Use recommended cipher suites by default (#228)

To exclude Triple DES Ciphers and Obsoleted CBC ciphers. The default
list in this charm can be hardened further by an operator for instance:

juju config kubernetes-control-plane api-extra-args="
    tls-min-version=VersionTLS13
"
or supplying an explicit list to "tls-cipher-suites".

Closes-Bug: LP: #1970993

a146343... by Adam Dyess

Testing with python-3.10 (#225)

* Testing with python-3.10
* mock more appropriately the glob and exists methods of Path
* use existing mock get_ingress_address rather than re-mock it