@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20250818024926 → 0.0.0-nightly-20250828023739
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-gcp
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250828023739
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- cb36a86: Added support for Google Service account credentials config used in GkeEntityProvider.
|
|
8
|
-
Added support for additional metadata `authProvider` and `owner` to be set for the GKE cluster entities.
|
|
9
7
|
- Updated dependencies
|
|
10
|
-
- @backstage/plugin-
|
|
11
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-20250818024926
|
|
8
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20250828023739
|
|
12
9
|
- @backstage/catalog-model@1.7.5
|
|
13
10
|
- @backstage/config@1.3.3
|
|
11
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20250828023739
|
|
14
12
|
- @backstage/plugin-kubernetes-common@0.9.6
|
|
15
13
|
|
|
14
|
+
## 0.3.11
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- cb36a86: Added support for Google Service account credentials config used in GkeEntityProvider.
|
|
19
|
+
Added support for additional metadata `authProvider` and `owner` to be set for the GKE cluster entities.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/plugin-catalog-node@1.18.0
|
|
22
|
+
- @backstage/backend-plugin-api@1.4.2
|
|
23
|
+
|
|
16
24
|
## 0.3.11-next.0
|
|
17
25
|
|
|
18
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-gcp",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250828023739",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards GCP",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
66
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20250828023739",
|
|
67
67
|
"@backstage/catalog-model": "1.7.5",
|
|
68
68
|
"@backstage/config": "1.3.3",
|
|
69
|
-
"@backstage/plugin-catalog-node": "0.0.0-nightly-
|
|
69
|
+
"@backstage/plugin-catalog-node": "0.0.0-nightly-20250828023739",
|
|
70
70
|
"@backstage/plugin-kubernetes-common": "0.9.6",
|
|
71
71
|
"@google-cloud/container": "^5.0.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
75
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
74
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20250828023739",
|
|
75
|
+
"@backstage/cli": "0.0.0-nightly-20250828023739"
|
|
76
76
|
},
|
|
77
77
|
"configSchema": "config.d.ts"
|
|
78
78
|
}
|