Merge "Release notes for server-side env resolution"

This commit is contained in:
Jenkins 2016-02-19 10:51:02 +00:00 committed by Gerrit Code Review
commit 93fb5d547c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
features:
- Multiple environment files may be passed to the server in the
files dictionary along with an ordered list of the environment file
names. The server will generate the stack's environment from the
provided files rather than requiring the client to merge the environments
together. This is optional; the existing interface to pass in the
already resolved environment is still present.