@codefresh-io/kube-integration 1.26.4 → 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 +1 -1
- package/Dockerfile +1 -0
- package/package.json +3 -17
- package/service.yaml +1 -1
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
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.
|
|
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": "
|
|
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",
|
|
@@ -78,6 +67,3 @@
|
|
|
78
67
|
"sinon-chai": "^2.10.0"
|
|
79
68
|
}
|
|
80
69
|
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
package/service.yaml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version: 1.30.
|
|
1
|
+
version: 1.30.6
|