@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20241126023633 → 0.0.0-nightly-20241128023738

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 +14 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,25 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20241126023633
3
+ ## 0.0.0-nightly-20241128023738
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20241126023633
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241128023738
9
9
  - @backstage/catalog-model@1.7.1
10
10
  - @backstage/config@1.3.0
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241126023633
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241128023738
12
+ - @backstage/plugin-kubernetes-common@0.9.0
13
+
14
+ ## 0.3.3-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@1.0.3-next.0
20
+ - @backstage/catalog-model@1.7.1
21
+ - @backstage/config@1.3.0
22
+ - @backstage/plugin-catalog-node@1.14.1-next.0
12
23
  - @backstage/plugin-kubernetes-common@0.9.0
13
24
 
14
25
  ## 0.3.2
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-20241126023633",
3
+ "version": "0.0.0-nightly-20241128023738",
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-20241126023633",
63
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241128023738",
64
64
  "@backstage/catalog-model": "1.7.1",
65
65
  "@backstage/config": "1.3.0",
66
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241126023633",
66
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241128023738",
67
67
  "@backstage/plugin-kubernetes-common": "0.9.0",
68
68
  "@google-cloud/container": "^5.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "0.0.0-nightly-20241126023633",
72
- "@backstage/cli": "0.0.0-nightly-20241126023633"
71
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241128023738",
72
+ "@backstage/cli": "0.0.0-nightly-20241128023738"
73
73
  },
74
74
  "configSchema": "config.d.ts"
75
75
  }