Merge pull request #1669 from mheon/bump-0.10.1.2

Bump to v0.10.1.2
This commit is contained in:
Matthew Heon
2018-10-17 11:35:36 -04:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
GO ?= go GO ?= go
DESTDIR ?= / DESTDIR ?= /
EPOCH_TEST_COMMIT ?= 4aeaadb8571365563d6a86e900cc904d04d367b9 EPOCH_TEST_COMMIT ?= d12eb5f35a5b2580233a75986ce85c4ad39bedd3
HEAD ?= HEAD HEAD ?= HEAD
CHANGELOG_BASE ?= HEAD~ CHANGELOG_BASE ?= HEAD~
CHANGELOG_TARGET ?= HEAD CHANGELOG_TARGET ?= HEAD

View File

@ -1,3 +1,9 @@
- Changelog for v0.10.1.2 (2018-10-17)
* Update release notes for 0.10.1.2
* Fix CGroup paths used for systemd CGroup mount
* Bump gitvalidation epoch
* Bump to v0.10.2-dev
- Changelog for v0.10.1.1 (2018-10-16) - Changelog for v0.10.1.1 (2018-10-16)
* Update release notes for 0.10.1.1 * Update release notes for 0.10.1.1
* Mount proper cgroup for systemd to manage inside of the container. * Mount proper cgroup for systemd to manage inside of the container.