@backstage/plugin-kubernetes-backend 0.0.0-nightly-20220831030347 → 0.0.0-nightly-20220901025835

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 +5 -5
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
- ## 0.0.0-nightly-20220831030347
3
+ ## 0.0.0-nightly-20220901025835
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,10 +12,10 @@
12
12
  helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
13
13
 
14
14
  - Updated dependencies
15
- - @backstage/backend-common@0.0.0-nightly-20220831030347
16
- - @backstage/plugin-auth-node@0.0.0-nightly-20220831030347
17
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20220831030347
18
- - @backstage/catalog-client@0.0.0-nightly-20220831030347
15
+ - @backstage/backend-common@0.0.0-nightly-20220901025835
16
+ - @backstage/plugin-auth-node@0.0.0-nightly-20220901025835
17
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20220901025835
18
+ - @backstage/catalog-client@0.0.0-nightly-20220901025835
19
19
 
20
20
  ## 0.7.2-next.1
21
21
 
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
3
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
4
- "version": "0.0.0-nightly-20220831030347",
4
+ "version": "0.0.0-nightly-20220901025835",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
8
- "private": false,
9
8
  "publishConfig": {
10
9
  "access": "public",
11
10
  "main": "dist/index.cjs.js",
@@ -36,13 +35,13 @@
36
35
  },
37
36
  "dependencies": {
38
37
  "@azure/identity": "^2.0.4",
39
- "@backstage/backend-common": "0.0.0-nightly-20220831030347",
40
- "@backstage/catalog-client": "0.0.0-nightly-20220831030347",
38
+ "@backstage/backend-common": "0.0.0-nightly-20220901025835",
39
+ "@backstage/catalog-client": "0.0.0-nightly-20220901025835",
41
40
  "@backstage/catalog-model": "^1.1.0",
42
41
  "@backstage/config": "^1.0.1",
43
42
  "@backstage/errors": "^1.1.0",
44
- "@backstage/plugin-auth-node": "0.0.0-nightly-20220831030347",
45
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20220831030347",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20220901025835",
44
+ "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20220901025835",
46
45
  "@google-cloud/container": "^4.0.0",
47
46
  "@kubernetes/client-node": "^0.17.0",
48
47
  "@types/express": "^4.17.6",
@@ -63,7 +62,7 @@
63
62
  "yn": "^4.0.0"
64
63
  },
65
64
  "devDependencies": {
66
- "@backstage/cli": "0.0.0-nightly-20220831030347",
65
+ "@backstage/cli": "0.0.0-nightly-20220901025835",
67
66
  "@types/aws4": "^1.5.1",
68
67
  "aws-sdk-mock": "^5.2.1",
69
68
  "supertest": "^6.1.3"