From ec33a7dfc3c6038b18ae586bde0176e2cd1f72a6 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 10 Mar 2016 16:59:28 -0800 Subject: [PATCH] Add RELEASE.md note about deprecation notice Signed-off-by: Ahmet Alp Balkan --- docs/RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index b05517e494..13ad2a650f 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -12,6 +12,10 @@ several "checklist items" which should be documented. This document is intended to cover the current Docker Machine release process. It is written for Docker Machine core maintainers who might find themselves performing a release. +0. The new version of `azure` driver released in 0.7.0 is not backwards compatible + and therefore errors out with a message saying the new driver is unsupported with + the new version. The commit 7b961604 should be undone prior to 0.8.0 release and + this notice must be removed from `docs/RELEASE.md`. 1. **Get a GITHUB_TOKEN** Check that you have a proper `GITHUB_TOKEN`. This token needs only to have the `repo` scope. The token can be created on github in the settings > Personal Access Token menu.