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-06-15
stories 4

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

PACKER KILLS EXTERNAL SBOM SCANNERS, EMBEDS SYFT NATIVELY

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

Packer's hcp-sbom provisioner just ditched the external binary dependency game and baked Syft directly into the build engine.

The docs are now live for what's been shipping under the hood: `scanner_url` and `scanner_checksum` are deprecated [1], replaced by Packer's embedded Syft SDK handling SBOM generation without external downloads. This matters because your provisioner configs need updating before those fields vanish, and the migration path is straightforward [1]. On the infrastructure side, Consul's Dockerfile got a layer consolidation pass [2], a small move but the kind of housekeeping that keeps your image builds lean and reproducible. Nothing critical across either desk, but the Packer change is the one to track if you're shipping SBOMs in production.

Quick answers

What shipped in HashiCorp on June 15, 2026?
Packer's hcp-sbom provisioner just ditched the external binary dependency game and baked Syft directly into the build engine. In total, 2 commits and 2 pull requests landed.
Who contributed to HashiCorp on June 15, 2026?
2 developers shipped this update, including hariom-hashicorp and shashankNandigama.
What were the notable HashiCorp updates?
docs: Update hcp-sbom provisioner documentation for native SBOM generation and minor improvements in dockerfile.