@codefresh-io/kube-integration 1.15.31-api → 1.15.34-api
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/package.json +4 -4
- package/service.yaml +1 -1
- package/yarn.lock +18 -13
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.15.
|
|
2
|
+
"version": "1.15.34-api",
|
|
3
3
|
"name": "@codefresh-io/kube-integration",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "kube-integration old api support for cf-api. a branch without service-base and using and old api - for api use with older nodejs",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "git+https://github.com/codefresh-io/kube-integration.git"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
|
-
"node": "
|
|
22
|
+
"node": "12.22.7"
|
|
23
23
|
},
|
|
24
24
|
"author": "Oleg Sucharevich <olegs@codefresh.io>",
|
|
25
25
|
"license": "ISC",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@codefresh-io/docker-reference": "^0.0.5",
|
|
32
32
|
"@codefresh-io/eventbus": "1.3.1",
|
|
33
|
-
"@codefresh-io/http-infra": "^1.8.
|
|
33
|
+
"@codefresh-io/http-infra": "^1.8.10",
|
|
34
34
|
"bluebird": "^3.5.0",
|
|
35
35
|
"body-parser": "^1.17.2",
|
|
36
36
|
"cf-errors": "^0.1.15",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"js-yaml": "^3.13.1",
|
|
47
47
|
"kube-config-builder": "^1.1.3",
|
|
48
48
|
"kubernetes-client": "^3.12.0",
|
|
49
|
-
"lodash": "4.17.
|
|
49
|
+
"lodash": "~4.17.21",
|
|
50
50
|
"method-override": "^2.3.9",
|
|
51
51
|
"mongoose": "~5.7.5",
|
|
52
52
|
"morgan": "^1.8.2",
|
package/service.yaml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version: 1.15.
|
|
1
|
+
version: 1.15.33
|
package/yarn.lock
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
# yarn lockfile v1
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
"@codefresh-io/authenticated-entity@^2.
|
|
6
|
-
version "2.
|
|
7
|
-
resolved "https://registry.yarnpkg.com/@codefresh-io/authenticated-entity/-/authenticated-entity-2.
|
|
8
|
-
integrity sha512-
|
|
5
|
+
"@codefresh-io/authenticated-entity@^2.13.3":
|
|
6
|
+
version "2.13.3"
|
|
7
|
+
resolved "https://registry.yarnpkg.com/@codefresh-io/authenticated-entity/-/authenticated-entity-2.13.3.tgz#d64c9b2d3f2910f8bbbccee7e3ee24693403ace1"
|
|
8
|
+
integrity sha512-1Kan+DBF6hCJZxy6nVVAUbt4/uSGKo2eXZtbONa9+OIsRZrTjQsCQiilxqa0oN87N9dY889oWmk05J1rM46lPA==
|
|
9
9
|
dependencies:
|
|
10
|
-
lodash "4.17.
|
|
10
|
+
lodash "^4.17.21"
|
|
11
11
|
semver "^7.0.0"
|
|
12
12
|
|
|
13
13
|
"@codefresh-io/docker-reference@^0.0.5":
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
pg-cursor "^1.2.0"
|
|
29
29
|
uuid "^3.0.1"
|
|
30
30
|
|
|
31
|
-
"@codefresh-io/http-infra@^1.8.
|
|
32
|
-
version "1.8.
|
|
33
|
-
resolved "https://registry.yarnpkg.com/@codefresh-io/http-infra/-/http-infra-1.8.
|
|
34
|
-
integrity sha512-
|
|
31
|
+
"@codefresh-io/http-infra@^1.8.10":
|
|
32
|
+
version "1.8.10"
|
|
33
|
+
resolved "https://registry.yarnpkg.com/@codefresh-io/http-infra/-/http-infra-1.8.10.tgz#6ae76dbbac8051037fca4f08183ff95c90dfb66c"
|
|
34
|
+
integrity sha512-9KFh7E64D6dUL23DQ3A1plRsTYBixs/+BIDqbqnCpDN94N/4QLUl/7xCa/M96cdL/onebOs64ylq/x8R4+fWew==
|
|
35
35
|
dependencies:
|
|
36
|
-
"@codefresh-io/authenticated-entity" "^2.
|
|
36
|
+
"@codefresh-io/authenticated-entity" "^2.13.3"
|
|
37
37
|
bluebird "^3.7.2"
|
|
38
38
|
crypto-random-string "^3.3.0"
|
|
39
|
-
lodash "4.17.
|
|
40
|
-
request "2.88.2"
|
|
39
|
+
lodash "^4.17.21"
|
|
40
|
+
request "^2.88.2"
|
|
41
41
|
requestretry "^3.1.0"
|
|
42
42
|
|
|
43
43
|
"@dabh/diagnostics@^2.0.2":
|
|
@@ -1328,6 +1328,11 @@ lodash@^4.17.14:
|
|
|
1328
1328
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
|
1329
1329
|
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
|
1330
1330
|
|
|
1331
|
+
lodash@^4.17.21, lodash@~4.17.21:
|
|
1332
|
+
version "4.17.21"
|
|
1333
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
|
1334
|
+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
|
1335
|
+
|
|
1331
1336
|
logform@^2.2.0:
|
|
1332
1337
|
version "2.2.0"
|
|
1333
1338
|
resolved "https://registry.yarnpkg.com/logform/-/logform-2.2.0.tgz#40f036d19161fc76b68ab50fdc7fe495544492f2"
|
|
@@ -1870,7 +1875,7 @@ request-promise@4.2.6:
|
|
|
1870
1875
|
stealthy-require "^1.1.1"
|
|
1871
1876
|
tough-cookie "^2.3.3"
|
|
1872
1877
|
|
|
1873
|
-
request@2.88.2, request@^2.83.0:
|
|
1878
|
+
request@2.88.2, request@^2.83.0, request@^2.88.2:
|
|
1874
1879
|
version "2.88.2"
|
|
1875
1880
|
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
|
1876
1881
|
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|