netbox-community / go-netbox

The official Go API client for Netbox IPAM and DCIM service.
Other
194 stars 144 forks source link

Netbox v2.11.11 Client Update #119

Closed tagur87 closed 2 years ago

tagur87 commented 2 years ago

Update go-netbox to support Netbox v2.11.11

This adds support for many new features and has been automatically generated by go-swagger, using the makefile.

tagur87 commented 2 years ago

@awlx @kobayashi

Can you please review this so we can get this client updated to the latest version... I have already forked to continue using, but would love to see this make it into the main project again.

awlx commented 2 years ago

LGTM, thank you @tagur87 for your effort. I really would like to grant you permissions on this project, but I cannot because I don't have the permissions -.-.

tagur87 commented 2 years ago

LGTM, thank you @tagur87 for your effort. I really would like to grant you permissions on this project, but I cannot because I don't have the permissions -.-.

Thanks so much! @awlx If you find a way to add me, let me know. I'd be glad to help.

tagur87 commented 2 years ago

@awlx - Might need to do a go mod tidy to fix the dependencies...? Sorry I missed that myself.

awlx commented 2 years ago

No, worries. It seems to only break the build with golang 1.16.x which is interesting.

awlx commented 2 years ago

@tagur87 - Interesting ... still only golang 1.16 fails https://github.com/netbox-community/go-netbox/runs/3527552441