github aliyun/terraform-provider-alicloud v2.0.0-beta2

latest release: v1.287.0
2 hours ago

This beta rolls up every change merged from the 1.x line since v2.0.0-beta1 — see the 1.287.0 section of CHANGELOG.md — plus the v2-only fix below.

BUG FIXES:

provider: report the actual provider version in the API User-Agent. .goreleaser.yml injected -X main.version, but main.go declares no version variable, so the linker discarded the value silently and v2.0.0-beta1 identified itself to Alibaba Cloud as Terraform-Provider/1.286.0. The ldflag now targets alicloud/connectivity.providerVersion, the variable that actually feeds the User-Agent, and the baked-in constant tracks the v2 line so unstamped local builds no longer claim v1. The stale -X main.commit flag has been dropped. (#10109)

Don't miss a new terraform-provider-alicloud release

NewReleases is sending notifications on new releases.