The Wire · Showcase
REGISTRY TAGGING GOES BETA ACROSS TERRAFORM ENTERPRISE
By RepoJournal · Filed · About HashiCorp
HashiCorp's Terraform Enterprise SDK now supports tagging modules, providers, and component configs — a capability that's been in development and just landed in go-tfe.
The go-tfe client library shipped registry-tagging support [1] for modules, providers, and component configs in beta phase, adding critical APIs for tagging resources already deployed in your registry. This lands alongside permission expansion [2] that introduces CanReadStateVersions and CanReadVariable checks, giving operators finer-grained control over who can access what in your Terraform Enterprise environments. On the dependency front, Vault Secrets Operator pulled in 12 updates [3] across the go ecosystem — notably terratest 0.55→0.56 and go-version 1.8→1.9 — all backward-compatible and ready to ship. The JavaScript desk upgraded axios to 1.16.0 [4], which adds QUERY method support and closes a substantial backlog of HTTP adapter bugs around redirects and timeouts. All changes maintain compatibility with existing integrations.
Action items
- → Review registry-tagging beta docs and test against non-prod Terraform Enterprise environments hashicorp/go-tfe [plan]
- → Upgrade Vault Secrets Operator dependencies in CI before next release candidate hashicorp/vault-secrets-operator [plan]
- → Bump axios to 1.16.0 if you depend on HTTP redirect handling in Node services hashicorp/js-releases [monitor]
References
- [1] Add registry-tagging support for modules, providers and component configs ↗ hashicorp/go-tfe
- [2] Add CanReadStateVersions and CanReadVariable ↗ hashicorp/go-tfe
- [3] Bump the gomod-backward-compatible group across 1 directory with 12 updates ↗ hashicorp/vault-secrets-operator
- [4] build(deps): bump axios from 1.15.1 to 1.16.0 ↗ hashicorp/js-releases
FAQ
- What changed in HashiCorp on May 5, 2026?
- HashiCorp's Terraform Enterprise SDK now supports tagging modules, providers, and component configs — a capability that's been in development and just landed in go-tfe.
- What should HashiCorp teams do about it?
- Review registry-tagging beta docs and test against non-prod Terraform Enterprise environments • Upgrade Vault Secrets Operator dependencies in CI before next release candidate • Bump axios to 1.16.0 if you depend on HTTP redirect handling in Node services
- Which HashiCorp repositories shipped on May 5, 2026?
- hashicorp/go-tfe, hashicorp/vault-secrets-operator, hashicorp/js-releases