diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index ec0f906..5578f30 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - k8s: [ '1.23', '1.27' ] + k8s: [ '1.25', '1.29' ] name: E2E test in K8s ${{ matrix.k8s }} runs-on: ubuntu-20.04 steps: diff --git a/README.md b/README.md index 6fcc80a..e7cde65 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Modern lightweight kubernetes module for python * Models and resources generated from the swagger specifications using standard dataclasses. * Load/Dump resource objects from YAML. * Support for async/await -* Support for installing a specific version of the kubernetes models (1.15 to 1.29) +* Support for installing a specific version of the kubernetes models (1.15 to 1.30) * Lazy instantiation of inner models. * Fast startup and small memory footprint as only needed models and resources can be imported. * Automatic handling of pagination when listing resources. diff --git a/docs/resources-and-models.md b/docs/resources-and-models.md index 2a289e3..2ba593b 100644 --- a/docs/resources-and-models.md +++ b/docs/resources-and-models.md @@ -2,6 +2,7 @@ ## Reference lightkube-models +[1.30](https://gtsystem.github.io/lightkube-models/1.30), [1.29](https://gtsystem.github.io/lightkube-models/1.29), [1.28](https://gtsystem.github.io/lightkube-models/1.28), [1.27](https://gtsystem.github.io/lightkube-models/1.27), @@ -16,7 +17,7 @@ lightkube-models [1.18](https://gtsystem.github.io/lightkube-models/1.18), [1.17](https://gtsystem.github.io/lightkube-models/1.17), [1.16](https://gtsystem.github.io/lightkube-models/1.16), -[1.15](https://gtsystem.github.io/lightkube-models/1.15) +[1.15](https://gtsystem.github.io/lightkube-models/1.15). ## Resources