Merge pull request #15812 from RubenV-dev/oidc-cluster-locator

Add more cluster details to the software catalog
This commit is contained in:
Fredrik Adelöw
2023-01-24 12:54:11 +01:00
committed by GitHub
11 changed files with 205 additions and 32 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-common': patch
---
New K8s catalog entity annotations added that will replace now deprecated k8s annotations in the catalog-model package. K8s annotation imports should now be made from plugin-kubernetes-common.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Adding new Cluster detail fields to catalogClusterLocator. Replace deprecated imports with k8s annotations from plugin-kubernetes-common.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Add deprecation tag to kubernetes constants in catalog, constants are now defined in plugin-kubernetes-common