Add release note for multiple environments

Warn in the documentation that it is an experimental feature.

Change-Id: I46ea01ef9a3f6e322489e6d2a28f99d05656e0f2
This commit is contained in:
Pierre Riteau 2021-04-13 11:01:46 +02:00
parent b78218adc6
commit 079704ab82
2 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,11 @@
Multiple Environments
=====================
.. warning::
Support for multiple Kayobe environments is considered experimental: its
design may change in future versions without a deprecation period.
Sometimes it can be useful to support deployment of multiple environments from
a single Kayobe configuration. Most commonly this is to support a deployment
pipeline, such as the traditional development, test, staging and production

View File

@ -0,0 +1,8 @@
---
features:
- |
Adds support for managing multiple Kayobe environments from a single
configuration repository. See the `documentation
<https://docs.openstack.org/kayobe/latest/multiple-environments.html>`__
for more details. Note that this feature is considered experimental: its
design may change in future versions without a deprecation period.