Victoria Series Release Notes¶
3.4.0¶
New Features¶
Add
oslopolicy-convert-json-to-yaml
tool to convert the json formatted policy file to yaml format in compatible way. Refer to this document for details.
Deprecation Notes¶
policy_file
support for JSON formatted file is deprecated. Use YAML formatted file which will be default in future. Use oslopolicy-convert-json-to-yaml tool to convert the existing JSON to YAML formatted policy file in backward compatible way.JSON format support and
--format
option inoslopolicy-sample-generator
andoslopolicy-policy-upgrade
tools are also deprecated. In future release,--format
option will be removed.
3.3.0¶
New Features¶
A new tool,
oslopolicy-validator
, has been added. It allows deployers to easily run basic sanity checks against their policy files. See the documentation for full details.
3.2.1¶
Bug Fixes¶
[bug 1880959] The behavior of policy file reloading from policy directories was fixed. Previously the rules from policy files located in the directories specified in the
policy_dirs
option were not reapplied after the rules from the primary policy file have been reapplied due to a change.