Zed Series Release Notes

3.12.1

Bug Fixes

  • Fixed passing --exclude-deprecated boolean value to sphinx-build command. Now --exclude-deprecated is only passed when it is True without bool True/False value.

3.12.0

New Features

  • Adds the ability to exclude deprecated policies from generated samples by utilizing the --exclude-deprecated setting when generating YAML example files. The Spinx generator can also be controlled using the exclude_deprecated environment variable. By default, these rules will be included, but operators and projects may not desire these deprecated rules to exist in the latest documentation, especially when considering the number of policy rules projects have made in the Secure RBAC effort.

Bug Fixes

  • Fixes handling of deprecated rules when generating sample policy files such that legacy rules are no longer automatically aliased in the resulting output. Previously, the behaviour led to operator confusion when attempting to evaluate the output to determine if customised rules were required, as the aliases were always added as active rules. A warning is now also added to the generated output. For more information, please see launchpad bug #1945336.