RepoJournal
HashiCorp

@hashicorp

Terraform, Vault, Consul - infra-as-code for ops teams

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: Go Infrastructure Full archive →

The Wire · Showcase

Nomad strips multierror for stdlib, nvidia plugin jumps to Go 1.27

By RepoJournal · Filed · About HashiCorp

HashiCorp's Nomad stack is shedding legacy dependencies and patching known vulnerabilities, with the nvidia device plugin forced up to Go 1.27.

Nomad's API package dropped its multierror dependency in favor of stdlib errors, a clean modernization move that simplifies the codebase [1]. The same effort continues in the client package, which is being modernized across its sub-pkgs [2]. More urgent: the nvidia device plugin jumped to Go 1.27.0 because "the application was using an old version which had known vulnerbilities," a change that also dragged golangci-lint along [3]. That plugin also picks up a gRPC bump to 1.82.1, which includes a server-side fix for HTTP/2 frame flooding [4]. Meanwhile, Terraform provider for AWS quietly fixed a failing performance CI script and added a shellcheck target to keep shell scripts honest [5][6]. Setup-copywrite gets routine dependency bumps including esbuild to 0.28.2, which fixes a tree shaking bug with TypeScript import aliases [7]. The multierror and Go version moves are the ones with real teeth; the rest is housekeeping.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] api: Remove multierror dep for stdlib errors. (#28442) hashicorp/nomad
  2. [2] client: Modernize the client package and sub-pkgs. ↗ hashicorp/nomad
  3. [3] build: Update Go to 1.27.0. (#112) hashicorp/nomad-device-nvidia
  4. [4] build(deps): bump google.golang.org/grpc from 1.79.3 to 1.82.1 ↗ hashicorp/nomad-device-nvidia
  5. [5] CI: Performance script is failing silently ↗ hashicorp/terraform-provider-aws
  6. [6] Adds `shellcheck` make target and GHA ↗ hashicorp/terraform-provider-aws
  7. [7] Bump the build-and-test group with 2 updates ↗ hashicorp/setup-copywrite

Quick answers

What shipped in HashiCorp on August 21, 2026?
HashiCorp's Nomad stack is shedding legacy dependencies and patching known vulnerabilities, with the nvidia device plugin forced up to Go 1.27. In total, 26 commits and 13 pull requests landed.
Who contributed to HashiCorp on August 21, 2026?
3 developers shipped this update, including jrasell, dependabot, and Graham Davison.
What were the notable HashiCorp updates?
api: Remove multierror dep for stdlib errors. (#28442), client: Modernize the client package and sub-pkgs, and build: Update Go to 1.27.0. (#112).

More from @hashicorp

Daily updates, in your inbox

Follow HashiCorp

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?