Queens Series Release Notes

6.0.0

Prelude

V1 API removal is complete in this version of designate.

新機能

  • Designate now support policy in code, which means if users don't want to modify any of policy rules, they can remove or comment all of rules in policy file or even not deploy it at all. Because from now, Designate keeps all default policies under designate/common/policies module. Users can modify/generate policy.yaml file which will override policy rules in code if those rules show in policy.yaml file. Users also still use policy.json file but oslo team recommend that we should use the newer YAML format instead.

アップグレード時の注意

  • Any tooling using the V1 API needs to be reworked to use the v2 API

致命的な問題

  • V1 API has been removed

バグ修正

  • Check for multi level tlds

    Previously we only checked for the last label of a TLD which does not work for co.uk or custom internal TLDs that deployers may use

その他の注意点

  • Default policy.json file is now removed as Designate now generate the default policies from code. Please be aware that when using that file in your environment.