Posts
-
authzgcpk8stokeninjector v0.2.2 Released
Introduction We’re pleased to announce the release of authzgcpk8stokeninjector v0.2.2, published on March 13, 2025. This maintenance release continues our commitment to keeping the project secure and up-to-date with the latest dependencies and Go runtime patches. What’s New Version v0.2.2 is a focused maintenance release that updates key infrastructure components: Go Runtime: Upgraded from Go 1.24.0 to 1.24.1 for improved stability and security gRPC Library: Bumped from 1.70.0 to 1.71.0, bringing upstream bug fixes and improvements Network Libraries: Updated golang.org/x/net...
Read article -
authzjwtbearerinjector v0.3.2 Release
Intro On March 13, 2025, we released v0.3.2 of authzjwtbearerinjector—a routine maintenance update that keeps our ExtAuthz service running smoothly with the latest Go runtime and dependency updates. This release is fully backward compatible and requires no configuration changes from users. What’s New While v0.3.2 doesn’t introduce new features, it brings important under-the-hood improvements that keep the service secure and performant: Runtime Updates Upgraded to Go 1.24.1 for improved stability and bug fixes in the Go toolchain Updated gRPC library...
Read article -
Introducing yamlequal: A Lightweight Go Library for YAML Semantic Equality
We’re excited to announce the first public release of yamlequal (v0.0.1), a lightweight Go library for verifying the semantic equality of YAML files. Published on February 26, 2025, this initial release brings a simple yet powerful solution to developers who need to compare YAML content without getting tripped up by formatting differences or key ordering. What’s New The v0.0.1 release introduces two core functions that make YAML comparison straightforward: CompareFiles(filePath1, filePath2 string) - Compare two YAML files directly from disk...
Read article -
jwt-bearer-token-vendor v1.0.2 Release
Strengthening Security and Reliability On February 16, 2025, we released v1.0.2 of jwt-bearer-token-vendor—a maintenance update focused on security hardening and dependency modernization. While this release doesn’t introduce new features, it delivers important behind-the-scenes improvements that make your workflows safer and more reliable. What’s New Security Enhancements This release strengthens the security posture of jwt-bearer-token-vendor in several key ways: Cryptographically Secure Random Generation: The bundled HTTP client (undici) now uses crypto.randomInt() instead of Math.random() for generating formdata boundaries, providing cryptographically secure...
Read article -
AuthZ JWT Bearer Injector v0.3.1 Released: Infrastructure Improvements for More Reliable Deployments
A Solid Foundation Update We’re pleased to announce the release of authzjwtbearerinjector v0.3.1, available now on GitHub. Released on February 15, 2025, this maintenance release focuses on strengthening the deployment foundation with improved binary portability and updated dependencies. While v0.3.1 doesn’t introduce new features, it delivers important infrastructure improvements that make your deployments more reliable and portable across environments. What’s New Static Linking for Portability The most significant change in this release is the addition of static linking to the...
Read article -
hellorest v1.1.1 Released: Improved Portability and Go 1.24 Updates
We’re pleased to announce the availability of hellorest v1.1.1, released on February 15, 2025. This maintenance release delivers important infrastructure improvements that enhance portability and keep the project current with the latest Go version. What’s New Statically Linked Binaries The most significant change in v1.1.1 is the addition of static binary linking through CGO_ENABLED=0. This ensures that hellorest produces self-contained executables that can run on any compatible system without requiring additional shared libraries. For users deploying hellorest in containerized environments,...
Read article -
gologhttpbinary v0.2.1: Improved Build Reliability with Static Linking
Introduction On February 15, 2025, we released gologhttpbinary v0.2.1, a maintenance-focused update that strengthens the build quality and deployment reliability of this lightweight HTTP debugging tool. While this release doesn’t introduce new features, it delivers important infrastructure improvements that make your deployments more robust and portable across different environments. What’s New Static Binary Compilation The headline improvement in v0.2.1 is the introduction of static binary compilation. By enabling CGO_ENABLED=0 during the build process, the resulting binary is now fully self-contained...
Read article -
LockboxKMS v0.3.1 Release: Strengthening the Foundation
LockboxKMS v0.3.1 was released on February 15, 2025, marking an important infrastructure-focused update to the simple web interface for encrypting text using Google Cloud KMS. While this release doesn’t introduce new user-facing features, it delivers meaningful improvements to deployment reliability and container portability that benefit all users. What’s New This maintenance release centers on three key improvements: Statically Linked Binary The Docker build process now produces a fully static binary through the addition of CGO_ENABLED=0. This change means the containerized...
Read article -
isplaintextfile v0.0.2 Released
Introduction We’re pleased to announce the release of isplaintextfile v0.0.2, published on February 15, 2025. This update keeps our lightweight Go plaintext detection library current with the latest Go toolchain while demonstrating our commitment to active project maintenance just days after our initial launch. What’s New This is a maintenance release focused on infrastructure updates: Go 1.24.0 Support: The project now targets Go 1.24.0, upgrading from Go 1.23.6. This ensures compatibility with the latest Go compiler optimizations and language improvements....
Read article -
iapheaders v0.4.1 Released: Go Runtime Update
On February 15, 2025, we released iapheaders v0.4.1, a maintenance update that keeps the project running on the latest Go runtime. What’s New This release focuses on infrastructure and build hygiene rather than new features. The primary change is upgrading the Go version from 1.23.5 to 1.24.0 across all build artifacts: Updated Go runtime in go.mod, Dockerfile, and CI workflows Refined .dockerignore to exclude the .github/ directory from Docker builds These changes ensure the application benefits from the latest Go...
Read article
subscribe via RSS