The Wire · Showcase
AWS SDK gets patched across the stack
By RepoJournal · Filed · About HashiCorp
Go-getter pulled in the latest AWS SDK updates, while memberlist tightened its metrics dependencies and the design system cut asset bloat by nearly 60 percent.
Go-getter bumped AWS SDK v2 across four modules from 1.43.0 to 1.43.2 and related config, credentials, and EC2 IMDS packages [1], a routine but important refresh for anyone building infrastructure tooling. Memberlist followed with a go-metrics point release [2] that adds logger support to statsd and statsite sinks, improving observability options for cluster communication. Over in design-system, image compression automation saved 89.0 KB of assets, cutting overall size by 58.8 percent [3], a quiet win for load times across the docs. Go-discover meanwhile fixed a linting bottleneck by updating golangci-lint to v2 after the tool migrated to a new module structure [4], unblocking the make lint workflow that had stopped working.
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Merge go-getter AWS SDK bumps into your build pipeline hashicorp/go-getter [plan]
- → Pull the design-system asset compression into your static builds hashicorp/design-system [monitor]
- → Verify go-discover lint checks pass after golangci-lint v2 upgrade hashicorp/go-discover [immediate]
References
- [1] [chore] : Bump the go group with 7 updates ↗ hashicorp/go-getter
- [2] [chore] : Bump github.com/hashicorp/go-metrics from 0.6.0 to 0.6.1 in the go group ↗ hashicorp/memberlist
- [3] Compressed Image Assets ↗ hashicorp/design-system
- [4] update golangci-lint to v2 ↗ hashicorp/go-discover