Vous utilisez un navigateur obsolète. Il se peut qu'il n'affiche pas correctement ce site ou d'autres. Vous devez le mettre à niveau ou utiliser un navigateur alternatif.
Proposing to deprecate ACI (Azure Container Instances) and remove the functionality to connect to ACI, view existing containers and deploy new containers.
Upgrade notice:
portainer/portainer:latest moved to portainer/portainer:2.16 .
React migration:
Migrated from Angular to React: Tag selector for Environment Details view.
Migrated from Angular to React: Teams view.
Overview of changes
New Portainer CE 2.16.0 release
Kubernetes:
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.
Introduced the ability to auto detect ingress classes in the environment. #7827
Added an Ingress menu option in the sidebar that lists all Ingresses in the cluster. #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). #7842
Improved ingress options on the cluster setup page, allowing admins to define ingresses without assigning them to a namespace. #7832
Introduce TLS and HTTPS support for ingresses. #7843
Moved the Ingress management from the Application details page to a new Ingress section. #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). #7720
Resolved an issue where Node stats would not work for Google Kubernetes Engine (GKE) clusters. #7668
Fixed the issue of missing Kubernetes definition for Kubernetes application deployment in the swagger API documentation. #7741
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. #8003
Fixed an issue with view/edit of Kubernetes namespaces where memory and CPU resource limit sliders were positioned incorrectly and erroneous warnings were shown. #8004
Docker:
Fixed issue of update stack button being disabled when updating an existing stack. #8002
Portainer:
Fixed issue with manage access link not working when assigning access for registries on an environment. #8005
Fixed issue with JSON formatted logs failing in 2.16.0 . #8006