From d64e77aeeb514227815333f6b1a1f2898a184610 Mon Sep 17 00:00:00 2001 From: Giuseppe Tribulato Date: Sun, 21 Apr 2024 13:10:16 +0200 Subject: [PATCH] Document support for Kubernetes 1.30 --- README.md | 2 +- docs/resources-and-models.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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