@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20231107021551 → 0.0.0-nightly-20231115021506

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,19 +1,42 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20231107021551
3
+ ## 0.0.0-nightly-20231115021506
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 62180df4ee3c: Allow integration with kubernetes dashboard
8
7
  - Updated dependencies
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20231107021551
10
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20231107021551
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20231107021551
12
- - @backstage/backend-common@0.0.0-nightly-20231107021551
13
- - @backstage/backend-tasks@0.0.0-nightly-20231107021551
8
+ - @backstage/backend-common@0.0.0-nightly-20231115021506
9
+ - @backstage/backend-tasks@0.0.0-nightly-20231115021506
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20231115021506
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231115021506
12
+
13
+ ## 0.1.7
14
+
15
+ ### Patch Changes
16
+
17
+ - 62180df4ee: Allow integration with kubernetes dashboard
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-node@1.5.0
20
+ - @backstage/plugin-kubernetes-common@0.7.1
21
+ - @backstage/backend-common@0.19.9
22
+ - @backstage/backend-plugin-api@0.6.7
23
+ - @backstage/backend-tasks@0.5.12
14
24
  - @backstage/catalog-model@1.4.3
15
25
  - @backstage/config@1.1.1
16
26
 
27
+ ## 0.1.7-next.2
28
+
29
+ ### Patch Changes
30
+
31
+ - [#20321](https://github.com/backstage/backstage/pull/20321) [`62180df4ee`](https://github.com/backstage/backstage/commit/62180df4ee3cb2f75459ee245d5da9c7e2342375) Thanks [@szubster](https://github.com/szubster)! - Allow integration with kubernetes dashboard
32
+
33
+ - Updated dependencies
34
+ - @backstage/plugin-kubernetes-common@0.7.1-next.1
35
+ - @backstage/backend-plugin-api@0.6.7-next.2
36
+ - @backstage/backend-common@0.19.9-next.2
37
+ - @backstage/backend-tasks@0.5.12-next.2
38
+ - @backstage/plugin-catalog-node@1.5.0-next.2
39
+
17
40
  ## 0.1.7-next.1
18
41
 
19
42
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
- "version": "0.0.0-nightly-20231107021551",
3
+ "version": "0.0.0-nightly-20231115021506",
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-20231107021551",
4
+ "version": "0.0.0-nightly-20231115021506",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,19 +43,19 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20231107021551",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231107021551",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20231107021551",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20231115021506",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231115021506",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20231115021506",
49
49
  "@backstage/catalog-model": "^1.4.3",
50
50
  "@backstage/config": "^1.1.1",
51
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20231107021551",
52
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20231107021551",
51
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20231115021506",
52
+ "@backstage/plugin-kubernetes-common": "^0.7.1",
53
53
  "@google-cloud/container": "^4.15.0",
54
54
  "winston": "^3.2.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231107021551",
58
- "@backstage/cli": "^0.0.0-nightly-20231107021551"
57
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231115021506",
58
+ "@backstage/cli": "^0.24.0"
59
59
  },
60
60
  "files": [
61
61
  "config.d.ts",