Argo Workflows v4.0.7 - Quick Start Release Notes

   |   3 minute read

Argo Workflows v4.0.7 was published on July 7, 2026. This release is not marked as a prerelease, and its GitHub notes are mostly a quick start path for installing the CLI, controller, and server rather than a long list of fixes.

Read More >>

Argo Workflows v3.7.16 - Quick Start Release

   |   3 minute read

Argo Workflows v3.7.16 was published on July 7, 2026, as a regular release, not a prerelease. The release notes do not enumerate feature fixes; they present the Quick Start path for installing the matching CLI and applying the controller and server manifest for this tag. For engineers checking what changed in Argo Workflows v3.7.16, the useful point is operational: use the versioned assets from this release page and check the upstream change and upgrade material before moving production controllers.

Read More >>

Prefect Kubernetes Probes and Worker Safety Updates

   |   5 minute read

Recent activity in Prefect, the open source workflow orchestration project, is mostly about fewer surprises in production. The headline change is clearer Kubernetes health behavior, backed by worker changes that move generated environment values into Secrets when operators opt in.

Read More >>

Terratest v1.0.1 - Maintenance Phase and Deprecations

   |   3 minute read

Terratest v1.0.1 was published on June 27, 2026, and it marks the start of the v1 maintenance phase for the Gruntwork test library. The main user visible change is a set of deprecation annotations that point users away from helper packages planned for removal in v2, while keeping this release safe for current v1 users. It is not marked as a prerelease.

Read More >>

kube-scheduler Module Pins and Snapshot Listers

   |   5 minute read

kube-scheduler, the Kubernetes scheduler module mirror, had a quiet but useful week: dependency pins moved forward, etcd reached 3.7.0, and mutable scheduler snapshots got a cleaner interface. This is not a flashy feature week. It is the kind of maintenance that matters when you build scheduler plugins or track Kubernetes master from Go modules.

Read More >>

Kubernetes Java Client Keeps AWS SDK and Bazel in Sync

   |   4 minute read

The kubernetes-client/java project, the Java client library for Kubernetes, had a small dependency refresh this week that is still worth reading if you ship it inside services. The headline change is an AWS SDK for Java 2 patch bump from 2.46.18 to 2.46.20, followed by a Bazel sync so Maven and Bazel builds resolve the same artifacts.

Read More >>

Kubernetes Master Activity: PodGroup Validation and Scheduler Fixes

   |   5 minute read

Kubernetes is the container orchestration project most teams meet through clusters, but this week the interesting work is in the machinery behind new scheduling APIs. The master branch activity is worth reading if you build controllers, scheduler plugins, or clients against alpha APIs. The headline is PodGroup policy work, with preemptionPolicy, workloadRef, and broader declarative validation all moving at once.

Read More >>

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 3 of 5  |  Next >>
denis256 at denis256.dev