Skip to content

Commit

Permalink
v14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Sep 23, 2018
1 parent 2ea7f11 commit 28afa76
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 90 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:v14.2.1
image: socketcluster/socketcluster:v14.3.0
ports:
- containerPort: 8000
env:
Expand Down
170 changes: 86 additions & 84 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": "14.2.1",
"version": "14.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="14.2.1"
LABEL version="14.3.0"
LABEL description="Docker file for SocketCluster with support for clustering."

RUN mkdir -p /usr/src/
Expand Down
6 changes: 3 additions & 3 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"express": "4.16.3",
"minimist": "1.1.0",
"morgan": "1.7.0",
"sc-errors": "^1.4.0",
"sc-errors": "^1.4.1",
"sc-framework-health-check": "^2.0.0",
"sc-hot-reboot": "^1.0.0",
"scc-broker-client": "^6.0.1",
"serve-static": "1.13.2",
"socketcluster": "^14.2.1",
"socketcluster-client": "^14.1.0"
"socketcluster": "^14.3.0",
"socketcluster-client": "^14.2.1"
},
"keywords": [
"websocket",
Expand Down

0 comments on commit 28afa76

Please sign in to comment.