From 079704ab829d5a7cbdee78d463d0e814b121b920 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 13 Apr 2021 11:01:46 +0200 Subject: [PATCH] Add release note for multiple environments Warn in the documentation that it is an experimental feature. Change-Id: I46ea01ef9a3f6e322489e6d2a28f99d05656e0f2 --- doc/source/multiple-environments.rst | 5 +++++ .../notes/multiple-environments-2961e5ba017822dd.yaml | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 releasenotes/notes/multiple-environments-2961e5ba017822dd.yaml 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.