charm-kubernetes-master:release_1.25

Last commit made on 2022-11-30
Get this branch:
git clone -b release_1.25 https://git.launchpad.net/charm-kubernetes-master

Branch merges

Branch information

Name:
release_1.25
Repository:
lp:charm-kubernetes-master

Recent commits

172e659... by Adam Dyess

Addition of pip==20.0.2 and psutil==5.9.2 (#252)

* Addition of pip==20.0.2

In order to facilitate the charm installation of flit-core, pip version 20.0.2 is necessary
See [LP#1991957](https://bugs.launchpad.net/charm-kubernetes-master/+bug/1991957) for details

* charm requires setuptools>=45.2.0 in order to install psutil

* update the statement in wheelhouse.txt

* pin both pip==20.0.2 and psutil==5.9.2 for bionic installations

2fd98e8... by Adam Dyess

CSIMigrationAzureDisk cannot be set False in 1.25+ (#251)

* CSIMigrationAzureDisk cannot be set False in 1.25+

* catch every mention of CSIMigrationAzureDisk

b1aa13e... by George Kraft

Remove IPv6DualStack feature gate (#250)

* Remove IPv6DualStack feature gate

* upload debug artifacts on integration test failures

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

e62f986... by George Kraft

Add flit-core<4 as a wheelhouse.txt requirement for building idna wheel (#246) (#247)

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

dc2f71e... by Adam Dyess

Address LP#1988867 by properly parsing the node status (#245)

40c0975... by George Kraft

Don't set CSIMigrationAWS or CSIMigrationGCE on k8s 1.25+ (#244)

e0c5b87... by Kevin W Monroe

make 1.25/stable the default snap channel for release_1.25 (#243)

5b77861... by Stone Preston <email address hidden>

Append CSIMigrationvsPhere feature gate (#242)

50d82b1... by Adam Dyess

integrate with interface:kube-control new taints-and-labels feature (#238)

* integrate with interface:kube-control new taints-and-labels feature

* address lint and formatting

* fix actually default taints and labels

7a0704f... by Stone Preston <email address hidden>

Fix version check when applying PSP (#241)

* Fix version check when applying PSP

* Adjust unit tests

* Adjust to account for possible 2 length version tuple