Add changeset.

Signed-off-by: JP Dhabolt john.p.dhabolt@gmail.com
Signed-off-by: JP Dhabolt <jdhabolt@agero.com>
This commit is contained in:
JP Dhabolt
2021-03-30 17:32:02 +00:00
parent a003fdb21b
commit 82c66b8cd5
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/config-loader': minor
---
Add support for environment variable substitution in `$include` transform values.
This change allows for including dynamic paths, such as environment specific secrets by using the same environment variable substitution already supported outside of the `$include` transform (`${..}`).
If you are currently using the syntax `${...}` in your `$include` values, you will need to escape the substitution by using `$${...}` instead.