heat/releasenotes/notes/stack-definition-in-functions-3f7f172a53edf535.yaml
Zane Bitter 78fb3c42ca Add release note for StackDefinition API
Change-Id: I00f71f9b47690d9e9fcbd8aeae2289de34d87c60
Implements: blueprint stack-definition
2017-09-27 10:12:27 -04:00

12 lines
680 B
YAML

---
other:
- Intrinsic function plugins will now be passed a StackDefinition object
instead of a Stack object. When accessing resources, the StackDefinition
will return ResourceProxy objects instead of Resource objects. These
classes replicate the parts of the Stack and Resource APIs that are used by
the built-in Function plugins, but authors of custom third-party
Template/Function plugins should audit them to ensure they do not depend on
unstable parts of the API that are no longer accessible. The
StackDefinition and ResourceProxy APIs are considered stable and any future
changes to them will go through the standard deprecation process.