Argo Workflows v3.7.15 - Semaphore Fixes and Security Patches

   |   4 minute read

Argo Workflows v3.7.15 shipped on June 10, 2026 as a stable patch on the 3.7 line. The headline fix is semaphore and mutex initialization soundness, which matters if you run workflows that depend on sync limits across controllers.

Read More >>

Terratest Activity: Kubernetes v0.36.2 Support and CI Hygiene

   |   5 minute read

Terratest continues its steady pace of maintenance with a focus on keeping its Kubernetes integration current and refining its internal development workflows. The latest updates bring support for Kubernetes v0.36.2 dependencies and a cleanup of the continuous integration configuration to remove inherited rules that no longer apply.

Read More >>

Apache Airflow Helm Chart 1.22.0 - Image and Version Bumps

   |   4 minute read

Apache Airflow Helm Chart 1.22.0 was released on June 13, 2026. This version bumps the default Airflow image to 3.2.2 and sets a new minimum requirement for the Helm binary itself.

Read More >>

Kubernetes v1.36.2 - Dynamic Resource Allocation Fixes and CSI Stability

   |   3 minute read

Kubernetes v1.36.2 arrived on June 12, 2026, as the second patch release for the 1.36 branch. This update delivers critical fixes for the Dynamic Resource Allocation system and addresses a storage issue that could lead to stale volume data.

Read More >>

Kubernetes v1.34.9 Release - Binary Secret Fix and Go Update

   |   4 minute read

Kubernetes v1.34.9 arrived on June 12, 2026, delivering a set of critical stability fixes for production clusters and a toolchain update to Go 1.25.11. This patch release specifically addresses a nasty regression involving binary data in Secret objects and a storage bug that could leave volumes in a stale state after transient failures.

Read More >>

OpenShift Origin Activity: TLS Test Refactors and Node Config Migration

   |   4 minute read

OpenShift Origin saw a focused week of test infrastructure hardening and node level configuration verification. The standout changes include a deep refactoring of TLS observation tests and the migration of container runtime configuration tests to the extended suite.

Read More >>

Kubernetes v1.35.6 Release - Critical CSI Fix and Go Update

   |   4 minute read

Kubernetes v1.35.6 arrived on June 12, 2026, as a standard patch release for the current stable branch. This update is particularly important for clusters using CSI drivers due to a bug that could lead to stale volume data. It also updates the build environment to Go 1.25.11 and addresses several panics in the scheduler and networking components.

Read More >>

Kubernetes v1.33.13 Release Notes: Security Fixes and Kubeadm Stability

   |   4 minute read

Kubernetes v1.33.13 is out today, providing a critical security patch for stream multiplexing and fixing a cluster initialization bug in kubeadm. As the v1.33 series approaches end of life later this month, this update ensures stability for production clusters running on the Octarine release line.

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 >>

Prefect 3.7.2 ships worker channel and cloud worker fixes

   |   4 minute read

A look at what landed in PrefectHQ/prefect over the past week. The 3.7.2 release went out, the new worker channel got handshake and snapshot plumbing, and the Azure container worker finally retries on transient 5xx responses. About 53 commits across 421 files.

Read More >>

kube-scheduler This Week, Workload API v1alpha3 and a Go 1.27 Net Bump

   |   5 minute read

A quiet week for kubernetes/kube-scheduler on the surface: four commits, mostly module file churn. Under the churn there is one real story for operators, the promotion of the scheduling workload API to v1alpha3 with a breaking shape change to DisruptionMode, plus a golang.org/x/net bump that unblocks Go 1.27 tip builds.

Read More >>

OpenTofu Ships SSH and S3 Fixes while kubernetes-client/java Moves CI to Bazel

   |   4 minute read

Quick scan of the last week in two open source repos: OpenTofu shipped real bugfixes plus a CLI argument refactor, while the kubernetes-client/java repo spent the week migrating its Java build from Maven to Bazel under a copilot bot.

Read More >>

Azure CLI Guide - Install, Connect, Deploy Kubernetes and PostgreSQL

   |   3 minute read

Complete guide to Azure CLI installation, cloud connection, Kubernetes cluster deployment, and PostgreSQL setup

Read More >>

Kubectl notes

   |   2 minute read

kubectl is a command-line tool for Kubernetes, a powerful system for managing containerized applications.

Here are some of the most useful kubectl commands that are essential for interacting with a Kubernetes cluster

Read More >>
<< Previous  |  Page 2 of 4  |  Next >>
denis256 at denis256.dev