diff --git a/CHANGELOG.md b/CHANGELOG.md index 75275a3..4b08562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- Debian stretch support ## [1.0.0] - 2017-06-21 ### Added diff --git a/Makefile b/Makefile index 0dd33cc..095e231 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ include .manala/make/Makefile ######## ROLE = manala.kernel -ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie +ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch diff --git a/meta/main.yml b/meta/main.yml index c43f777..1b352e2 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -14,6 +14,7 @@ galaxy_info: versions: - wheezy - jessie + - stretch galaxy_tags: - system - kernel