Posts
-
Introducing kube-oidc-gateway: Securely Exposing Kubernetes OIDC Endpoints
On January 13, 2026, we are excited to announce the launch of kube-oidc-gateway, a lightweight reverse proxy designed to solve a critical challenge for operators of hardened Kubernetes clusters: exposing OIDC discovery and JWKS endpoints without compromising security. What is kube-oidc-gateway? kube-oidc-gateway is a production-ready tool that allows external systems to verify Kubernetes ServiceAccount tokens via OpenID Connect (OIDC). In many secure environments, Kubernetes clusters are configured with --anonymous-auth=false to prevent unauthorized access to the API server. While this is...
Read article -
Peek Under the Hood: prompt2json v0.2.0 Introduces Dry-Run Debugging
Released on January 6, 2026, prompt2json v0.2.0 is all about enhancing observability and the developer experience. This release introduces powerful “dry-run” capabilities that let you inspect exactly what is being sent to the LLM, alongside a comprehensive overhaul of our documentation to help you get up and running faster. What’s new The highlight of v0.2.0 is the introduction of dry-run debugging flags. When working with complex JSON schemas and intricate system instructions, it can be difficult to know exactly how...
Read article -
Announcing clip4llm v1.0.0: Streamline Your LLM Context Workflow
Released on January 5, 2026, clip4llm v1.0.0 marks the first stable release of our utility designed to bridge the gap between your local filesystem and Large Language Models. By automating the gathering and formatting of file contents, clip4llm eliminates the tedious manual copying of code and text, allowing you to feed rich, structured context into your LLMs with a single command. What’s new This milestone release transitions clip4llm from beta to a stable 1.0 version, ensuring a reliable experience for...
Read article -
goenvecho v1.3.0: Enhancing Visibility with Pretty Printing
Released on January 3, 2026, goenvecho v1.3.0 brings a welcome quality-of-life improvement to your container diagnostics. This release focuses on making the tool’s output more accessible and readable, simplifying the way you verify environment configurations in your development and testing environments. What’s new The headline feature of v1.3.0 is the introduction of JSON Pretty Printing. Previously, goenvecho returned environment variables in a compact JSON format—efficient for machines, but often a wall of text for humans. Now, you can simply set...
Read article -
prompt2json v0.1.1: Enhancing GCP Integration and Documentation
Released on January 2, 2026, prompt2json v0.1.1 brings significant improvements to the robustness of our Google Cloud Platform (GCP) integration and a comprehensive expansion of our documentation to help users get started more quickly. What’s new Robust GCP Input Validation To reduce API errors and provide faster feedback, v0.1.1 introduces strict input validation for GCP components. By integrating gcpvalidate, the tool now verifies Project IDs, regions, and Vertex AI model names before any API calls are made. This means you’ll...
Read article -
gcpvalidate v0.1.1: Expanding Vertex AI Resource Validation
Released on January 1, 2026, gcpvalidate v0.1.1 introduces a targeted update to the library’s Vertex AI validation logic. This release ensures that the library remains aligned with Google Cloud’s naming conventions, providing developers with more accurate client-side validation for AI resources. What’s new The core of this release is the addition of support for periods (.) within Vertex AI model and endpoint names. Previously, the validator was more restrictive, but it now correctly recognizes identifiers that include version numbers separated...
Read article -
Introducing gcpvalidate: High-Performance Syntactic Validation for Google Cloud
On January 1, 2026, we are excited to announce the launch of gcpvalidate, a specialized Go library designed to bring syntactic validation of Google Cloud Platform (GCP) resource identifiers directly to your client-side code. By allowing developers to validate the format of identifiers before they ever leave the application, gcpvalidate helps build more robust, efficient, and cost-effective cloud integrations. Key Capabilities gcpvalidate provides a suite of precise validators for the most commonly used GCP resources, ensuring your identifiers adhere to...
Read article -
Strengthening the Echo: goenvecho v1.2.0 is Here
On December 27, 2025, we released goenvecho v1.2.0. This update focuses on enhancing the security and stability of our environment debugging tool, ensuring that your development workflows are as secure as they are efficient. What’s new Non-Root Execution: The Docker container now runs the application as a non-privileged user, significantly improving the security posture of the deployment. Runtime Updates: We have updated the Go runtime to version 1.25.5, ensuring the application benefits from the latest stability and performance improvements. Tooling...
Read article -
hellorest v1.2.0: Enhancing Security and Stability
Released on December 26, 2025, hellorest v1.2.0 is a focused maintenance and security update. This release strengthens the security posture of our minimal REST API, ensuring that it remains a safe and predictable tool for testing your API responses and networking configurations. What’s new The headline update in v1.2.0 is the transition to non-root execution. The Docker container now runs the server as a non-root user, aligning with industry security best practices. In addition to the security hardening, we’ve updated...
Read article -
Introducing prompt2json: Turning Prompts into Validated JSON
On December 20, 2025, we are excited to launch prompt2json, a Unix-style CLI tool that brings machine-reliability to LLM outputs. By leveraging Gemini models via Vertex AI, prompt2json allows developers to enforce strict output shapes using JSON Schema, making LLMs a dependable part of shell pipelines and automated workflows. Introducing prompt2json prompt2json is designed for those who need the intelligence of a Large Language Model but the predictability of a structured data format. Instead of wrestling with “hallucinated” formatting or...
Read article
subscribe via RSS