-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fail fetching virtualization cluster with NetBox 3.2.0 #98
Comments
Edited the issue, but definitely not something due to this provider, sorry for this, should have checked upstream before :) |
Hello together, is there any news on this yet? I'm struggling with the same problem after updating the Netbox to 3.2.0. |
Please check the compatibility matrix in the readme. |
Hello, will the provider ever be compatible with NetBox 3.2? Apparently, the go-netbox code has been fixed already. |
Hello, This project is not using https://github.com/netbox-community/go-netbox but https://github.com/smutel/go-netbox for several reasons. Generating the library and updating this provider each time a version is released is very time consuming. In addition, Netbox application is sometimes breaking the API even if it is a patch release (3.2.1 => 3.2.2). So I prefer to wait the final release of a minor version (3.0.12, 3.1.12, ...) to create a new provider. |
@smutel The API breaking change was done in 3.2.0, according to general guidelines. |
Agree, not good to force people to wait so long to be able to upgrade NetBox, especially since this apparently must not be a big change on the code level. |
Summary
We bumped our NetBox version from 3.1.11 to 3.2.0, and since then, the netbox_virtualization_cluster datasource stopped working. Apparently they converted the "created" field in the "virtualization_cluster" table from date to timestamp with timezone.
Edit:
Just checked their changelog, and it's a global change: https://github.com/netbox-community/netbox/releases/tag/v3.2.0 :(
And also, this is due to go-netbox usage in here I guess: netbox-community/go-netbox#127
Version
Netbox version
Terraform version
Provider version
Issue details
Affected Data(s) / Resource(s)
Terraform Configuration Files
Terraform Output
Behaviors
Actual Behavior
Expected Behavior
Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: