Browse Source

document changes since release v1.0.0 in changelog

Fabian Peter Hammerle 3 years ago
parent
commit
8bcb96f292
1 changed files with 9 additions and 1 deletions
  1. 9 1
      CHANGELOG.md

+ 9 - 1
CHANGELOG.md

@@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+### Added
+- `docker-compose`: added cpu & memory resource limits
+
+### Changed
+- `docker-compose`: read-only container root filesystem
+
+### Fixed
+- `docker-compose`: drop capabilities, disallow gaining new privileges
 
 ## [1.0.0] - 2020-01-10
 ### Added
-- OpenSSH server invoking `mysqldump` when client connects. 
+- openssh server invoking `mysqldump` when client connects
 
 [Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
 [1.0.0]: https://github.com/fphammerle/docker-mysqldump-sshd/releases/tag/v1.0.0