@codefresh-io/kube-integration 1.26.4-test16 → 1.30.6

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/.nvmrc CHANGED
@@ -1 +1 @@
1
- v14.21.1
1
+ v16.20.2
package/Dockerfile CHANGED
@@ -14,6 +14,7 @@ COPY package.json yarn.lock ./
14
14
  # install required binaries
15
15
  RUN apk add --no-cache --virtual deps make python3 g++ krb5-dev git && \
16
16
  rm -rf node_modules && \
17
+ npm update -g npm && \
17
18
  yarn install --production --frozen-lockfile && \
18
19
  yarn cache clean && \
19
20
  apk del deps && apk upgrade && \
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.4-test16",
2
+ "version": "1.30.6",
3
3
  "name": "@codefresh-io/kube-integration",
4
4
  "main": "index.js",
5
5
  "description": "",
@@ -28,26 +28,15 @@
28
28
  },
29
29
  "homepage": "https://github.com/codefresh-io/kube-integration#readme",
30
30
  "resolutions": {
31
- "json-schema": "^0.4.0",
32
- "lodash": "~4.17.21",
33
- "normalize-url": "4.5.1",
34
- "shelljs": "0.8.5",
35
- "node-forge": "1.3.0",
36
31
  "openid-client": "^4.9.0",
37
- "request/qs": "6.5.3",
38
- "kubernetes-client/qs": "6.9.7",
39
- "nodegistry/request/qs": "6.5.3",
40
- "semver": "7.5.2",
41
- "protobufjs": "7.2.4",
42
- "http-cache-semantics": "4.1.1",
43
32
  "jose": "3.20.4",
44
33
  "tough-cookie": "4.1.3"
45
34
  },
46
35
  "dependencies": {
36
+ "@codefresh-io/cf-monitor": "0.0.29",
47
37
  "@codefresh-io/docker-reference": "^0.0.5",
48
- "@codefresh-io/eventbus": "1.4.3",
38
+ "@codefresh-io/eventbus": "2.0.0",
49
39
  "@codefresh-io/http-infra": "1.8.14",
50
- "@codefresh-io/cf-monitor": "0.0.27",
51
40
  "bluebird": "^3.5.0",
52
41
  "body-parser": "1.19.2",
53
42
  "cf-errors": "^0.1.16",
@@ -66,6 +55,7 @@
66
55
  "nock": "^12.0.3",
67
56
  "nodegistry": "^1.2.5",
68
57
  "object-hash": "^1.2.0",
58
+ "request": "^2.88.2",
69
59
  "request-promise": "^4.2.6",
70
60
  "uuid": "^3.1.0"
71
61
  },
@@ -77,6 +67,3 @@
77
67
  "sinon-chai": "^2.10.0"
78
68
  }
79
69
  }
80
-
81
-
82
-
package/service.yaml CHANGED
@@ -1 +1 @@
1
- version: 1.30.4
1
+ version: 1.30.6