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

Kafka Activity: Share Groups Stability and Streams Static Membership

   |   5 minute read

The Apache Kafka project continues to refine its next generation features with significant updates to share groups and the new Kafka Streams rebalance protocol. This week the maintainers landed a major algorithmic improvement for state management and a critical fix for a RocksDB native memory leak.

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

Terragrunt v1.0.8 - Faster Read Tracking and S3 Virtual Hosting

   |   4 minute read

Terragrunt v1.0.8 arrived on June 10 2026 with performance improvements for large module sources and better support for S3 virtual hosted style URLs. This release also fixes a long standing issue with assume role list attributes and improves how completed experiments are handled during HCL validation.

Read More >>

Terraform v1.15.6 - JSON Plan and Console Panic Fixes

   |   3 minute read

The HashiCorp team released Terraform v1.15.6 on June 10, 2026, delivering several critical bug fixes for operators managing infrastructure at scale. This patch update focuses on improving the reliability of state management blocks and fixing stability issues in the interactive console.

Read More >>

cloud-nuke v0.51.0: AWS Backup Plans and Dry Run for Defaults

   |   4 minute read

The cloud-nuke project released version v0.51.0 on June 10, 2026, introducing support for AWS Backup plans and a new preview mode for default resource cleanup. This update also brings critical fixes for SageMaker endpoint deletion and IAM instance profile tagging. This release marks another step in making the tool more robust for automated environment cleanup in complex AWS accounts.

Read More >>

Terragrunt This Week: Dependency Cleanup, CAS Expansion, and Panic Fixes

   |   4 minute read

Terragrunt landed 29 commits this past week. The bulk of the work falls into two buckets: a systematic purge of third party Go dependencies in favor of the standard library, and a significant expansion of the content addressable storage (CAS) layer to support non git sources. Several panic fixes also shipped that affect real user workflows.

Read More >>

cloud-nuke Adds AWS Backup Plan Support And Hits An EFS Gotcha

   |   4 minute read

cloud-nuke is the AWS resource cleanup tool from Gruntwork. The last week brought one feature commit and one quick CI follow up, both about the same thing: AWS Backup Plans are now a supported resource type, and the team caught the inevitable side effect within a day.

Read More >>

Terragrunt v1.0.6 - Bug Fixes and New Experiments

   |   4 minute read

Terragrunt v1.0.6 shipped on May 25, 2026. It is mostly a bug fix wave plus two new experiments and a TUI update for the catalog redesign. The download_dir hang on a non hidden subdirectory and the race in parallel stack parsing are the headline fixes.

Read More >>

Apache Airflow this week, multi team triggerer and dags clear CLI

   |   4 minute read

Apache Airflow shipped 143 commits to main in the last seven days, touching 1,210 files across 46,490 insertions and 11,241 deletions. The headline change is multi team triggerer support landing as a schema migration on the trigger table, plus a new airflow dags clear CLI for partition range reprocessing. This post walks the activity that actually matters for operators and DAG authors who follow apache/airflow.

Read More >>

Terragrunt v1.0.5 release notes and key changes

   |   4 minute read

Terragrunt v1.0.5 from gruntwork-io shipped on May 18, 2026. The headline change: when the provider cache server talks to the OpenTofu registry, a single terragrunt init now writes a .terraform.lock.hcl with h1: hashes for every platform the registry supports, so you no longer need to run tofu providers lock -platform=... for each target architecture.

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

tmux reference

   |   4 minute read

If you spend a lot of time in the terminal, you’ve probably heard of tmux. It’s a terminal multiplexer — a tool that lets you create multiple terminal sessions inside a single window, detach from them, and reattach later, even across different machines or after an SSH disconnection. In short, it makes your terminal workflow persistent, flexible, and powerful.

I’ve been using tmux daily for years, and it’s one of those tools that feels indispensable once you get comfortable with it. This post is a deep dive into what tmux is, why it matters, and how to use it effectively — written as a friendly guide rather than a dry man page.

Read More >>

Advanced Terragrunt CLI Features - Beyond Basic Infrastructure Management

   |   3 minute read

Discover powerful Terragrunt CLI features that enhance infrastructure management at scale beyond traditional Terraform workflows.

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