Skip to content

Commit

Permalink
Bump socketcluster-server and socketcluster-client versions to suppor…
Browse files Browse the repository at this point in the history
…t close event
  • Loading branch information
jondubois committed Nov 5, 2017
1 parent 3665f06 commit 1ad8185
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion kubernetes/socketcluster-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: socketcluster
image: socketcluster/socketcluster:v9.0.8
image: socketcluster/socketcluster:v9.1.0
ports:
- containerPort: 8000
env:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socketcluster",
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
"version": "9.0.8",
"version": "9.1.0",
"homepage": "http://socketcluster.io",
"contributors": [
{
Expand All @@ -22,7 +22,7 @@
"sc-auth": "~4.1.2",
"sc-broker-cluster": "~5.0.4",
"sc-errors": "~1.3.3",
"socketcluster-server": "~9.0.0",
"socketcluster-server": "~9.0.1",
"uid-number": "0.0.5",
"uuid": "3.1.0"
},
Expand All @@ -39,6 +39,6 @@
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"socketcluster-client": "~8.0.2"
"socketcluster-client": "~9.0.0"
}
}
4 changes: 2 additions & 2 deletions sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8.4.0-slim
LABEL maintainer="Jonathan Gros-Dubois"

LABEL version="9.0.8"
LABEL maintainer="Jonathan Gros-Dubois"
LABEL version="9.1.0"
LABEL description="Docker file for SocketCluster with support for clustering."

RUN mkdir -p /usr/src/
Expand Down
4 changes: 2 additions & 2 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"sc-hot-reboot": "~1.0.0",
"scc-broker-client": "~2.0.0",
"serve-static": "1.11.2",
"socketcluster": "~9.0.8",
"socketcluster-client": "~8.0.2"
"socketcluster": "~9.1.0",
"socketcluster-client": "~9.0.0"
},
"keywords": [
"websocket",
Expand Down

0 comments on commit 1ad8185

Please sign in to comment.