Merge pull request #8819 from backstage/rugvip/clonfig

config: make ConfigReader#get always return a clone
This commit is contained in:
Patrik Oldsberg
2022-01-08 17:38:19 +01:00
committed by GitHub
3 changed files with 63 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config': patch
---
The `ConfigReader#get` method now always returns a deep clone of the configuration data.