-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versioning issue, 3.331.0 or 3.33.10 #511
Comments
We need more details if you are having problems. terraform {
required_providers {
zpa = {
version = "3.331.0"
source = "zscaler/zpa"
}
}
} Zscaler DevRel |
You've jumped 298 minor versions. That's a whole lot of new features! |
Might be worth a quick check of https://semver.org/ to understand what has gone on here. |
NOTE v3.331.0 and v3.332.0 were a versioning mistake due to backend issues and does not represent hundreds of new features. Either version can be safely used without concerns on breaking changes. This will be corrected in the next major version release 4.0.0 upcoming in the next few weeks. We apologize for the confusion and inconvenience caused." Upgrade to versions v3.331.0 or v3.332.0 instead. Zscaler DevRel |
@shearn89 We're aware of the problem and how to manage the versions. Terraform registry does not allow the removal of released versions. Upgrade to versions v3.331.0 or v3.332.0 instead. Zscaler DevRel |
Hi ZPA, it seems like the versioning did not go as intended. The latest release was 3.331.0, my guess is it should have been 3.33.10 instead.
The text was updated successfully, but these errors were encountered: