Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 2.14 KB

v0.0.10 - 2024-??-?? - ????

  • Don't attempt to change 'always_serve' flag when Traffic manager's endpoint is disabled.

v0.0.9 - 2024-08-22 - Retry until your hearts content

  • Add support for fully managing/configuring the client retry policy & fix previous config options so that they actually take effect

v0.0.8 - 2024-06-27 - More feature support

  • Support for authenticating via the CLI/AzureCliCredential
  • Validate that healthcheck protocol is supported (HTTP, HTTPS, TCP)
  • Upgrade azure-identity>= 1.6.1 to fix security vulnerabilities

v0.0.7 - 2023-11-14 - Maintenance release

  • Several improvements to the maintenance mechanisms for this package like CI improvements, documentation and packaging metadata fix.

v0.0.6 - 2023-09-28 - Dynamic zones and subnet targeting

  • Adds Provider.list_zones to enable new dynamic zone config functionality
  • Newly added support for subnet targeting using the Subnet traffic-routing method in Azure Traffic Managers.

v0.0.5 - 2023-07-27 - More feature support

v0.0.4 - 2022-11-30 - Support the root

  • Enable SUPPORTS_ROOT_NS for management of root NS records. Requires octodns>=0.9.16. Note that Azure does not allow the removal of its own name servers so in cases where your config doesn't include them the provider will still leave them in place for Azure.
  • Bug fixes around usage of the default value also inside pools of dynamic records.

v0.0.3 - 2022-03-04 - Honing requirements

  • Fix traffic manager authentication with new azure-identity
  • Improved pinning for azure python module version requirements

v0.0.2 - 2022-01-23 - The required things

  • Include msrestazure in install_requires to get a hidden dep covered

v0.0.1 - 2022-01-04 - Moving

Nothworthy Changes

  • Initial extraction of AzureProvider from octoDNS core

Stuff

Nothing