You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/compose/releases/release-notes.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -977,9 +977,9 @@ For the full change log or additional information, check the [Compose repository
977
977
978
978
{{< release-date date="2022-09-27" >}}
979
979
980
-
> [!NOTE]
981
-
>
982
-
> - Updates on environment file syntax & interpolation: see [compose#9879](https://github.com/docker/compose/issues/9879)
980
+
> [!NOTE]
981
+
>
982
+
> - Updates on environment file syntax & interpolation: see [compose#9879](https://github.com/docker/compose/issues/9879)
983
983
> - Setting `DOCKER_HOST` via `.env` files is not supported in Compose v2
984
984
985
985
### Updates
@@ -1118,10 +1118,9 @@ For the full change log, check the [Compose repository 2.10.0 release page](http
1118
1118
> [!IMPORTANT]
1119
1119
>
1120
1120
> Compose v2.9.0 contains changes to the environment variable's precedence that have since been reverted. We recommend using v2.10+ to avoid compatibility issues.
1121
-
>
1122
1121
1123
1122
> [!NOTE]
1124
-
>
1123
+
>
1125
1124
> This release reverts the breaking changes introduced in [Compose v2.8.0](#280) by [`compose-go v1.3.0`](https://github.com/compose-spec/compose-go/releases/tag/v1.3.0).
1126
1125
1127
1126
### Updates
@@ -1949,8 +1948,9 @@ This release contains minor improvements and bug fixes.
1949
1948
1950
1949
- Reverted a 1.23.0 change that appended random strings to container names
1951
1950
created by `docker-compose up`, causing addressability issues.
1952
-
> [!NOTE]: Containers created by `docker-compose run` will continue to use
1953
-
randomly generated names to avoid collisions during parallel runs.
1951
+
> [!NOTE]
1952
+
>
1953
+
> Containers created by `docker-compose run` will continue to use randomly generated names to avoid collisions during parallel runs.
1954
1954
1955
1955
- Fixed an issue where some `dockerfile` paths would fail unexpectedly when
1956
1956
attempting to build on Windows.
@@ -2954,7 +2954,10 @@ naming scheme accordingly before upgrading.
2954
2954
- Containers dependencies can now be set up to wait on positive healthchecks
2955
2955
when declared using `depends_on`. See the documentation for the updated
2956
2956
syntax.
2957
-
**Note**: This feature will not be ported to version 3 Compose files.
2957
+
2958
+
> [!NOTE]
2959
+
>
2960
+
> This feature will not be ported to version 3 Compose files.
2958
2961
2959
2962
- Added support for the `sysctls` parameter in service definitions
>**Note**: Docker 1.12.0 RC3 release introduces a backward incompatible change from RC2. You can fix this by recreating or updating your containers.
2074
+
>[!NOTE]
2075
+
>
2076
+
> Docker 1.12.0 RC3 release introduces a backward incompatible change from RC2. You can fix this by recreating or updating your containers.
2074
2077
2075
2078
**Hotfix**
2076
2079
@@ -2493,7 +2496,9 @@ are working on a solution.
2493
2496
* Fix msi version
2494
2497
* Don't truncate Toolbox link
2495
2498
2496
-
>**Note**: Docker for Windows skipped from Beta 1 to Beta 5 at this point to synch up the version numbering with Docker for Mac, which went into beta cycles a little earlier.
2499
+
>[!NOTE]
2500
+
>
2501
+
> Docker for Windows skipped from Beta 1 to Beta 5 at this point to synch up the version numbering with Docker for Mac, which went into beta cycles a little earlier.
Copy file name to clipboardExpand all lines: content/manuals/engine/release-notes/17.03.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,9 @@ toc_max: 2
71
71
## 17.03.0-ce
72
72
2017-03-01
73
73
74
-
**IMPORTANT**: Starting with this release, Docker is on a monthly release cycle and uses a
75
-
new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly.
76
-
Any given monthly release will only receive security and bugfixes until the next monthly
77
-
release is available. Quarterly releases receive security and bugfixes for 4 months after
78
-
initial release. This release includes bugfixes for 1.13.1 but
79
-
there are no major feature additions and the API version stays the same.
80
-
Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
74
+
>[!IMPORTANT]
75
+
>
76
+
> Starting with this release, Docker is on a monthly release cycle and uses a new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly. Any given monthly release will only receive security and bugfixes until the next monthly release is available. Quarterly releases receive security and bugfixes for 4 months after initial release. This release includes bugfixes for 1.13.1 but there are no major feature additions and the API version stays the same. Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
0 commit comments