Skip to content

v0.7.0

Compare
Choose a tag to compare
@Lirt Lirt released this 08 Apr 20:01
· 4 commits to master since this release
73798b6

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

Enhancements

Full Changelog: v0.6.1...v0.7.0