Skip to content

Releases: selectel/go-selvpcclient

v4.0.0

22 Nov 12:08
4760293
Compare
Choose a tag to compare

What's Changed

  • Remove default params by @sel-bukharov in #175

  • Remove default config params

  • Remove VRRP resource

  • Add dynamic version for module

  • Bump module version v3 -> v4

  • Bump Go 1.21 -> 1.23

Full Changelog: v3.2.1...v4.0.0

v3.2.1

18 Nov 13:41
0d63e68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

15 Nov 14:15
c100b32
Compare
Choose a tag to compare

Add keypairs list opts in #172

v3.1.1

13 Dec 13:21
ac846be
Compare
Choose a tag to compare

Add default region for Keystone and Resell API
Also add possibility to pass any region into NewClient params

Remove redundant fields from capabilities

07 Nov 11:03
245fd9e
Compare
Choose a tag to compare
Remove redundant fields from capabilities (#168)

For #[ISSUE_NUMBER]

v3.0.3

22 Sep 08:09
Compare
Choose a tag to compare

Change default auth URL

v3.0.2

16 Aug 11:56
9d9f5f3
Compare
Choose a tag to compare

Marshal JSON payload via Gophercloud

v3.0.1

07 Aug 13:33
cb257da
Compare
Choose a tag to compare

Fix CatalogService: return only public endpoints.

v3.0.0

20 Jul 12:33
831abf4
Compare
Choose a tag to compare
  • removed old Resell client
  • removed old QuotaManager client
  • created one client (all in one) that includes clients Resell and QuotaManager
  • new client uses X-Auth-Token instead of X-Token
  • updated Go version (1.14 -> 1.20)
  • Resell URL is taken from the identity service
  • added support auth with user from another domain (different from scope)
  • removed context for every request, because gophercloud doesn't support it

v2.1.1

10 Apr 15:51
0bfd18e
Compare
Choose a tag to compare

Add skip_quotas_init in project creation