@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20250116022939 → 0.0.0-nightly-20250122023023

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 +17 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20250116022939
3
+ ## 0.0.0-nightly-20250122023023
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250116022939
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250116022939
8
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20250122023023
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250122023023
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250122023023
11
+ - @backstage/catalog-model@1.7.3
12
+ - @backstage/config@1.3.2
13
+
14
+ ## 0.3.5-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-kubernetes-common@0.9.3-next.0
20
+ - @backstage/plugin-catalog-node@1.15.2-next.0
21
+ - @backstage/backend-plugin-api@1.2.0-next.0
22
+ - @backstage/catalog-model@1.7.3
23
+ - @backstage/config@1.3.2
10
24
 
11
25
  ## 0.3.4
12
26
 
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-20250116022939",
3
+ "version": "0.0.0-nightly-20250122023023",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GCP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -60,16 +60,16 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250116022939",
63
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250122023023",
64
64
  "@backstage/catalog-model": "1.7.3",
65
65
  "@backstage/config": "1.3.2",
66
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250116022939",
67
- "@backstage/plugin-kubernetes-common": "0.9.2",
66
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250122023023",
67
+ "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20250122023023",
68
68
  "@google-cloud/container": "^5.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "0.0.0-nightly-20250116022939",
72
- "@backstage/cli": "0.29.5"
71
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250122023023",
72
+ "@backstage/cli": "0.0.0-nightly-20250122023023"
73
73
  },
74
74
  "configSchema": "config.d.ts"
75
75
  }