Skip to content

Commit c9a6b2b

Browse files
committed
v10.0.0
1 parent 3363b1d commit c9a6b2b

File tree

5 files changed

+37
-36
lines changed

5 files changed

+37
-36
lines changed

kubernetes/socketcluster-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
spec:
1212
containers:
1313
- name: socketcluster
14-
image: socketcluster/socketcluster:v9.3.3
14+
image: socketcluster/socketcluster:v10.0.0
1515
ports:
1616
- containerPort: 8000
1717
env:

package-lock.json

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socketcluster",
33
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
4-
"version": "9.3.3",
4+
"version": "10.0.0",
55
"homepage": "http://socketcluster.io",
66
"contributors": [
77
{
@@ -20,7 +20,7 @@
2020
"inquirer": "1.1.3",
2121
"minimist": "1.1.0",
2222
"sc-auth": "^4.1.3",
23-
"sc-broker-cluster": "^6.1.2",
23+
"sc-broker-cluster": "^6.1.3",
2424
"sc-errors": "^1.4.0",
2525
"socketcluster-server": "^10.0.0",
2626
"uid-number": "0.0.5",

sample/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:8-slim
22

33
LABEL maintainer="Jonathan Gros-Dubois"
4-
LABEL version="9.3.3"
4+
LABEL version="10.0.0"
55
LABEL description="Docker file for SocketCluster with support for clustering."
66

77
RUN mkdir -p /usr/src/

sample/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"express": "4.14.0",
1414
"minimist": "1.1.0",
1515
"morgan": "1.7.0",
16-
"sc-errors": "~1.3.3",
17-
"sc-framework-health-check": "~2.0.0",
18-
"sc-hot-reboot": "~1.0.0",
19-
"scc-broker-client": "~2.1.2",
16+
"sc-errors": "^1.4.0",
17+
"sc-framework-health-check": "^2.0.0",
18+
"sc-hot-reboot": "^1.0.0",
19+
"scc-broker-client": "^2.1.2",
2020
"serve-static": "1.11.2",
21-
"socketcluster": "~9.3.3",
22-
"socketcluster-client": "~9.0.3"
21+
"socketcluster": "^10.0.0",
22+
"socketcluster-client": "^10.1.0"
2323
},
2424
"keywords": [
2525
"websocket",

0 commit comments

Comments
 (0)