v0.7.0
Changes since v0.6.1
Breaking changes
- Set default region back to empty string by @Lirt in #110
- Previous behavior was that if region name in one of Openstack auth methods was not specified, it defaulted to
RegionOne
. - With this change in case region is not specified in one of Openstack auth methods, the plugin will use the first found region. This is original behavior of Openstack and gophercloud library.
- This can be a potentially breaking behavior in case user had multiple regions and one of them was called
RegionOne
- Note that there is very small chance that this will affect any consumer of this plugin
- Previous behavior was that if region name in one of Openstack auth methods was not specified, it defaulted to
Enhancements
Full Changelog: v0.6.1...v0.7.0