Add release note for StackDefinition API
Change-Id: I00f71f9b47690d9e9fcbd8aeae2289de34d87c60 Implements: blueprint stack-definition
This commit is contained in:
parent
9195ead9bf
commit
78fb3c42ca
@ -0,0 +1,11 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue
Block a user