diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d73a5a..597bf0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: - run: name: Test container (integration tests) command: | - docker run --name backuppc-integration --detach adferrand/backuppc + docker run --name backuppc-integration --detach -p 8080:8080 adferrand/backuppc sleep 5 status=`docker exec backuppc-integration su backuppc -c "/usr/local/BackupPC/bin/BackupPC_serverMesg status"` pattern="Got reply:"" ok" diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bc0d1..2adf03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,17 @@ ## Unreleased +## [4.3.0-3] - 06/12/2018 +### Added +* Hostname in BackupPC instance is now in sync with the container hostname, and can be set using `--hostname` at container start (#12 @Alveel) +* Add basic integration tests during the CI + +### Changed +* Update perl lib BackupPC::XS to 0.58 +* Update rsync-bpc to 3.1.2.0 + ## [4.3.0-2] - 27/11/2018 -### Modified +### Changed * Bugfix: fallback to rsync-bpc to 3.0.9.12 and BackupPC::XS 0.57 because upstream is broken * Versions 4.3.0-1 and 4.3.0 are also patched with this bugfix diff --git a/VERSION b/VERSION index 8d30057..ba47b87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.0-2 +4.3.0-3