@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20251117024228 → 0.0.0-nightly-20251126024544

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,37 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20251117024228
3
+ ## 0.0.0-nightly-20251126024544
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251117024228
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20251117024228
10
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20251117024228
11
- - @backstage/config@0.0.0-nightly-20251117024228
12
- - @backstage/catalog-model@0.0.0-nightly-20251117024228
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251126024544
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251126024544
10
+ - @backstage/config@1.3.6
11
+ - @backstage/catalog-model@1.7.6
12
+ - @backstage/plugin-kubernetes-common@0.9.8
13
+
14
+ ## 0.3.15-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@1.5.1-next.0
20
+ - @backstage/plugin-catalog-node@1.20.1-next.0
21
+ - @backstage/config@1.3.6
22
+ - @backstage/catalog-model@1.7.6
23
+ - @backstage/plugin-kubernetes-common@0.9.8
24
+
25
+ ## 0.3.14
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/plugin-catalog-node@1.20.0
31
+ - @backstage/backend-plugin-api@1.5.0
32
+ - @backstage/plugin-kubernetes-common@0.9.8
33
+ - @backstage/config@1.3.6
34
+ - @backstage/catalog-model@1.7.6
13
35
 
14
36
  ## 0.3.14-next.1
15
37
 
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-20251117024228",
3
+ "version": "0.0.0-nightly-20251126024544",
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-20251117024228",
67
- "@backstage/catalog-model": "0.0.0-nightly-20251117024228",
68
- "@backstage/config": "0.0.0-nightly-20251117024228",
69
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251117024228",
70
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20251117024228",
66
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251126024544",
67
+ "@backstage/catalog-model": "1.7.6",
68
+ "@backstage/config": "1.3.6",
69
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251126024544",
70
+ "@backstage/plugin-kubernetes-common": "0.9.8",
71
71
  "@google-cloud/container": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/backend-test-utils": "0.0.0-nightly-20251117024228",
75
- "@backstage/cli": "0.0.0-nightly-20251117024228"
74
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251126024544",
75
+ "@backstage/cli": "0.0.0-nightly-20251126024544"
76
76
  },
77
77
  "configSchema": "config.d.ts"
78
78
  }