Release Notes
The following release notes are for the Business Edition of Portainer. For Community Edition release notes, refer to the GitHub releases page.
November 21, 2022
- Fixed issue where the Git repository section is missing when creating an Edge Stack via the Git repository option. portainer/portainer#8072
- Fixed issue where the effective viewer is not showing the correct user access role of environments they have access to. portainer/portainer#8070
November 9, 2022
- Fixed an issue with view/edit of an external application (i.e. one originally added to the cluster outside of Portainer) where a 'cannot read properties' error was shown.
- Fixed an issue with view/edit of Kubernetes namespaces where memory and CPU resource limit sliders were positioned incorrectly and erroneous warnings were shown.
- Fixed issue of update stack button being disabled when updating an existing stack.
- Fixed license key issue where node counts were not updated when environments are deleted.
- Fixed issue with JSON formatted logs failing in 2.16.0.
October 31, 2022
- Proposing to deprecate ACI (Azure Container Instances) and remove the functionality to connect to ACI, view existing containers and deploy new containers.
portainer/portainer:latest
moved toportainer/portainer:2.16
.
- Migrated from Angular to React: Tag selector for Environment Details view.
- Migrated from Angular to React: Teams view.
- When upgrading to 2.16, if you already have ingress controllers in a Kubernetes cluster/environment linked to Portainer and used Portainer to set them at the cluster and namespace level, and if these ingress controllers were not used by any ingresses, after the upgrade, you may end up with dummy ingresses visible in the new Ingresses screen in Portainer (that are not actually used for any deployment). This is simply an artifact of how we retained information about ingress controllers in earlier Portainer releases. If you find these kinds of dummy ingresses, you can safely delete them.
- Added an Ingress menu option in the sidebar that lists all Ingresses in the cluster. portainer/portainer#7839
- Introduced the ability to set the type of a Kubernetes secret (e.g. TLS or a user-defined/custom type). Existing secrets were previously always of type Opaque (which remains the default). portainer/portainer#7842
- Improved ingress options on the cluster setup page, allowing admins to define ingresses without assigning them to a namespace. portainer/portainer#7832
- Moved the Ingress management from the Application details page to a new Ingress section. portainer/portainer#7828
- Resolved an issue when OAuth is in use and Kubernetes updates are deployed via manifest from git. The user email address used in labels/annotations for Kube objects now has disallowed characters (such as the at symbol) replaced with a dot (period symbol). portainer/portainer#7720
- The Homepage's kubeconfig download dialog now only includes those environments that show on the Homepage. Those with a connection error or provisioning error (these states were introduced in recent releases) are now excluded.
- Resolved an issue where Node stats would not work for Google Kubernetes Engine (GKE) clusters. portainer/portainer#7668
- Fixed the issue of missing Kubernetes definition for Kubernetes application deployment in the swagger API documentation. portainer/portainer#7741
- Fixed issue with deploying custom templates on Kubernetes that are using mustache variables.
- Added support for shared memory when creating or editing a container by allowing to set --shm-size from portainer. portainer/portainer#4992
- Introduced support for uploading of local files to be included in a Docker image when using Portainer to build an image. portainer/portainer#7796
- Set notification of new image for docker default to off.
- Introduced a setting to turn on/off per host showing of out-of-date image indicators. portainer/portainer#7219
- Resolved an issue in Docker Services, Containers, and Stacks, where loading of the recently added out-of-date image indicator delayed showing of a row's action icons.
- Added information for rebuilding images from stacks on docker standalone environments. portainer/portainer#7829
- Added information to the build image from the URL page, including a link to additional documentation. portainer/portainer#7771
- Fixed an issue where environment variables for stacks could not be set to empty. portainer/portainer#7780
- Fixed an issue where assigning user access to a stack, showed users that don't have access to the Environment. portainer/portainer#7695
- Fixed the issue of missing agent deployment script for the docker standalone environment. portainer/portainer#7757
- Fixed the issue of the misconfigured stack being saved and subsequently can not be deleted. portainer/portainer#7798
- Fixed an issue where the Swarm secret values incorrectly were being trimmed. portainer/portainer#7772
- Fixed the issue where the container webhook toggle was not being saved.
- Fixed an issue where the Docker API section in the add environment wizard incorrectly was showing the docker.sock code block. portainer/portainer#7650
- Fixed an issue where a console error was showing for GPU when using Swarm because GPU is not supported on Swarm.
- Fixed an issue where the image pull limits weren't being shown for standard users.
- Fixed error message when adding new docker environments with invalid CA certs for TLS. portainer/portainer#7934
- Adjusted the "remove" buttons as per the UI guidelines that were introduced in the 2.15 release. portainer/portainer#7739
- Introduced the offering of auto-suggestions retrieved from the git repo when entering the Compose path.
- Added the ability to store git credentials in user settings.
- Introduced a new section that shows past toaster notifications, which are stored in the browser's local storage. portainer/portainer#7756
- Introduced a context sensitive help button that links to the relevant documentation based on the current page. portainer/portainer#7744
- Introduced login screen banner to the login page.
- Added banner for "new version available" in portainer business edition.
- Update golang and image dependencies for API and portainer binary ( EE ).
- Fixed an issue where the Microsoft OAuth information was not being retrieved correctly when editing the settings.
- Fixed select all behavior in environments page.
- Fixed the issue of handling images built by buildx or buildkit in the registry browser.
- Fixed an issue where the browser tab title did not update with the actually selected environment. portainer/portainer#7651
- Fixed issue with text color and text background color on auto-filled text.
- Fixed issue where the dropdown menu has incorrect background color in dark mode. portainer/portainer#7678
- Adjusted the warning text color as per the UI guidelines that were introduced in the 2.15 release. portainer/portainer#7667
- Introduced UI info components while browsing snapshots.
- Introduced the ability to run remote commands on edge environments connected via Async using mTLS.
- Introduced UI info components while browsing snapshots.
- Fixed issue around Home page loading time when you have Nomad environments connected.
- Fixed an issue where the Group and Tag could not be set for Nomad environments when adding it via the wizard. portainer/portainer#7703
- Fixed an issue where Nomad system jobs would prevent other jobs from being shown. portainer/portainer#7229
- Improved unit tests by using T.TempDir to create a temporary test directory. portainer/portainer#7675
- Fixed an issue where new installations that use the develop branch didn't apply the analytics setting correctly. portainer/portainer#7584
September 16, 2022
- Fixed an issue with connecting to the local Docker environment when using Windows Container Services. portainer/portainer#7618
- Fixed an issue where the build image button would stay inactive when using a tar file. portainer/portainer#7624
- Fixed an issue when using leading or trailing spaces in a password would break the login process. portainer/portainer#7621
September 6, 2022
- Proposing to deprecate Kompose and remove the functionality to deploy compose yaml on Kubernetes. portainer/portainer#7514
- Breaking change in API where the endpoint filter
edgeDeviceFilter
has been replaced byedgeDevice
andedgeDeviceUntrusted
.
- Improved caching to prepare a resolution for an issue where certain browsers need a manual browser refresh for new version assets to load. The change only takes effect for upgrades subsequent to migration to 2.15. portainer/portainer#7443
- Migrated docker/containers/list views to React.
- Migrated the Docker console.
- Migrated Azure Container Instances views to React.
- Migrated the sidebar menu and adjusted the Settings page.
- Migrated the Kubectl shell window.
- Migrated tooltip into react component.
- Migrated page header into React component.
- Introduced the ability to define pod security constraints per Kubernetes cluster.
- Introduced an option to forcibly remove a Kubernetes namespace that's in a 'Terminating' state. portainer/portainer#4580
- Improved the kubeconfig download dialog by providing pagination (including choosing of the number of items per page), an option to 'select all in page' and selection across multiple pages. portainer/portainer#7261
- Resolved an issue where the link shown for an application that is exposed via an ingress was including an incorrect port (the servicePort). portainer/portainer#7337
- Resolved some errors and wording issues in recent KaaS cluster provisioning and import kubeconfig functionality.
- When using Kubernetes (KaaS) cluster provisioning and choosing the DigitalOcean option, only node size options that are valid for provisioning now show. Previously, there was at least one option which gave an 'invalid droplet size' error on use.
- Introduced the ability to disable use of the anonymous Docker Hub registry option via the Portainer UI for all users.
- Added support to read value from .env in subfolder for git deployment in Docker Standalone Environment. portainer/portainer#7265
- Added message explaining that changed env values only take effect after redeployment or auto update via webhook. portainer/portainer#7242
- Removed "Show Container Template" toggle on App templates page and introduced filter and sort by dropdown options. portainer/portainer#7394
- Fixed recreate of container so it pulls the image using the SHA256 hash if its tag no longer exists, and if the image is still inaccessible (as it no longer exists or the tag or name is now incorrect) warn the user and disable 'Pull latest image' option. portainer/portainer#6566
- Introduced support for checking images held in private registries to the recently added functionality that shows a visual image indication on stacks, services and containers that are running with an out-of-date image.
- Introduced improved validation to the Docker build image function, to prevent invalid image names. portainer/portainer#7463
- Following the introduction of v2 Docker Compose, changed any front-end wording that mentions 'docker-compose' to say 'docker compose', to clarify and bring in line with official documentation. portainer/portainer#7141
- Introduced license enforcement for 5 nodes free in business edition.
- Introduced Portainer UI redesign with changes for common configuration pages. portainer/portainer#7527
- Introduced the ability to show/hide the password you are entering on login. portainer/portainer#7461
- Introduced the ability to filter connection type and agent version on the home page. portainer/portainer#7468
- Improved environment address entry to handle http:// or https:// prefixes when adding an environment via Docker or Kubernetes (agent) options. portainer/portainer#7462
- Introduced a change to the Homepage's multi-select filters to keep the dropdown open after a single selection until the user closes it themselves, or the last remaining option is selected. portainer/portainer#7548
- Added tips for entering Portainer license key.
- Fixed issue where Automatic team membership did not always work for Azure.
- Fixed an issue where auto populate team admins LDAP feature didn't work on upgrade from CE to BE.
- Fixed license expiry message flashing even license is not expired or close to expiring.
- Fixed issue with environment page table losing selection on table refresh. portainer/portainer#7395
- Fixed issue where certificate uploading is not functional for StartTLS/TLS in LDAP configuration. portainer/portainer#6271
- Reworded error message for JWT token missing to more user-friendly message.
- Introduced the ability to get logs for edge stacks of specific environments.
- Fixed connection issue ("Environment is unreachable") after deploying Nomad environment with AEEC script.
- Fixed issue where editing edge jobs changed the configured cron expression. portainer/portainer#7432
- Fixed known issue with manually adding an Edge Device environment through the edge device page when using Async mode, does not retain Async settings and needs to be manually added through the environment details page.
- Improved image parsing for Kubernetes Edge Stacks that use private registries so that the same parsing as Docker ones is used.
- Improved Registry details screen with better prompting for relevant fields. portainer/portainer#3015
- Improved the Registry details screen to show the registry provider and made the Add registry screen default to Docker Hub as the provider. portainer/portainer#7246
- Standardized the behavior of Nomad edge environments to be the same as non-Nomad edge environments.
July 26, 2022
- Known issue with manually adding an Edge Device environment through the Edge Device page when using Async mode, does not retain Async settings and needs to be manually added through the environment details page.
- Image update notifications are currently not supported for private registries and private images in DockerHub. This is due to be fixed in our next major version.
- Fixed an issue where the kubeconfig downloadable from Portainer always had port 9443 in its URLs, even though the actual Portainer instance was being accessed via another port. portainer/portainer#7059
- Fixed an issue when using a Mustache variable (e.g. {{service}}) multiple times in the YAML, where the UI should prompt for it only once and then reuse it (rather than prompting for it multiple times).
- Fixed an issue when using a Mustache variable (e.g. {{path}}) with special characters in the value, where the resulting value would end up being HTML encoded.
- Fixed issue around access control labels being ignored.
- Fixed an issue where the original admin user was unable to change their password when external authentication is enabled. portainer/portainer#7291
- Fixed issue with not being able to add users to teams while LDAP authentication is enabled without auto teams population. portainer/portainer#7252
- Fixed an issue where auto populate team admins LDAP feature didn't work on upgrade from CE to BE.
- Resolved an issue where new installs of recent Portainer releases had an extraneous (although innocuous) db version update on restart.
July 12, 2022
- Known issue with manually adding an Edge Device environment through the Edge Device page when using Async mode, does not retain Async settings and needs to be manually added through the environment details page.
- Image update notifications are currently not supported for private registries and private images in DockerHub. This is due to be fixed in our next major version.
- When using a Mustache variable (e.g.
{{ service }}
) multiple times in the YAML, the UI also prompts for it multiple times, rather than prompting for it a single time and then reusing it.
- Improved KaaS cluster provisioning's cluster name validation to enforce restrictions that Google GKE expects.
- Fixed issue of variable inputs not showing on deployment view when using custom templates.
- Improved Portainer logging to better record the output from eksctl, the CLI tool used for Amazon EKS (KaaS) cluster provisioning.
- Fixed an issue where, upon initiating AWS KaaS cluster/environment provisioning and subsequently restarting Portainer in a short space of time, the requested environment would become stuck and unusable in Portainer, and couldn't be deleted.
- Resolved an issue where users running Portainer with non-root access were receiving a 'Permission denied on docker-compose' error since the recent update to Docker Compose V2. portainer/portainer#6906
- Fix to improve LDAP, etc. authentication/login speed when there are many thousands of users.
- Resolved an issue where users upgrading a Portainer install, where the portainer_data volume is stored on a network volume, receive a 'Permission denied' error when the upgrade attempts a backup of the database. portainer/portainer#7144
- Fixed issue where the edge agent could not connect when running Portainer behind a reverse proxy only supporting TLS v1.2. portainer/portainer#7167
June 28, 2022
- Known issue with manually adding an Edge Device environment through the Edge Device page when using Async mode, does not retain Async settings and needs to be manually added through the environment details page.
- Image update notifications are currently not supported for private registries and private images in DockerHub. This is due to be fixed in our next major version.
- With the upgrade to Docker Compose V2, container names now use hyphens as separators instead of underscores. This may affect you if you are generating container names instead of explicitly defining them, then using them as references.
- Introduced ability to set up a new Kubernetes environment in Portainer via upload of a kubeconfig file for an existing on premises or on-cloud cluster.
- Fixed issue around Git clone working with Main (in addition to existing Master) branch type. portainer/portainer#6002
- Updated packaged components to recent stable release versions: Docker 20.10.9, Docker Compose plugin 2.5.1, kubectl 1.24.1, Helm 3.9.0. portainer/portainer#6074
- Administrators can now set up cloud provider settings via a list page and separate add page in a similar way to other records in Portainer.
- Introduced support for provisioning of a Kubernetes cluster on the Amazon (AWS) EKS platform from within Portainer, alleviating the need to do so in the cloud provider's portal. The AWS eksctl binary is auto downloaded when first using this functionality.
- Introduced support for provisioning of a Kubernetes cluster on the Microsoft Azure AKS platform from within Portainer, alleviating the need to do so in the cloud provider's portal.
- Introduced support for provisioning of a Kubernetes cluster on the Google Cloud GKE platform from within Portainer, alleviating the need to do so in the cloud provider's portal.
- Fixed a typo in the Kubernetes -> Namespaces -> Create from manifest (advanced deployment) page. portainer/portainer#6968
- Fixed an issue with cluster provisioning via Civo KaaS, where if the Civo account has an issue with its defined networks, the environment was stuck waiting to complete provisioning and never ultimately errored.
- Introduced the ability to set the group and tags against the environment in Portainer when an admin provisions a Kubernetes as a Service cluster.
- Introduced slight improvements to editing of sensitive cloud credentials values.
- Fixed an issue in the Settings -> Environments page, where an environment that was disabled or still being provisioned could be selected for removal and then removed.
- Added the ability to manually refresh pulling of Kubernetes as a Service cluster provisioning options from cloud providers.
- Improved error handling around KaaS provisioning in the environment wizard.
- Kubernetes as a Service (cloud) provisioned environments will now appear in the 'new environments' side panel in the environments wizard.
- Introduced a visual indication of stacks, services and containers that are running with an out-of-date image. portainer/portainer#1304
- Fixed issue around Git clone working with Main (in addition to existing Master) branch type. portainer/portainer#6002
- Updated packaged components to recent stable release versions: Docker 20.10.9, Docker Compose plugin 2.5.1, kubectl 1.24.1, Helm 3.9.0. portainer/portainer#6074
- Fixed issue for standard user having an empty network as default when creating containers on Windows environments portainer/portainer#6959
- Introduced ability to pass environment variables on the webhooks in Docker stack deployment.
- Resolved an issue when updating an application and changing its service from replicated to global, where an error occurs and the deployed application is deleted. portainer/portainer#7056
- Third-party developer Inedo has fixed their ProGet registry software to resolve an intermittent error admins were experiencing in Portainer on retag or delete of a tagged image. This is planned to ship 10 June 2022 in ProGet 6.0.16, before Portainer 2.14.
- Introduced support in the container webhook for pull/recreate of containers from images residing in private registries.
- Fixed an issue in the Containers page, where choosing 'Recreate' enabled the webhook for the container, even though it was not currently turned on.
- Fixed an issue where, when calling Swarm update API through Portainer, incorrect overriding of the registry authentication header occurred, preventing pull of an image. portainer/portainer#7095
- Fixed an issue where the delete environment confirmation dialog was positioned too low on-screen. portainer/portainer#6983
- Fixed an issue where agent and edge agent install command instructions do not list the agent_secret option. portainer/portainer#6801
- Fixed an issue where the home (environments) page no longer showed the words 'No tags' for environments without tags. portainer/portainer#6967
- Introduced support for provisioning of a Kubernetes cluster on the Amazon (AWS) EKS platform from within Portainer, alleviating the need to do so in the cloud provider's portal. The AWS eksctl binary is auto downloaded when first using this functionality.
- The Add environment page and Environment wizard are now consolidated into a single consistent, improved wizard-style experience. portainer/portainer#7022
- Introduced support for provisioning of a Kubernetes cluster on the Microsoft Azure AKS platform from within Portainer, alleviating the need to do so in the cloud provider's portal.
- Introduced support for provisioning of a Kubernetes cluster on the Google Cloud GKE platform from within Portainer, alleviating the need to do so in the cloud provider's portal.
- Fixed an issue recently introduced in the environments page where the name of an environment that was down no longer linked through to its details page.
- Resolved an issue preventing migration from EE 2.12 to 2.13 (or now 2.14) for Portainer instances that had previously migrated to EE from a CE instance with Allow Volume Browser for Regular Users toggled on for an environment.
- Increased the click/touch area in expandable panels so it's easier to open/close them. portainer/portainer#7036
- Fixed propagation of Portainer agent polling frequency when changed before deploying via automatic edge environment creation
- Introduced the ability to paste in an existing license, revalidate with the license server and replace it in the database. This can be used to fix a corrupted license.
- Fixed issue with status indicator on Edge Stacks not updating when removing tags from edge environments/groups portainer/portainer#6950
- Introduced the ability to define the 3 polling intervals for Async
- For edge agents, the URL shown in the Environment summary page (access from the Home page) has now been removed, as it caused confusion since it simply showed the Portainer Server URL. portainer/portainer#6978
- Added HTTPS support for Nomad Edge Agent.
- Added display of BE feature highlights in CE for new Nomad, KaaS provisioning and kubeconfig import functionality. portainer/portainer#7051
May 12, 2022
- Changed the minimum TLS version of Portainer from 1.3 to 1.2 to avoid issues with nginx reverse proxies: portainer/portainer#6902
- Fixed issue with the Portainer authentication settings page not being able to save: portainer/portainer#6899
- Changed the password policy to require 12 characters for all Portainer internal users: portainer/portainer#6904
May 9. 2022
- When provisioning a Civo cluster while there are multiple default networks defined on the Civo account, the environment will fail to provision and Portainer will end up waiting for the environment to be ready indefinitely. This can be resolved from the Civo console by deleting the cluster and using a non-default network for the provision.
- The minimum TLS version of Portainer was changed from 1.2 to 1.3. If you are running a proxy in front of Portainer with HTTPS you will need to ensure it is configured to support TLS 1.3.
- Standard users can browse registries including edit and delete
- Introduced the ability for non admin users to browse image registries
- Added strong password policy for all Portainer internal users. When using a weak password and logging in you will be required to update your password.
- Improve how Portainer helps you set up ingresses (especially Nginx ones), including support of regular expressions in paths - by assisting with required annotations and correcting a rewrite issue: portainer/portainer#6854
- Introduce support for provisioning of a Kubernetes cluster on a cloud provider's KaaS offering from within Portainer, alleviating the need to do so in the provider's own portal. Initial supported providers are Civo, DigitalOcean and Linode.
- Fixed an issue where, on setting up (on a namespace) an ingress controller for a k8s cluster and I create an app with two ingress routes on the controller, app details show only the second of the paths: portainer/portainer#6856
- Fixed an issue where Portainer's validation of a K8s namespace's hostnames was disallowing wildcards (e.g. *abc.com): portainer/portainer#6855
- Fixed issue where changing Portainer to HTTPS crashed Portainer: portainer/portainer#6836
- Fixed issue where Helm Charts could not be deployed when using SSL certs with Portainer: portainer/portainer#6742
- Fixed issue of not being able to use a name previously used for kubernetes resources: portainer/portainer#6830
- Fixed an issue when deploying Portainer client with AGENT_SECRET without configuring Kubernetes agent with AGENT_SECRET where an "Failure unknown" error shows rather than "agent already paired" : portainer/portainer#6791
- Standard users can browse registries including edit and delete
- Introduced the ability for non admin users to browse image registries
- Fixed issue where the Disable bind mounts for non-administrators setting would prevent existing volumes from being used: portainer/portainer#6387
- Fixed issue with libcompose logging where error output is attempted to be included when an error did not occur: portainer/portainer#6857
- Fixed an issue where 'Pull and Redeploy' and 'Force redeploy' don't work on ARM: portainer/portainer#6788
- Documented deviation from the Docker standard when using the /docker/images/create API endpoint in conjunction with a private registry: portainer/portainer#6712
- Fixed issue where stack name was stated inaccurately in the message which informs users that a container/service inherited its access control settings from a specific stack: portainer/portainer#6478
- Fixed issue with displaying container template when connected to docker swarm in the app templates page view: portainer/portainer#6837
- When changing the user password the user gets redirected to the login page: portainer/portainer#6456
- Fixed issue where upgrading to the Business Edition and then downgrading back to the Community Edition did not work
- Improved security for custom templates when using Git repos that contain symlinks: portainer/portainer#6847
- Improved file type validation when selecting multiple files when deploying from Git repository
- Removed superfluous warning message for the Enable Change Window setting
- Fixed issue around user accessing agent environment after changing an invalid environment url to a valid one: portainer/portainer#6824
- Fixed text color for change window warning text
- Fixed an issue where the hover-over tooltip for nav menu items always just showed 'Settings' rather than the menu item text: portainer/portainer#6779
- Fixed issue where the green success notification was not showing up after deleting a custom app template: portainer/portainer#6724
- Renamed Trust on first connect to "Waiting Room"
- Introduced the ability to pass env variables from local system to edge stacks for Kubernetes environments
- Created the ability for Automatic Edge Environment Creation (AEEC) within Portainer Server
- Introduced support for using credentials with private registries for edge stacks
- Added environment variable to the agent to adjust the probe timeout and interval: portainer/agent#293
- Introduce the ability to pass env variables from a local system on edge devices to the edge stack: portainer/portainer#6832
- Fixed issue with edge environments having faulty heartbeat on Edge Devices page: portainer/portainer#6825
April 4, 2022
- Introduced Nomad integration
- Allows Nomad to be added as an environment in Portainer by using the Edge Agent
- Allows Edge Stacks to be deployed on Nomad as Nomad Jobs
- Allows Nomad Jobs and Tasks to be listed
- Allows Nomad logs and events to be viewed for Tasks
- Fixed issue where changing Portainer to HTTPS crashed Portainer
- Fixed issue around deploying in default namespace via manifest using the portainer namespace instead
- Fixed bug causing domain names to not displaying correctly under publish application options
- Fixed issue with first service naming having a suffix attached.
- Improved error message being displayed when deploying a malformed Kubernetes manifest from GitOps
- Fixed issue with GitOps automatic update
- Fixed issues around migration path for CE to BE
- Fixed missing operator role when migrating from 1.x
- Resolved some race conditions with the Edge Agent
March 9, 2022
- Fixed bug where redeploying a stack causes an error and success message at the same time.
- Fixed bug that was preventing ability to edit application with persisted folder on Kubernetes.
March 8, 2022
- When OAuth is enabled, Portainer users can no longer use their Portainer internal password: portainer/portainer#5889
- Deploying a manifest without a namespace definition and selecting the Default namespace in Portainer may deploy the application into the portainer namespace in certain circumstances
- Migrated to use the networking.k8s.io/v1 ingress API, available from Kubernetes v1.19: portainer/portainer#6396
- Allow Services to be managed for Kubernetes applications, which can be deployed within Portainer or outside of it: portainer/portainer#5941
- Restarting Portainer will no longer result in invalid kubeconfig credentials, which would have required the user to download a new kubeconfig file again: portainer/portainer#5940
- Provides a single process so that users can gain access to all their environments contexts from within the Portainer UI: portainer/portainer#5945
- Added warning that a secret will be created when adding registry access to a namespace: portainer/portainer#5845
- Fixed issue when clearing Helm repo in global settings and added text notification in Helm charts page: portainer/portainer#5996
- Fixed issue where the kubectl shell wasn't working when Portainer runs on ARM64: portainer/portainer#5723
- Fixed bug so that Kubernetes terminology is used when deploying through Kubernetes: portainer/portainer#6099
- Fixed issue where error notice was coming up when deleting an application through kubeshell: portainer/portainer#5939
- Fixed issue where Portainer stacks were not being removed when removing a namespace: portainer/portainer#5897
- Fixed issue where standard users were unable to access the pod and node stats view: portainer/portainer#5898
- Fixed issue where the namespace details page showed an object object error: portainer/portainer#5802
- Fixed order of registries to be alphabetical in the select registry dropdown in namespaces: portainer/portainer#6175
- Fixed issue with publishing method defaulting to Ingress when changing to Cluster IP: portainer/portainer#6190
- When updating a Swarm service and enabling Pull latest image, it would change the tag to latest: portainer/portainer#6352