Skip to content

Commit 4bc6a27

Browse files
authored
Merge pull request docker#7879 from docker/align-rel-ver-in-eng-893
Explain aligned release and versioning in Engine
2 parents cfa3d4f + aa63746 commit 4bc6a27

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

engine/release-notes.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Learn about the new features, bug fixes, and breaking changes for D
44
keywords: docker, docker engine, ee, ce, whats new, release notes
55
toc_min: 1
66
toc_max: 2
7-
- /ee/engine/release-notes/
8-
- /release-notes/docker-ce/
9-
7+
redirect_from:
8+
- /ee/engine/release-notes/
9+
- /release-notes/docker-ce/
1010
---
1111

1212
This document describes the latest changes, additions, known issues, and fixes
@@ -16,6 +16,12 @@ Docker EE is a superset of all the features in Docker CE. It incorporates defect
1616
that you can use in environments where new features cannot be adopted as quickly for
1717
consistency and compatibility reasons.
1818

19+
> ***NOTE:***
20+
> New in 18.09 is an aligned release model for Docker Engine - Community and Docker
21+
> Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an incrementing
22+
> patch version. The enterprise engine is a superset of the community engine. They
23+
> will ship concurrently with the same x patch version based on the same code base.
24+
1925
## 18.09
2026
2018-11-08
2127

0 commit comments

Comments
 (0)