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 PODMAN DRIVER FIXES SILENT NETWORK FAILURE

By RepoJournal · Filed · About HashiCorp

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].

One email a day. Unsubscribe in one click.

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.

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?