From 50ccf0de2c9d65d7e9c8e0dbd514b6e2fae134ef Mon Sep 17 00:00:00 2001 From: James Carppe Date: Wed, 29 Jun 2022 02:32:32 +0000 Subject: [PATCH] GitBook: [#27] Add note re CE release notes --- release-notes.md | 2 ++ user/docker/containers/README.md | 2 +- user/docker/services/README.md | 2 +- user/docker/stacks/README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/release-notes.md b/release-notes.md index 1b218bf6..4e86b71a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,7 @@ # Release Notes +The following release notes are for the **Business Edition** of Portainer. For **Community Edition** release notes, refer to the [GitHub releases page](https://github.com/portainer/portainer/releases). + ## Release 2.14.0 ### Known issues diff --git a/user/docker/containers/README.md b/user/docker/containers/README.md index a49e5761..164d1251 100644 --- a/user/docker/containers/README.md +++ b/user/docker/containers/README.md @@ -7,7 +7,7 @@ Put simply, a container is a runnable instance of an image. Containers do not ho The circle next to the image name indicates whether the local image is up to date, with a green circle indicating it is up to date and a red circle indicating that there is a newer version of the image available at the remote registry. A grey circle indicates Portainer was unable to determine whether there is an update available for the image. {% hint style="info" %} -Image update notifications are currently not supported for private registries and private images in DockerHub. This is due to be fixed in our next version. +Image update notifications are currently not supported for private registries and private DockerHub accounts. This is due to be fixed in our next version. {% endhint %} {% content-ref url="add.md" %} diff --git a/user/docker/services/README.md b/user/docker/services/README.md index f891a226..ff78f8c1 100644 --- a/user/docker/services/README.md +++ b/user/docker/services/README.md @@ -11,7 +11,7 @@ A service consists of an image definition and container configuration as well as The circle next to the image name indicates whether the local image is up to date, with a green circle indicating it is up to date and a red circle indicating that there is a newer version of the image available at the remote registry. A grey circle indicates Portainer was unable to determine whether there is an update available for the image. {% hint style="info" %} -Image update notifications are currently not supported for private registries and private images in DockerHub. This is due to be fixed in our next version. +Image update notifications are currently not supported for private registries and private DockerHub accounts. This is due to be fixed in our next version. {% endhint %} {% content-ref url="add.md" %} diff --git a/user/docker/stacks/README.md b/user/docker/stacks/README.md index dc581008..2ad85f1c 100644 --- a/user/docker/stacks/README.md +++ b/user/docker/stacks/README.md @@ -7,7 +7,7 @@ A stack is a collection of services, usually related to one application or usage The **Images up to date** column indicates whether the local images in the stack are up to date, with a green circle indicating they are up to date and a red circle indicating that there is a newer version of an image available at the remote registry. A grey circle indicates Portainer was unable to determine whether there is an update available for the images. {% hint style="info" %} -Image update notifications are currently not supported for private registries and private images in DockerHub. This is due to be fixed in our next version. +Image update notifications are currently not supported for private registries and private DockerHub accounts. This is due to be fixed in our next version. {% endhint %} {% content-ref url="add.md" %}