From 783e95fd24c50cebd87bc6ecbc9a9608a2d78e18 Mon Sep 17 00:00:00 2001 From: chunter0 Date: Tue, 25 Jun 2024 09:28:27 -0500 Subject: [PATCH] changelog --- changelog/v0.34.14/env-template-sources.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog/v0.34.14/env-template-sources.yaml b/changelog/v0.34.14/env-template-sources.yaml index f9b5f08d4..9dd2ae3d2 100644 --- a/changelog/v0.34.14/env-template-sources.yaml +++ b/changelog/v0.34.14/env-template-sources.yaml @@ -1,6 +1,13 @@ changelog: + - type: FIX + issueLink: https://github.com/solo-io/skv2/issues/565 + description: > + Add support for other sources in templated env vars field. + skipCI: "false" - type: NON_USER_FACING - issueLink: description: > - "" + Reorder the priority of the environment variables to be loaded in the following order: + 1. Templated environment variables + 2. Environment variables + 3. Extra environment variables skipCI: "false"