Skip to content
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

Closed
Willem-van-hove opened this issue Jan 6, 2025 · 6 comments · Fixed by #513
Closed

Versioning issue, 3.331.0 or 3.33.10 #511

Willem-van-hove opened this issue Jan 6, 2025 · 6 comments · Fixed by #513
Assignees
Labels
type/bug Something isn't working

Comments

@Willem-van-hove
Copy link

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.

@willguibr
Copy link
Member

We need more details if you are having problems.
The semantic version is correct so we can't infer what the problem is with the statement provided. Our tests show a successful download of the binary without problems as well as publication in the Terraform registry here: https://registry.terraform.io/providers/zscaler/zpa/3.331.0

terraform {
  required_providers {
    zpa = {
      version = "3.331.0"
      source  = "zscaler/zpa"
    }
  }
}
Screenshot 2025-01-06 at 1 12 58 PM

Zscaler DevRel

@willguibr willguibr self-assigned this Jan 6, 2025
@willguibr willguibr added the wontfix This will not be worked on label Jan 6, 2025
@willguibr willguibr moved this to ⚙️ In development in Zscaler Automation Dashboard 🛣 Jan 6, 2025
@shearn89
Copy link

shearn89 commented Jan 8, 2025

You've jumped 298 minor versions. That's a whole lot of new features!

@enza252
Copy link

enza252 commented Jan 8, 2025

Might be worth a quick check of https://semver.org/ to understand what has gone on here.

@willguibr willguibr linked a pull request Jan 8, 2025 that will close this issue
9 tasks
@github-project-automation github-project-automation bot moved this from ⚙️ In development to 🚀 Shipped in Zscaler Automation Dashboard 🛣 Jan 8, 2025
@willguibr
Copy link
Member

willguibr commented Jan 8, 2025

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

@willguibr willguibr added type/bug Something isn't working and removed wontfix This will not be worked on labels Jan 8, 2025
@shearn89
Copy link

shearn89 commented Jan 8, 2025

You may well need to remove v3.331.0 from the Terraform registry, as it will supersede this one and any others unless that's done.

image

@willguibr
Copy link
Member

@shearn89 We're aware of the problem and how to manage the versions. Terraform registry does not allow the removal of released versions.
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
Status: 🚀 Shipped
Development

Successfully merging a pull request may close this issue.

4 participants