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

chore(deps): bump github.com/vmware/go-vcloud-director/v2 from 2.20.0 to 2.21.0 #403

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2023

Bumps github.com/vmware/go-vcloud-director/v2 from 2.20.0 to 2.21.0.

Changelog

Sourced from github.com/vmware/go-vcloud-director/v2's changelog.

2.21.0 (July 20, 2023)

FEATURES

  • Added NSX-T Edge Gateway DHCP forwarding configuration support NsxtEdgeGateway.GetDhcpForwarder and NsxtEdgeGateway.UpdateDhcpForwarder (#573)
  • Added methods to create, get, publish and delete UI Plugins VCDClient.AddUIPlugin, VCDClient.GetAllUIPlugins, VCDClient.GetUIPluginById, VCDClient.GetUIPlugin, UIPlugin.Update, UIPlugin.GetPublishedTenants, UIPlugin.PublishAll, UIPlugin.UnpublishAll, UIPlugin.Publish, UIPlugin.Unpublish, UIPlugin.IsTheSameAs and UIPlugin.Delete (#575)
  • Added AdminOrg methods GetFederationSettings, SetFederationSettings, UnsetFederationSettings to handle organization SAML settings (#576)
  • Added AdminOrg methods GetServiceProviderSamlMetadata and RetrieveServiceProviderSamlMetadata to retrieve service provider metadata for current organization (#576)
  • Added method Client.RetrieveRemoteDocument to download a document from a URL (#576)
  • Added function ValidateSamlServiceProviderMetadata to validate service oprovider metadata (#576)
  • Added function GetErrorMessageFromErrorSlice to return a single string from a slice of errors (#576)
  • Added Service Account CRUD support via ServiceAccount and types.ServiceAccount: VCDClient.CreateServiceAccount, Org.GetServiceAccountById, Org.GetAllServiceAccounts, Org.GetServiceAccountByName, ServiceAccount.Update, ServiceAccount.Authorize, ServiceAccount.Grant, ServiceAccount.Refresh, ServiceAccount.Revoke, ServiceAccount.Delete, ServiceAccount.GetInitialApiToken (#577)
  • Added API Token CRUD support via Token and types.Token: VCDClient.CreateToken,VCDClient.GetTokenById, VCDClient.GetAllTokens,VCDClient.GetTokenByNameAndUsername, VCDClient.RegisterToken , Token.GetInitialApiToken, Token.Delete, Client.GetApiToken (#577)
  • Added IP Space CRUD support via IpSpace and types.IpSpace and VCDClient.CreateIpSpace, VCDClient.GetAllIpSpaceSummaries, VCDClient.GetIpSpaceById, VCDClient.GetIpSpaceByName, VCDClient.GetIpSpaceByNameAndOrgId, IpSpace.Update, IpSpace.Delete (#578)
  • Added IP Space Uplink CRUD support via IpSpaceUplink and types.IpSpaceUplink and VCDClient.CreateIpSpaceUplink, VCDClient.GetAllIpSpaceUplinks, VCDClient.GetIpSpaceUplinkById, VCDClient.GetIpSpaceUplinkByName, IpSpaceUplink.Update, IpSpaceUplink.Delete (#579)
  • Added IP Space Allocation CRUD support via IpSpaceIpAllocation, types.IpSpaceIpAllocation, types.IpSpaceIpAllocationRequest, types.IpSpaceIpAllocationRequestResult. Methods IpSpace.AllocateIp, Org.IpSpaceAllocateIp, Org.GetIpSpaceAllocationByTypeAndValue, IpSpace.GetAllIpSpaceAllocations, Org.GetIpSpaceAllocationById, IpSpaceIpAllocation.Update, IpSpaceIpAllocation.Delete (#579)
  • Added IP Space Org assignment to support Custom Quotas via IpSpaceOrgAssignment, types.IpSpaceOrgAssignment, IpSpace.GetAllOrgAssignments, IpSpace.GetOrgAssignmentById, IpSpace.GetOrgAssignmentByOrgName, IpSpace.GetOrgAssignmentByOrgId, IpSpaceOrgAssignment.Update (#579)
  • Added method VCDClient.QueryNsxtManagerByHref to retrieve a NSX-T manager by its ID/HREF (#580)
  • Added method VCDClient.CreateProviderVdc to create a Provider VDC (#580)
  • Added method VCDClient.ResourcePoolsFromIds to convert list of IDs to resource pools (#580)
  • Added ProviderVdcExtended methods AddResourcePools, AddStorageProfiles, Delete, DeleteResourcePools,DeleteStorageProfiles,Disable,Enable,GetResourcePools,IsEnabled,Rename,Update to fully manage a provider VDC (#580)
  • Added method NetworkPool.GetOpenApiUrl to generate the full URL of a network pool (#580)
  • Added ResourcePool methods GetAvailableHardwareVersions and GetDefaultHardwareVersion to get hardware versions (#580)
  • Added VCDClient method GetAllResourcePools to retrieve all resource pools regardless of vCenter affiliation (#580)
  • Added VCDClient method GetAllVcenters to retrieve all vCenters (#580)
  • Added VCDClient methods GetNetworkPoolById,GetNetworkPoolByName,GetNetworkPoolSummaries to retrieve network pools (#580)
  • Added VCDClient methods GetVcenterById,GetVcenterByName to retrieve vCenters (#580)
  • Added VCenter methods GetAllResourcePools,VCenter.GetResourcePoolById,VCenter.GetResourcePoolByName to retrieve resource pools (#580)
  • Added VCenter methods GetAllStorageProfiles,GetStorageProfileById,GetStorageProfileByName to retrieve storage profiles (#580)
  • Added method VCenter.GetVimServerUrl to retrieve the full URL of a vCenter within a VCD (#580)
  • Added NSX-T Edge Gateway SLAAC Profile (DHCPv6) configuration support NsxtEdgeGateway.GetSlaacProfile and NsxtEdgeGateway.UpdateSlaacProfile (#582)

... (truncated)

Commits
  • 49c9ba9 Edge Gateway DHCPv6 and a few IPv6 settings (#582)
  • a329d75 Add support for standalone Distributed Firewall Rule management (#587)
  • c7f2584 Add support for NSX-T Edge Gateway Static Routes (#586)
  • 572755d Add ability to ignore metadata to SDK client configuration (#581)
  • 69317f6 Add Behavior support to Defined Interfaces and Defined Entity Types (#584)
  • e9a726b Fix Certificate retrieval when its alias has special characters (#589)
  • 17eb29e Create Vapp from template or from other vApp (#588)
  • 3b9ce5d IP Space integration (#579)
  • e160052 Support managing API tokens and Service Accounts (#577)
  • 91abc52 Provider VDC CRUD (#580)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner July 21, 2023 09:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 21, 2023
github-actions bot added a commit that referenced this pull request Jul 21, 2023
@azrod
Copy link
Member

azrod commented Jul 25, 2023

@dependabot recreate

Bumps [github.com/vmware/go-vcloud-director/v2](https://github.com/vmware/go-vcloud-director) from 2.20.0 to 2.21.0.
- [Changelog](https://github.com/vmware/go-vcloud-director/blob/main/CHANGELOG.md)
- [Commits](vmware/go-vcloud-director@v2.20.0...v2.21.0)

---
updated-dependencies:
- dependency-name: github.com/vmware/go-vcloud-director/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vmware/go-vcloud-director/v2-2.21.0 branch from a909056 to 884388a Compare July 25, 2023 11:56
@azrod azrod merged commit a9a16c3 into main Jul 25, 2023
@azrod azrod deleted the dependabot/go_modules/github.com/vmware/go-vcloud-director/v2-2.21.0 branch July 25, 2023 12:03
gaetanars pushed a commit that referenced this pull request Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant