@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20230919021144 → 0.0.0-nightly-20230921021021

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 CHANGED
@@ -1,6 +1,18 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20230919021144
3
+ ## 0.0.0-nightly-20230921021021
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20230921021021
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230921021021
10
+ - @backstage/backend-tasks@0.0.0-nightly-20230921021021
11
+ - @backstage/config@1.1.0
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230921021021
13
+ - @backstage/plugin-kubernetes-common@0.6.6
14
+
15
+ ## 0.1.3
4
16
 
5
17
  ### Patch Changes
6
18
 
@@ -26,12 +38,12 @@
26
38
  ref: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster
27
39
 
28
40
  - Updated dependencies
29
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230919021144
30
- - @backstage/backend-tasks@0.0.0-nightly-20230919021144
31
- - @backstage/config@0.0.0-nightly-20230919021144
32
- - @backstage/backend-common@0.0.0-nightly-20230919021144
33
- - @backstage/backend-plugin-api@0.0.0-nightly-20230919021144
34
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230919021144
41
+ - @backstage/plugin-kubernetes-common@0.6.6
42
+ - @backstage/backend-tasks@0.5.8
43
+ - @backstage/backend-common@0.19.5
44
+ - @backstage/config@1.1.0
45
+ - @backstage/backend-plugin-api@0.6.3
46
+ - @backstage/plugin-catalog-node@1.4.4
35
47
 
36
48
  ## 0.1.3-next.3
37
49
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
- "version": "0.0.0-nightly-20230919021144",
3
+ "version": "0.0.0-nightly-20230921021021",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GCP",
4
- "version": "0.0.0-nightly-20230919021144",
4
+ "version": "0.0.0-nightly-20230921021021",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,18 +43,18 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20230919021144",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230919021144",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20230919021144",
49
- "@backstage/config": "^0.0.0-nightly-20230919021144",
50
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230919021144",
51
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230919021144",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230921021021",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230921021021",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230921021021",
49
+ "@backstage/config": "^1.1.0",
50
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230921021021",
51
+ "@backstage/plugin-kubernetes-common": "^0.6.6",
52
52
  "@google-cloud/container": "^4.15.0",
53
53
  "winston": "^3.2.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230919021144",
57
- "@backstage/cli": "^0.0.0-nightly-20230919021144"
56
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230921021021",
57
+ "@backstage/cli": "^0.0.0-nightly-20230921021021"
58
58
  },
59
59
  "files": [
60
60
  "config.d.ts",