8000 v14.2.0 · SocketCluster/socketcluster@a8abd26 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8abd26

Browse files
committed
v14.2.0
1 parent 5c0e57b commit a8abd26

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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:v14.1.1
14+
image: socketcluster/socketcluster:v14.2.0
1515
ports:
1616
- containerPort: 8000
1717
env:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "14.1.1",
4+
"version": "14.2.0",
55
"homepage": "http://socketcluster.io",
66
"contributors": [
77
{

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="14.1.1"
4+
LABEL version="14.2.0"
55
LABEL description="Docker file for SocketCluster with support for clustering."
66

77
RUN mkdir -p /usr/src/

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sc-hot-reboot": "^1.0.0",
1919
"scc-broker-client": "^6.0.1",
2020
"serve-static": "1.13.2",
21-
"socketcluster": "^14.1.1",
21+
"socketcluster": "^14.2.0",
2222
"socketcluster-client": "^14.1.0"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)
0