From d08c477908db4d29a6814bd98b4ee03a5c548427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:48:16 +0000 Subject: [PATCH 1/4] Bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 242c52a..a09aa45 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: UV_SYSTEM_PYTHON: 1 steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - name: Setup uv uses: ./.github/actions/setup-uv diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b4d49c..4b0e89a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: env: MAX_PARALLEL_DOWNLOAD: 10 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - name: Setup uv uses: ./.github/actions/setup-uv From d56a1d057c89005ea25df7dc7c8459ce4e5edebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:25:16 +0000 Subject: [PATCH 2/4] Bump dependabot/fetch-metadata from 2.4.0 to 3.0.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/08eff52bf64351f401fb50d4972fa95b9f2c2d1b...ffa630c65fa7e0ecfa0625b5ceda64399aea1b36) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index a0374bd..0dd1385 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Fetch Dependabot metadata id: meta - uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b #2.4.0 + uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 #3.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} From cf83be69d6365cad93952c7ce637d6e6826a1929 Mon Sep 17 00:00:00 2001 From: Sergei Monakhov Date: Mon, 27 Apr 2026 17:39:30 +0300 Subject: [PATCH 3/4] add k8s 1.36 --- kube_models_generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube_models_generator.sh b/kube_models_generator.sh index 24a78e4..91919e3 100644 --- a/kube_models_generator.sh +++ b/kube_models_generator.sh @@ -2,7 +2,7 @@ K8S_REPO_URL="${K8S_REPO_URL:-https://github.com/kubernetes/kubernetes}" K8S_OPENAPI_SPEC_PATH="${K8S_OPENAPI_SPEC_PATH:-api/openapi-spec/v3}" -K8S_VERSIONS="${K8S_VERSIONS:-1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 1.31 1.32 1.33 1.34 1.35}" +K8S_VERSIONS="${K8S_VERSIONS:-1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 1.31 1.32 1.33 1.34 1.35 1.36}" OPENAPI_SPEC_DIR="${OPENAPI_SPEC_DIR:-.run/kube_openapi_spec}" DATA_MODEL_DIR="${DATA_MODEL_DIR:-packages/kube_models/src/kube_models}" From 905771811bfc3cdf0e9dcef3642f0b67e6f5fee2 Mon Sep 17 00:00:00 2001 From: Sergei Monakhov Date: Mon, 27 Apr 2026 18:36:01 +0300 Subject: [PATCH 4/4] bump kube-models --- packages/kube_models/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kube_models/pyproject.toml b/packages/kube_models/pyproject.toml index f6d01aa..1166504 100644 --- a/packages/kube_models/pyproject.toml +++ b/packages/kube_models/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "kube-models" -version = "0.4.1" +version = "0.5.0" requires-python = ">=3.10" description = "Python dataclasses for all Kubernetes built-in resources (v1.23+)" readme = "README.md"