diff --git a/doc/source/multiple-environments.rst b/doc/source/multiple-environments.rst index c0b2d9cbb..1efc037f8 100644 --- a/doc/source/multiple-environments.rst +++ b/doc/source/multiple-environments.rst @@ -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 diff --git a/releasenotes/notes/multiple-environments-2961e5ba017822dd.yaml b/releasenotes/notes/multiple-environments-2961e5ba017822dd.yaml new file mode 100644 index 000000000..63c051490 --- /dev/null +++ b/releasenotes/notes/multiple-environments-2961e5ba017822dd.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + Adds support for managing multiple Kayobe environments from a single + configuration repository. See the `documentation + `__ + for more details. Note that this feature is considered experimental: its + design may change in future versions without a deprecation period.