Skip to content

Runtime, libraries, VMC and NSX Refresh

Compare
Choose a tag to compare
@aagrawal3 aagrawal3 released this 03 Apr 08:38
· 22 commits to master since this release

What's Changed

General

  • Upgrade from GO 1.13 to GO 1.17
  • Retract runtime v0.5.0 and lib v0.5.0 due to invalid dependencies.

Updated runtime and libraries to v0.6.0

  • Update runtime to v0.6.0 by @aagrawal3 in #19
  • Updated lib to v0.6.0 by @aagrawal3 in #20
  • Removed the ConverterMode field of bindings.TypeConverter as it is no longer needed. Also removed SetMode(), Mode() and InRestMode().
  • Removed methods SetApplicationContext() and SetSecurityContext() from type client.Connector. Instead pass client.WithApplicationContext() or client.WithSecurityContext() to client.NewConnector().
  • Deprecated client.NewJsonRpcConnector(). Instead use client.NewConnector(url, client.WithHttpClient(httpclient)).
  • Deprecated client.NewRestConnector(). Instead use client.NewConnector(url, client.UsingRest(nil), client.WithHttpClient(httpclient)).

VMC Refresh

  • VMC Refresh by @aagrawal3 in #22
  • Updated runtime and lib dependency to v0.6.0
  • Refresh bindings with updated toolkit.
  • Release VMC v0.11.0
  • Release Autoscaler v0.5.0
  • Release DRAAS v0.5.0

NSX Refresh

  • NSX-T 4.1.0 Refresh by @aagrawal3 in #21
  • Updated NSX-T to v0.10.0
  • Updated NSX-T Manager to v0.4.0
  • Updated NSX-T Global Policy to v0.7.0
  • Updated NSX-T VMC AWS Integration to v0.6.0

To learn more about NSXT Datacenter and compatibility, visit
https://docs.vmware.com/en/VMware-NSX/4.1.0/rn/vmware-nsx-410-release-notes/index.html
https://interopmatrix.vmware.com/Interoperability?col=912,8325&row=0
https://docs.vmware.com/en/VMware-NSX/index.html

Full Changelog: services/nsxt-mp/v0.3.0...services/vmc/v0.11.0