Qnap [ Portainer ] [ 2.16.2.0 ] Simple management UI for Docker

Bonjour QoolBox,

Cela ne fonctionne pas sur mon TS-x53D.
Normal ou j'aurai fait une mauvaise manip ?

Fabwiss.
 
2.5.0
Code:
Known issues
Unable to deploy stack templates (Standalone / Swarm endpoints)
We've identified an issue where users cannot deploy stack templates, either on Docker standalone and Swarm endpoints, and we've referenced it here: #5103
If you're relying on the stack template deployment feature, we recommend you to not upgrade to this version of Portainer yet.

We'll release a CE 2.5.1 patch version including a fix for this issue shortly.

Quay.io registries
When using a quay.io registry and pulling an image, the autocompletion will incorrectly add the username to the image name. As a workaround, simply delete the username from what the autocompletion gives you to be able to pull the image.

Breaking change
This new version introduce breaking changes to the Docker UAC system that are not backward compatible with previous versions of Portainer. Rolling back from this version to a previous will cause access control policies set on Docker resources to be reset to Administrators only. Consider this change before upgrading, and if needed, take a copy of the /data folder of Portainer before upgrading in case you want to rollback to a previous version.

Note that you will now be able to backup Portainer using this process for future upgrades: https://documentation.portainer.io/v2.0/backup/backup/

Kubernetes:
Added the ability to redeploy an externally deployed application: #4646
Display the ImagePull policy in the details of an application: #4778
Added the ability to cordon/uncordon/drain nodes: #4006
Added the ability to expand the YAML tab of a Kubernetes application to full size: #4007
Environment variable are sorted alphabetically to improve the readability: #3520
Default to the kube-system namespace in the advanced deployment view on ARM: #4625
Form validation has been added for Configuration keys: #4728
Prevent a Configuration key that currently is in use by an application from being edited: #4549
Fixed issue where renaming the endpoint of a kubernetes agent breaks the endpoint: #4770
Fixed issue where updating the Kubernetes endpoint URL did not get persisted: #4478
Fixed issue with the owner label in the Kubernetes service model: #4842
Fixed issue where an application with persisted data can't update, after the storage option is disabled in the cluster settings: #4843
Fixed issue where adding an ingress route is not prevented when editing an application with existing ingress route and ingress is disabled: #4722
Fixed issue where environment variables with empty values are not showing when editing a kubernetes application: #4848
Docker:
Show how many Docker pulls are remaining for DockerHub to avoid exceeding the quota: #4573
Allow creating stacks with the same name across different endpoints: #1347
sysctl options are available when creating a container: #2756
Settings related to Docker features and security have been moved to the endpoints under the Host/Swarm menu: #4614
Display the container IP address(es) in the list of containers: #3887
Show the number of Swarm nodes for the endpoint on the Home page: #4482
For Docker Standalone, prevent a stack from being created if the Compose has a container_name that already exists: #4630
Creating a container from a DockerHub image will show a search button in the UI: #4374
Improved layout of the toggles on the create container setting tab: #4825
Fixed issue where pulling a large image is failing when using an Agent due to a timeout: #3910
Fixed issue where listing the services with Auto-refresh on collapses all services after refresh: #3068
Fixed issue where the label showing the default location of secrets was incorrect for Windows: #4447
Fixed issue where dash characters got removed from the stack name on Docker Standalone: #4835
Fixed issue where access control management via labels was not fault tolerant: #3547
Fixed typo in the error message "Unable to start stack": #4839
Volumes:
Fixed issue where volume ownership was lost when uploading new files which prevented users from browsing it: #4851
Fixed issue where editing the properties of volumes on a service did not enable the apply button: #4616
Fixed issue where adding a service should be prevented when no volume has been selected for a volume mapping: #4651
Fixed issue with the MountType and nfsvers when creating NFS4 volumes: #4729
Edge:
Show the status of the edge agent check-in on the home page dashboard: #3842
Show all endpoint tags that have been created when creating an endpoint group: #4462
Hide the webhook UI in the service creation view of an edge endpoint, since it's not applicable: #4457
Fixed issue where accessing a down Kubernetes Edge endpoint should redirect the user to the home view: #4550
Fixed issue with the command displayed for Edge agent deployment on Docker standalone when adding an endpoint: #4732
Agent:
The agent has been upgraded to use Go module for dependency management: portainer/agent#110
ACI:
Added User Access Control for ACI endpoints: #5060
Registries:
Fixed issue where pushing to a quay.io registry failed due to not including the username in the quay registry URL: #4371
Portainer:
Added the ability to backup and restore Portainer: #5061
Usernames are stored in lower case to ignore case sensitivity: #3580
When pointing Portainer CE to a volume containing Portainer EE data, it requires a data migration in order to start up: #4551
Improved descriptions for Portainer initialization errors: #4846
Prevent web editor related views from being accidentally closed: #3864
Search filters are retained within the browser session: #3973
Added the option to specify the local socket location when adding a docker endpoint: #4772
Fixed issue where a custom snapshot interval cannot be changed: #4327
Fixed issue with incorrect Windows agent deployment command in the agent endpoint creation tab: #4749
Fixed issue where the File select windows gets shown when pressing enter in text fields: #4748
Templates:
All custom templates are listed but only applicable ones can be deployed, based on the active endpoint type: #4743
Fixed issue where creating a custom template from uploading a compose file failed: #4384
Fixed issue where switching custom template in the template tab of stack create view doesn't update editor: #4751
Fixed issue with an invalid template documentation URL in the Settings: #4832
Development:
Introduce buildx to support Windows 1903+ Base Images: #4771
Added the ability to debug through VSCode: #4755
Fixed issue where webpack complains about chardet source maps: #4759
Fixed issue where babel complains about missing core-js dependency: #4761
Removed grunt-karma ang grunt-html2js dependencies: #4764
 

2.14.2​



Overview of changes​

New Portainer CE 2.14.2 release

Kubernetes:​

  • 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. #7059

Docker:​

  • Fixed certificate file validation for .pem files. #7183

Portainer:​

  • Fixed an issue where the original admin user was unable to change their password when external authentication is enabled. #7291
  • Fixed toggle state reset issue for custom logo and anonymous statistics. #7278
  • Fixed issue with not being able to add users to teams while LDAP authentication is enabled without auto teams population. #7252

Edge:​

  • Fixed pagination issue on Add edge jobs page for listed environments. #7312
 

2.15.0​



Deprecation notice:​

  • Proposing to deprecate Kompose and remove the functionality to deploy compose yaml on Kubernetes. #7514

Breaking change - Edge:​

  • Breaking change in API where the endpoint filter edgeDeviceFilter has been replaced by edgeDevice and edgeDeviceUntrusted

Browser cache:​

  • 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. #7443

React migration:​

  • 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.

Overview of changes​

New Portainer CE 2.15.0 release

Kubernetes:​

  • Introduced an option to forcibly remove a Kubernetes namespace that's in a 'Terminating' state. #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. #7261
  • Resolved an issue where the link shown for an application that is exposed via an ingress was including an incorrect port (the servicePort). #7337

Docker:​

  • Added GPU support to Docker containers. #3143
  • Added support to read value from .env in subfolder for git deployment in Docker Standalone Environment. #7265
  • Added message explaining that changed env values only take effect after redeployment or auto update via webhook. #7242
  • Provided prune option for stack deployment from Git. #7224
  • Removed "Show Container Template" toggle on App templates page and introduced filter and sort by dropdown options. #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. #6566
  • Introduced improved validation to the Docker build image function, to prevent invalid image names. #7463
  • Hid the ability to add edge agents in Docker Desktop Extension. #7197
  • Fixed host info being sent when host management feature is turned off. #7277
  • Removed port 8000 from Portainer Docker Desktop Extension. #7195
  • 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. #7141

Portainer:​

  • Introduced new styling for Portainer. #7528
  • Introduced Portainer UI redesign with changes for common configuration pages. #7527
  • Included build information in Portainer for easier debugging. #7317
  • Introduced the ability to show/hide the password you are entering on login. #7461
  • Introduced CTRL+F (or CMD+F on MacOS) to search in web editors. #6537
  • Introduced the ability to filter connection type and agent version on the homepage. #7468
  • Improved environment address entry to handle http:// or https:// prefixes when adding an environment via Docker or Kubernetes (agent) options. #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. #7548
  • Updated the agent library dependencies. #7420
  • Fixed a few typos in various locations. #7243
  • Fixed issue with environment page table losing selection on table refresh. #7395
  • Fixed missing BE feature indicators. #7396
  • Fixed issue where certificate uploading is not functional for StartTLS/TLS in LDAP configuration. #6271
  • Further improvements to Go panic state for the environments list handler. #7441

Edge:​

  • Updated UI of Add devices page to match the Add environment page. #7393
  • Fixed issue where editing edge jobs changed the configured cron expression. #7432
  • Removed Beta label on Edge Jobs. #7162

Registry:​

  • Improved Registry details screen with better prompting for relevant fields. #3015
  • Resolved an issue around not being able to add multiple Quay registries. #7430
  • Improved the Registry details screen to show the registry provider and made the Add registry screen default to Docker Hub as the provider. #7246
 
Bonjour, depuis la mise à jour Portainer ne demarre plus sur mon NAS. Plus précisément il semble être démarré mais plus joignable sur le port 9123. Please Help !
NAS TS253D Systeme uptodate
 
Dernière édition:

2.15.1​

Overview of changes
New Portainer CE 2.15.1 release

Docker:​

  • Fixed an issue with connecting to the local Docker environment when using Windows Container Services. #7618
  • Fixed an issue where the build image button would stay inactive when using a tar file. #7624
  • Added re-pull image option to Docker stacks. #7671

Portainer:​

  • Fixed an issue where some colors in dark mode appeared too brown. #7616
  • Fixed an issue when using leading or trailing spaces in a password would break the login process. #7621