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-29
stories 16

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

NOMAD PODMAN DRIVER FIXES SILENT NETWORK FAILURE

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

Static IP assignments were being silently ignored on Podman containers, forcing them onto DHCP despite explicit configuration.

The Nomad Podman driver had a critical bug where static IP configuration (static_ips, ipv4_address, ipv6_address, static_mac) was discarded at runtime [1]. The Networks field in ContainerNetworkConfig used an incorrect JSON tag ('newNetworks' instead of 'Networks'), causing Podman's API to silently drop the network settings. Containers would start successfully but receive dynamic DHCP addresses, creating a configuration drift that's difficult to debug in production. The fix corrects the JSON serialization and adds support for custom network name resolution [2]. On the Azure front, terraform-provider-azurerm is expanding PowerShell Core version support in function app resources [3], while acceptance tests across multiple Azure services are being hardened [4]. AWS CloudControl provider continues its steady release cadence with v1.87.0 staging [5].

Action items

References

  1. [1] fixed static IP assignment ↗ hashicorp/nomad-driver-podman
  2. [2] fixed static IP assignment (#507) ↗ hashicorp/nomad-driver-podman
  3. [3] `azurerm_windows_function_app`, `azurerm_windows_function_app_slot` - add support for `7.6` in powershell_core_version property ↗ hashicorp/terraform-provider-azurerm
  4. [4] test: `analysisservices`, `appinsights`, `arckubernetes`, `authorization`, `automation` - various acceptance test fixes ↗ hashicorp/terraform-provider-azurerm
  5. [5] Add CHANGELOG entry for v1.87.0 ↗ hashicorp/terraform-provider-awscc

Quick answers

What shipped in HashiCorp on May 29, 2026?
Static IP assignments were being silently ignored on Podman containers, forcing them onto DHCP despite explicit configuration. In total, 7 commits, 7 pull requests, and 2 releases landed.
Who contributed to HashiCorp on May 29, 2026?
4 developers shipped this update, including ritesh-harihar, richardfric, toddgiguere, and github-actions[bot].
What were the notable HashiCorp updates?
fixed static IP assignment, fixed static IP assignment (#507), and `azurerm_windows_function_app`, `azurerm_windows_function_app_slot` - add support for `7.6` in powershell_core_version property.