Skip to content

Commit

Permalink
v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Jan 9, 2018
1 parent 2e09091 commit 918c28c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion kubernetes/scc-state-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: scc-state
image: socketcluster/scc-state:v1.5.2
image: socketcluster/scc-state:v1.6.0
ports:
- containerPort: 7777
livenessProbe:
Expand Down
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.2.2
image: socketcluster/socketcluster:v9.3.0
ports:
- containerPort: 8000
env:
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.2.2",
"version": "9.3.0",
"homepage": "http://socketcluster.io",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8-slim

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

RUN mkdir -p /usr/src/
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sc-hot-reboot": "~1.0.0",
"scc-broker-client": "~2.1.2",
"serve-static": "1.11.2",
"socketcluster": "~9.2.2",
"socketcluster": "~9.3.0",
"socketcluster-client": "~9.0.2"
},
"keywords": [
Expand Down

0 comments on commit 918c28c

Please sign in to comment.