GitBook: [#44] 2.15.1 release

This commit is contained in:
James Carppe
2022-09-15 22:56:12 +00:00
committed by gitbook-bot
parent c15cfc0508
commit 91a04cab5b
31 changed files with 81 additions and 68 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

View File

@@ -191,7 +191,6 @@
* [Add a Kubernetes environment](admin/environments/add/kubernetes.md)
* [Add an ACI environment](admin/environments/add/aci.md)
* [Add a Nomad environment](admin/environments/add/nomad.md)
*
* [Add an Edge environment](admin/environments/add/edge.md)
* [Add an environment via the Portainer API](admin/environments/add/api.md)
* [Manage access to environments](admin/environments/access.md)

View File

@@ -30,7 +30,7 @@ Portainer expects TLS certificates and keys to be in PEM format.
As an optional step you can expand the **More settings** section to add GPUs to your environment, and to categorize the environment by adding it to a [group](../groups.md) or [tagging](../tags.md) it for better searchability.
<figure><img src="../../../.gitbook/assets/2.15-docker_api_more_settings (1) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_api_more_settings.png" alt=""><figcaption></figcaption></figure>
When you're ready, click **Connect**. If you have other environments to configure click **Next** to proceed, otherwise click **Close** to return to the list of environments.
@@ -57,6 +57,6 @@ You can ignore the command presented (and the mention of Docker Swarm) as you ha
As an optional step you can expand the **More settings** section to add GPUs to your environment, and to categorize the environment by adding it to a [group](../groups.md) or [tagging](../tags.md) it for better searchability.
<figure><img src="../../../.gitbook/assets/2.15-docker_api_more_settings (1) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_api_more_settings.png" alt=""><figcaption></figcaption></figure>
When you're ready, click **Connect**. If you have other environments to configure click **Next** to proceed, otherwise click **Close** to return to the list of environments.

View File

@@ -13,7 +13,7 @@ Select **Nomad** as your environment type and click **Start Wizard**. Enter the
| Name | Enter a name for your environment. |
| Portainer server URL | Enter the URL and port of your Portainer Server instance as it will be seen from your Nomad environment. If using a FQDN, ensure that DNS is properly configured to provide this. |
<figure><img src="../../../.gitbook/assets/2.15-nomad_env.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-nomad_env (1).png" alt=""><figcaption></figcaption></figure>
As an optional step you can expand the **More settings** section and adjust the Poll frequency for the environment - this defines how often this Edge Agent will check the Portainer Server for new jobs. The default is every 5 seconds. You can also categorize the environment by adding it to a [group](../groups.md) or [tagging](../tags.md) it for better searchability.

View File

@@ -53,6 +53,6 @@ Only do this **once** for your environment, regardless of how many nodes are in
As an optional step you can expand the **More settings** section and categorize the environment by adding it to a [group](../groups.md) or [tagging](../tags.md) it for better searchability.
<figure><img src="../../../.gitbook/assets/2.15-docker_api_more_settings (1) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_api_more_settings.png" alt=""><figcaption></figcaption></figure>
When you're ready, click **Connect**. If you have other environments to configure click **Next** to proceed, otherwise click **Close** to return to the list of environments.\

View File

@@ -6,4 +6,4 @@ From the menu select **Users** then select the user whose password you want to r
Enter a new strong password, re-enter the password to confirm it then click **Update password**.
<figure><img src="../../.gitbook/assets/2.15-settings-users-changepw.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/2.15-settings-users-changepw (1).png" alt=""><figcaption></figcaption></figure>

View File

@@ -8,8 +8,8 @@ You will need an access token in order to use the Portainer API. If you have not
You can find our API documentation at SwaggerHub:
* [Business Edition (BE) 2.15.0 API Documentation](https://app.swaggerhub.com/apis/portainer/portainer-ee/2.15.0)
* [Community Edition (CE) 2.15.0 API Documentation](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.15.0)
* [Business Edition (BE) 2.15.1 API Documentation](https://app.swaggerhub.com/apis/portainer/portainer-ee/2.15.1)
* [Community Edition (CE) 2.15.1 API Documentation](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.15.1)
We have also provided some examples of API usage.

View File

@@ -2,6 +2,18 @@
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.15.1
### Docker
* Fixed an issue with connecting to the local Docker environment when using Windows Container Services. [portainer/portainer#7618](https://github.com/portainer/portainer/issues/7618)
* Fixed an issue where the build image button would stay inactive when using a tar file. [portainer/portainer#7624](https://github.com/portainer/portainer/issues/7624)
### Portainer
* Fixed an issue where some colors in dark mode appeared too brown. [portainer/portainer#7616](https://github.com/portainer/portainer/issues/7616)
* Fixed an issue when using leading or trailing spaces in a password would break the login process. [portainer/portainer#7621](https://github.com/portainer/portainer/issues/7621)
## Release 2.15.0
### Deprecation notice

View File

@@ -6,7 +6,7 @@ Select the **Civo** option from the list of providers. If you haven't already pr
You can find more details on [setting up access to your Civo account](../../../../admin/settings/cloud/civo.md) in the [cloud credentials documentation](../../../../admin/settings/cloud/).
{% endhint %}
<figure><img src="../../../../.gitbook/assets/2.15-kaas-civo-creds (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../../.gitbook/assets/2.15-kaas-civo-creds.png" alt=""><figcaption></figcaption></figure>
Once you have added your credentials (or if you already had them set up) select your cluster options from the fields below.

View File

@@ -13,7 +13,7 @@ Select **Nomad** as your environment type and click **Start Wizard**. Enter the
| Name | Enter a name for your environment. |
| Portainer server URL | Enter the URL and port of your Portainer Server instance as it will be seen from your Nomad environment. If using a FQDN, ensure that DNS is properly configured to provide this. |
<figure><img src="../../../.gitbook/assets/2.15-nomad_env.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-nomad_env (1).png" alt=""><figcaption></figcaption></figure>
As an optional step you can expand the **More settings** section and adjust the Poll frequency for the environment - this defines how often this Edge Agent will check the Portainer Server for new jobs. The default is every 5 seconds. You can also categorize the environment by adding it to a [group](../../../admin/environments/groups.md) or [tagging](../../../admin/environments/tags.md) it for better searchability.

View File

@@ -10,50 +10,52 @@ The following tables list all of the configurations that we have tested, validat
### Portainer Business Edition (BE)
| Portainer Version | Release Date | Docker Version | Kubernetes Version | Architectures |
| ------------------------ | ----------------- | ------------------------- | ------------------------ | ------------------------------------------------------------------------------------------------------ |
| Business 2.15.0 (latest) | September 6, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.14.2 | July 26, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.14.1 | July 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.14.0 | June 28, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.13.1 | May 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.13.0 | May 9, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.12.2 | Apr 4, 2022 | 20.10.7 20.10.11 20.10.12 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.12.1 | Mar 9, 2022 | 20.10.7 20.10.11 20.10.12 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.12 | Mar 8, 2022 | 20.10.7 20.10.11 20.10.12 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.10 | Nov 15, 2021 | 20.10.6 20.10.7 20.10.8 | 1.19.11 1.20.7 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.7 | Jul 29, 2021 | 20.10.6 20.10.7 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.4 | May 4, 2021 | 20.10.5 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.0 | Dec 3, 2020 | 19.03.13 | 1.17.3 1.18.6 1.19.3 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Portainer Version | Release Date | Docker Version | Kubernetes Version | Architectures |
| ------------------------ | ------------------ | ------------------------- | ------------------------ | ------------------------------------------------------------------------------------------------------ |
| Business 2.15.1 (latest) | September 16, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.15.0 | September 6, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.14.2 | July 26, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.14.1 | July 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.14.0 | June 28, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.13.1 | May 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.13.0 | May 9, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.12.2 | Apr 4, 2022 | 20.10.7 20.10.11 20.10.12 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.12.1 | Mar 9, 2022 | 20.10.7 20.10.11 20.10.12 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.12 | Mar 8, 2022 | 20.10.7 20.10.11 20.10.12 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.10 | Nov 15, 2021 | 20.10.6 20.10.7 20.10.8 | 1.19.11 1.20.7 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.7 | Jul 29, 2021 | 20.10.6 20.10.7 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.4 | May 4, 2021 | 20.10.5 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Business 2.0 | Dec 3, 2020 | 19.03.13 | 1.17.3 1.18.6 1.19.3 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
### Portainer Community Edition (CE)
| Portainer Version | Release Date | Docker Version | Kubernetes Version | Architectures |
| ------------------------- | ----------------- | ------------------------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Community 2.15.0 (latest) | September 6, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.14.2 | July 26, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.14.1 | July 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.14.0 | June 28, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.13.1 | May 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.13.0 | May 9, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.11.1 | Feb 8, 2022 | 20.10.8 20.10.11 20.10.12 | 1.20.13 1.21.7 1.22.4 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.11.0 | Dec 9, 2021 | 20.10.6 20.10.8 20.10.11 | 1.19.11 1.20.7 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.3 | Nov 22, 2021 | 20.10.5 20.10.6 | 1.19.11 1.20.7 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.2 | Oct 26, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.1 | Oct 11, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.0 | Sep 23, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.3 | Aug 27, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.2 | Aug 2, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.1 | Jul 12, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.0 | Jun 25, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.5.1 | May 18, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.5.0 | May 18, 2021 | 20.10.5 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.1.x | Feb 2, 2021 | 20.10.2 | 1.20.0 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.0.1 | Jan 7, 2021 | 20.10.0 | 1.17.13 1.18.9 1.19.3 1.20.0 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.0 | Aug 31, 2020 | 19.03.12 | 1.17.13 1.18.6 1.18.9 1.19.3 | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| 1.24.1 | Jul 23, 2020 | 19.03.12 | N/A | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| 1.24.0 | Jun 2, 2020 | 19.03.10 | N/A | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| 1.23.2 | Mar 25, 2020 | 19.03.6 | N/A | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Portainer Version | Release Date | Docker Version | Kubernetes Version | Architectures |
| ------------------------- | ------------------ | ------------------------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Community 2.15.1 (latest) | September 16, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.15.0 | September 6, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.14.2 | July 26, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.14.1 | July 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.14.0 | June 28, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.13.1 | May 12, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.13.0 | May 9, 2022 | 20.10.9 20.10.12 20.10.13 | 1.21.7 1.22 1.23 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.11.1 | Feb 8, 2022 | 20.10.8 20.10.11 20.10.12 | 1.20.13 1.21.7 1.22.4 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.11.0 | Dec 9, 2021 | 20.10.6 20.10.8 20.10.11 | 1.19.11 1.20.7 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.3 | Nov 22, 2021 | 20.10.5 20.10.6 | 1.19.11 1.20.7 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.2 | Oct 26, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.1 | Oct 11, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.9.0 | Sep 23, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.3 | Aug 27, 2021 | 20.10.5 20.10.6 | 1.19 1.20 1.21 1.22 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.2 | Aug 2, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.1 | Jul 12, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.6.0 | Jun 25, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.5.1 | May 18, 2021 | 20.10.5 20.10.6 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.5.0 | May 18, 2021 | 20.10.5 | 1.19 1.20.2 1.21 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.1.x | Feb 2, 2021 | 20.10.2 | 1.20.0 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.0.1 | Jan 7, 2021 | 20.10.0 | 1.17.13 1.18.9 1.19.3 1.20.0 | [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| Community 2.0 | Aug 31, 2020 | 19.03.12 | 1.17.13 1.18.6 1.18.9 1.19.3 | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| 1.24.1 | Jul 23, 2020 | 19.03.12 | N/A | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| 1.24.0 | Jun 2, 2020 | 19.03.10 | N/A | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
| 1.23.2 | Mar 25, 2020 | 19.03.6 | N/A | [ARM32](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), [ARM64](https://portal.portainer.io/knowledge/which-arm-architectures-does-portainer-support), x86\_64 |
{% hint style="info" %}
If you find an issue with an unlisted configuration, before reporting a bug, update your environment to a valid configuration and try to replicate the issue.

View File

@@ -1,7 +1,7 @@
# Upgrading on Docker Standalone
{% hint style="info" %}
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15 make sure all of the agents are also on version 2.15.
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15.1 make sure all of the agents are also on version 2.15.1.
{% endhint %}
{% hint style="danger" %}

View File

@@ -3,7 +3,7 @@
To upgrade the Portainer Edge Agent to the latest version, follow the below instructions for your Edge environment.
{% hint style="info" %}
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15 make sure all of the agents are also on version 2.15.
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15.1 make sure all of the agents are also on version 2.15.1.
{% endhint %}
{% hint style="danger" %}

View File

@@ -1,7 +1,7 @@
# Upgrading on Kubernetes
{% hint style="info" %}
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15 make sure all of the agents are also on version 2.15.
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15.1 make sure all of the agents are also on version 2.15.1.
{% endhint %}
{% hint style="warning" %}

View File

@@ -1,7 +1,7 @@
# Upgrading on Docker Swarm
{% hint style="info" %}
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15 make sure all of the agents are also on version 2.15.
Always match the agent version to the Portainer Server version. In other words, when you're installing or upgrading to Portainer 2.15.1 make sure all of the agents are also on version 2.15.1.
{% endhint %}
{% hint style="warning" %}

View File

@@ -42,7 +42,7 @@ This setting allows you to specify a window within which [automatic updates](../
If this setting is enabled and an update is made to an application outside of this window, it will not be applied.
{% endhint %}
<figure><img src="../../../.gitbook/assets/2.15-docker_hosts_change_windows_settings.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_hosts_change_windows_settings (1).png" alt=""><figcaption></figcaption></figure>
## Docker Security Settings

View File

@@ -12,7 +12,7 @@ This method lets you pull images from Docker Hub or from another registry that y
From the menu select **Images**. Select the registry to use then enter the name of the image. On a multi-node environment, select the node to deploy to.
<figure><img src="../../../.gitbook/assets/2.15-docker_images_pull_images.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_images_pull_images (1).png" alt=""><figcaption></figcaption></figure>
When you're ready, click **Pull the image**.

View File

@@ -6,7 +6,7 @@ The **Services** menu is only available to Docker Swarm endpoints.
A service consists of an image definition and container configuration as well as instructions on how those containers will be deployed across a Swarm cluster.
<figure><img src="../../../.gitbook/assets/2.15-docker_services_list (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_services_list (1).png" alt=""><figcaption></figcaption></figure>
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.

View File

@@ -14,7 +14,7 @@ In this section you can:
* View the [service logs](logs.md).
* Update, [roll back](rollback.md) or delete the service.
<figure><img src="../../../.gitbook/assets/2.15-docker_services_service_details.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_services_service_details (1).png" alt=""><figcaption></figcaption></figure>
## Container specification configuration options

View File

@@ -29,7 +29,7 @@ This setting allows you to specify a window within which [automatic updates](../
If this setting is enabled and an update is made to an application outside of this window, it will not be applied.
{% endhint %}
<figure><img src="../../../.gitbook/assets/2.15-docker_hosts_change_windows_settings.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-docker_hosts_change_windows_settings (1).png" alt=""><figcaption></figcaption></figure>
## Docker Security Settings

View File

@@ -10,7 +10,7 @@ You can also [create a template from an existing deployed stack](../stacks/templ
To view a list of custom templates, from the menu select **App Templates** then select **Custom Templates**.
<figure><img src="../../../.gitbook/assets/2.15-custom-templates (2).gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-custom-templates (1).gif" alt=""><figcaption></figcaption></figure>
## Creating a new custom template

View File

@@ -10,6 +10,6 @@ To manage an environment, click to select it.
You can view the build information for your Portainer installation by clicking on the Portainer version number in the bottom left of the UI. This may be helpful when troubleshooting issues with the Portainer support team.
<figure><img src="../.gitbook/assets/image (4).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../.gitbook/assets/2.15-home-buildinfo.png" alt=""><figcaption></figcaption></figure>
In the box that appears you can see the server version, database version, build number and image tag, as well as the versions of the compilation tools used to build Portainer.&#x20;

View File

@@ -2,7 +2,7 @@
From the menu select **Applications**, select the application then click **Edit this application**.
<figure><img src="../../../.gitbook/assets/2.15-k8s_kubernetes_applications_edit_app.gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-k8s_kubernetes_applications_edit_app (1).gif" alt=""><figcaption></figcaption></figure>
Scroll down to the **Persisting data** section and click the trash can icon to the right of the volume. Scroll down and click **Update application**. When the confirmation message appears, click **Update**.

View File

@@ -2,7 +2,7 @@
From the menu select **Applications**, select the application you want to edit, then click **Edit this application**.
<figure><img src="../../../.gitbook/assets/2.15-k8s_kubernetes_applications_edit_app (1).gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-k8s_kubernetes_applications_edit_app.gif" alt=""><figcaption></figcaption></figure>
Depending on how the application was deployed, you will either be able to redeploy the application from Git or edit the application's YAML directly.

View File

@@ -37,7 +37,7 @@ Portainer uses Kompose to convert a Compose manifest to a Kubernetes-compliant m
| Username | When using authentication, enter the username for your Git repository. |
| Personal Access Token | When using authentication, enter the personal access token or password for your Git repository. |
<figure><img src="../../../.gitbook/assets/2.15-kubernetes_applications_add_manifest_gh_k8s_deploy (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-kubernetes_applications_add_manifest_gh_k8s_deploy.png" alt=""><figcaption></figcaption></figure>
### Automatic updates

View File

@@ -6,10 +6,10 @@ From the menu select **Namespaces** then click **Add namespace with form**.
Namespaces can also be added [using a manifest](../applications/manifest.md) by clicking **Create from manifest**.
{% endhint %}
<figure><img src="../../../.gitbook/assets/2.15-k8s_kubernetes_namespaces_add_namespace.gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-k8s_kubernetes_namespaces_add_namespace (1).gif" alt=""><figcaption></figcaption></figure>
In the next screen, give the namespace a descriptive name. As an optional step you can assign a quota by toggling **Resource assignment** on, then setting resource limits like how much memory and CPU will be assigned.
<figure><img src="../../../.gitbook/assets/2.15-kubernetes_namespaces_create_namespace_resource_assignment (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-kubernetes_namespaces_create_namespace_resource_assignment.png" alt=""><figcaption></figcaption></figure>
When you're finished, click **Create namespace**.

View File

@@ -10,7 +10,7 @@ Here you can view details about the namespace and configure options specific to
Toggle on **Resource assignment** to enable quotas for this namespace, then define the memory and CPU limits.
<figure><img src="../../../.gitbook/assets/2.15-kubernetes_namespaces_create_namespace_resource_assignment.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/2.15-kubernetes_namespaces_create_namespace_resource_assignment (1).png" alt=""><figcaption></figcaption></figure>
## Load balancers