RELEASED: Public: October 5, 2022
New features
- CasC bundle files did not support YAML anchors (BEE-15845)
-
The anchors are now supported at any location in a YAML file. The anchor description element name must be prefixed by
x-
.Example:
x-colors-declaration: &colors - red - green - blue ... items: - kind: "freeStyle" name: "project-alpha-freestyle" ... parameters: - choice: name: foreground-color choices: *colors - choice: name: background-color choices: *colors