Kubernetes Java Client Fixes Path Traversal in Copy Utility

   |   5 minute read

The kubernetes-client/java project recently shipped a critical security fix to prevent path traversal when copying files from pods using a non-tar fallback mechanism. This update also brings better build consistency through Bazel dependency synchronization and several mandatory library bumps for security auditing.

Read More >>

Kubernetes Python Client v36.0.2 Patch Release

   |   3 minute read

The Kubernetes Python client shipped v36.0.2 on June 1, 2026. This is the third tag in the v36.0.x line, landing about a week after v36.0.0 and four days after v36.0.1. The release notes from GitHub do not list individual fixes; the actual diff lives in the release-36.0 branch changelog, and this post walks through how to pull it in and where to look for the details.

Read More >>

Kubernetes Python Client v36.0.1 Stable Release

   |   3 minute read

The kubernetes-client/python project published the v36.0.1 stable tag on May 20, 2026. This is a patch release in the 36.0.x line, marked as non prerelease, so it is intended for production installs rather than testing.

Read More >>

Kubernetes Python Client v36.0.0 Stable Release Notes

   |   3 minute read

The official Kubernetes Python client tagged v36.0.0 on May 20, 2026. The published GitHub release is intentionally short and points users at the install commands and the full changelog on the release-36.0 branch. This post collects what is on the release page, plus the practical bits operators usually want before bumping the version in production code.

Read More >>
Page 1 of 1
denis256 at denis256.dev