Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 09dae0a

Browse files
committed
Release changes for: 2.3.1, 1.4.1
1 parent ae46f56 commit 09dae0a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Summary of release changes.
66

7-
### 2.3.1 - Unreleased
7+
### 2.3.1 - 2019-09-28
88

99
- Deprecate Makefile target `logs-delayed`; replaced with `logsdef`.
1010
- Updates source image to [2.6.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.6.1).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM jdeathe/centos-ssh:2.6.1
22

3-
ARG RELEASE_VERSION="2.3.0"
3+
ARG RELEASE_VERSION="2.3.1"
44

55
# ------------------------------------------------------------------------------
66
# Base install of required packages

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Tags and respective `Dockerfile` links
22

3-
- [`2.3.0`](https://github.com/jdeathe/centos-ssh-memcached/releases/tag/2.3.0),`centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile)
3+
- [`2.3.1`](https://github.com/jdeathe/centos-ssh-memcached/releases/tag/2.3.1),`centos-7` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile)
44
- [`1.4.0`](https://github.com/jdeathe/centos-ssh-memcached/releases/tag/1.4.0),`centos-6` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-6/Dockerfile)
55

66
## Overview
@@ -23,7 +23,7 @@ $ docker run -d \
2323
--name memcached.1 \
2424
-p 11211:11211/tcp \
2525
--sysctl "net.core.somaxconn=1024" \
26-
jdeathe/centos-ssh-memcached:2.3.0
26+
jdeathe/centos-ssh-memcached:2.3.1
2727
```
2828

2929
Verify the named container's process status and health.
@@ -70,7 +70,7 @@ $ docker stop memcached.1 && \
7070
--sysctl "net.ipv4.ip_local_port_range=1024 65535" \
7171
--sysctl "net.ipv4.route.flush=1" \
7272
--env "MEMCACHED_CACHESIZE=32" \
73-
jdeathe/centos-ssh-memcached:2.3.0
73+
jdeathe/centos-ssh-memcached:2.3.1
7474
```
7575

7676
### Environment variables

0 commit comments

Comments
 (0)