126 wires and counting

$ follow HashiCorp

Keep up with HashiCorp in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-05-13
stories 27

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CONSUL PATCHES 8 CVE CHAINS, K8S FIXES FALSE FIPS WARNINGS

By RepoJournal · Filed · About HashiCorp · Composed from the cited sources · methodology

Consul upgraded Go 1.26.3 to close eight chained CVEs in the standard library overnight, while consul-k8s 1.8.x stops firing misleading FIPS compliance warnings on every pod startup.

Consul patched eight Go CVEs [1] by upgrading to toolchain 1.26.3 and golang.org/x/net 0.53.0, blocking chains in the standard library that could affect service mesh stability. Meanwhile, consul-k8s [2] fixed a three-bug cascade in the FIPS version check that was spamming logs with false warnings—the original code hit a non-existent API endpoint, passed nil context, and had a missing else guard that fired warnings unconditionally [3]. Both fixes ship quietly but matter: one secures the foundation, the other stops noise that masks real FIPS compliance issues. On the docs side, Nomad 2.0.1 release notes are live [4] with new scheduler parameters, and Vault's MSSQL EKM provider backfilled a missing v0.3.2 bug fix entry [5] documenting a version reporting issue that could confuse SQL Server integrations.

Quick answers

What shipped in HashiCorp on May 13, 2026?
Consul upgraded Go 1.26.3 to close eight chained CVEs in the standard library overnight, while consul-k8s 1.8.x stops firing misleading FIPS compliance warnings on every pod startup. In total, 17 commits and 10 pull requests landed.
Who contributed to HashiCorp on May 13, 2026?
3 developers shipped this update, including panman90, Surabhi-1605, and github-actions[bot].
What were the notable HashiCorp updates?
updating golang.org/x/net and toolchain version, fix: correct FIPS Consul version check in connect-init (CSL-13179) (#5252), and fix: correct FIPS Consul version check in connect-init (CSL-13179).