You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster-autoscaler/cloudprovider/magnum/gophercloud/CHANGELOG.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
## 0.8.0 (Unreleased)
1
+
## 0.9.0 (Unreleased)
2
+
3
+
## 0.8.0 (February 8, 2020)
4
+
5
+
UPGRADE NOTES
6
+
7
+
* The behavior of `keymanager/v1/acls.SetOpts` has changed. Instead of a struct, it is now `[]SetOpt`. See [GH-1816](https://github.com/gophercloud/gophercloud/pull/1816) for implementation details.
* Added `keymanager/v1/acls.SetOpt` and changed `keymanager/v1/acls.SetOpts` to `[]SetOpt`[GH-1816](https://github.com/gophercloud/gophercloud/pull/1816)
* Allow `CreateMemberOptsBuilder` to be passed in `loadbalancer/v2/pools.Create`[GH-1822](https://github.com/gophercloud/gophercloud/pull/1822)
28
+
* Added `Backup` to `loadbalancer/v2/pools.CreateMemberOpts`[GH-1824](https://github.com/gophercloud/gophercloud/pull/1824)
29
+
* Added `MonitorAddress` to `loadbalancer/v2/pools.CreateMemberOpts`[GH-1824](https://github.com/gophercloud/gophercloud/pull/1824)
30
+
* Added `MonitorPort` to `loadbalancer/v2/pools.CreateMemberOpts`[GH-1824](https://github.com/gophercloud/gophercloud/pull/1824)
31
+
* Changed `Impersonation` to a non-required field in `identity/v3/extensions/trusts.CreateOpts`[GH-1818](https://github.com/gophercloud/gophercloud/pull/1818)
32
+
* Added `InsertHeaders` to `loadbalancer/v2/listeners.UpdateOpts`[GH-1835]
33
+
* Added `NUMATopology` to `baremetalintrospection/v1/introspection.Data`[GH-1842](https://github.com/gophercloud/gophercloud/pull/1842)
* Changed `sort_key` to `sort_keys` in ` workflow/v2/crontriggers.ListOpts`[GH-1809](https://github.com/gophercloud/gophercloud/pull/1809)
39
+
* Allow `blockstorage/extensions/schedulerstats.Capabilities.MaxOverSubscriptionRatio` to accept both string and int/float responses [GH-1817](https://github.com/gophercloud/gophercloud/pull/1817)
40
+
* Fixed bug in `NewLoadBalancerV2` for situations when the LBaaS service was advertised without a `/v2.0` endpoint [GH-1829](https://github.com/gophercloud/gophercloud/pull/1829)
41
+
* Fixed JSON tags in `baremetal/v1/ports.UpdateOperation`[GH-1840](https://github.com/gophercloud/gophercloud/pull/1840)
42
+
* Fixed JSON tags in `networking/v2/extensions/lbaas/vips.commonResult.Extract()`[GH-1840](https://github.com/gophercloud/gophercloud/pull/1840)
0 commit comments