X Tutup
Skip to content

Commit ec33a7d

Browse files
committed
Add RELEASE.md note about deprecation notice
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
1 parent ce3cb54 commit ec33a7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ several "checklist items" which should be documented. This document is intended
1212
to cover the current Docker Machine release process. It is written for Docker
1313
Machine core maintainers who might find themselves performing a release.
1414

15+
0. The new version of `azure` driver released in 0.7.0 is not backwards compatible
16+
and therefore errors out with a message saying the new driver is unsupported with
17+
the new version. The commit 7b961604 should be undone prior to 0.8.0 release and
18+
this notice must be removed from `docs/RELEASE.md`.
1519
1. **Get a GITHUB_TOKEN** Check that you have a proper `GITHUB_TOKEN`. This
1620
token needs only to have the `repo` scope. The token can be created on github
1721
in the settings > Personal Access Token menu.

0 commit comments

Comments
 (0)
X Tutup