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

Commit

Permalink
Merge pull request #448 from jdeathe/centos-6-develop
Browse files Browse the repository at this point in the history
Release changes for 1.7.5
  • Loading branch information
jdeathe authored Dec 15, 2016
2 parents 0a912cd + b335d16 commit 65b6ba9
Show file tree
Hide file tree
Showing 18 changed files with 1,467 additions and 232 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

Summary of release changes for Version 1 - CentOS-6

### 1.7.5 - 2016-12-15

- Adds updated `sudo` package.
- Adds functional tests using [shpec](https://github.com/rylnd/shpec). To run all tests, [install `shpec`](https://github.com/rylnd/shpec#installation) and run with `make test`.
- Adds support for running tests on Ubuntu. _Note: May require some additional setup prevent warnings about locale._

```
sudo locale-gen en_US.UTF-8; sudo dpkg-reconfigure locales
export LANG=en_US.UTF-8; unset LANGUAGE LC_ALL LC_CTYPE
```
- Adds correction to examples and test usage of the `sftp` command.
- Adds a "better practices" example of password hash generation in the `README.md`.
- Adds minor code style changes to the `Makefile`.

### 1.7.4 - 2016-12-04

- Adds correct Makefile usage instructions for 'build' target.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN rpm --rebuilddb \
https://centos6.iuscommunity.org/ius-release.rpm \
vim-minimal-7.4.629-5.el6 \
xz-4.999.9-0.5.beta.20091007git.el6.x86_64 \
sudo-1.8.6p3-24.el6 \
sudo-1.8.6p3-25.el6_8 \
openssh-5.3p1-118.1.el6_8 \
openssh-server-5.3p1-118.1.el6_8 \
openssh-clients-5.3p1-118.1.el6_8 \
Expand Down Expand Up @@ -169,7 +169,7 @@ ENV SSH_AUTHORIZED_KEYS="" \
# -----------------------------------------------------------------------------
# Set image metadata
# -----------------------------------------------------------------------------
ARG RELEASE_VERSION="1.7.4"
ARG RELEASE_VERSION="1.7.5"
LABEL \
install="docker run \
--rm \
Expand Down
Loading

0 comments on commit 65b6ba9

Please sign in to comment.