GitBook: [#27] Add note re CE release notes

This commit is contained in:
James Carppe
2022-06-29 02:32:32 +00:00
committed by gitbook-bot
parent 3d25235585
commit 50ccf0de2c
4 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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" %}

View File

@@ -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" %}

View File

@@ -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" %}