Skip to main content

Podman Desktop 1.10 Release

ยท 5 min read
Tim deBoer
Architect

Podman Desktop 1.10 Release! ๐ŸŽ‰

Podman-desktop-1-10-hero

This release introduces:

  • 1 Million Downloads!: Wow, we made it!
  • Extension Catalog: Redesigned extensions page and catalog to get the most out of Podman Desktop.
  • Podman 5: Podman 5.0.2 now recommended for all users.
  • Multi-platform Builds: Build for multiple platforms at once.
  • Extension API Improvements: Additional updates to the extension API used by ๐Ÿฆญ Podman Desktop's extensions.

Podman Desktop 1.10 is now available. Click here to download it!


Release Detailsโ€‹

1 Million Downloads! ๐ŸŽ‰โ€‹

We've hit over 1 million downloads of Podman Desktop since we started! A big thank you ๐Ÿ™ to everyone who has helped get us to this number - especially those who have opened issues or PRs and contributed to this success!

Looking forward to the next million! ๐Ÿš€

Extension Catalogโ€‹

To make it easier to access extensions we added an item to the main navigation and completely revamped the Extensions page. You can now see and control all your Podman Desktop and Docker Desktop extensions in a single place. If you want to view more details, click on an extension to see the expanded readme.

extensions

With the growing number of extensions available we've also introduced a catalog to make it easy to find and install them. Check the catalog regularly as we hear there are some exciting new extensions sailing in!

extension catalog

Podman v5 (5.0.2)โ€‹

Now that we've had some experience and time to test our migration tools, we're glad to make Podman v5 a recommended upgrade for all users. Podman Desktop will help ensure you don't lose any data during the migration. In particular macOS users will see a performance boost as we've switched to the native Apple Hypervisor.

Find out more details in the blog announcement for ๐Ÿฆญ Podman version 5 here.

Multi-platform Buildsโ€‹

Sticking to one platform keeping you down? Building on the work we did in a recent release to allow building images for other platforms, you can now select multiple platforms at once. When you do this we will automatically switch to building an image for each selected platform and then creating a multi-platform manifest to package them all together.

multi-platform builds

We still have work to do to allow seamlessly working with images or manifests, so stay tuned for more.

Extension API Improvementsโ€‹

We've added support for manifests (multi-arch images) to the extension API to give upcoming extensions more capabilites and even better integration into ๐Ÿฆญ Podman Desktop:

  • feat: add inspectManifest API endpoint #6812
  • feat: add createManifest API #6630

Other Notable Enhancementsโ€‹

We've added lots of features this release, here are some other highlights:

  • feat: add quick install of extensions providing authentication #6936
  • feat: add alias for registry entries #6839
  • feat: make recommendation have publishDate property #6912
  • feat: suggest extensions if building or pulling from some registries report errors #6891
  • feat: switch to using libpodapi for listImages #6736
  • feat: add navigateTo resources and edit container connection #6733
  • feat: adding dashboard extension banner #6708
  • feat: adding internal logic to manage recommended extensions based on featured extensions #6681

Notable Bug Fixesโ€‹

We squashed a lot of bugs this release, including the following:

  • fix: default to rootful mode if unspecified #6968
  • fix: boolean values should be true and not 'on' using forms #6967
  • fix: handle deletion of all Docker Desktop extensions #6964
  • fix: skip existing installed extensions when installing a pack #6914
  • fix: hide cpu, memory, size sliders on WSL #6878
  • fix: container details image link #6805
  • fix: provider card layout #6797
  • fix: kubectl-cli update error #6759
  • fix: make flatpak metadata compliant with flathub #6635
  • fix: airgap mode and default for podman v5 #6633
  • fix: hide restart action for kubernetes pods #6620
  • fix: increase default timeout for extension activation #7053
  • fix: use podman machine inspect to know if machine is rootful #7024
  • fix: edit button should be visible during started and stopped #7045
  • fix: fix dashboard UI #7006
  • fix: handle ids with spaces for extensions #6965
  • fix: remove request for login after getting session programmatically #6665
  • fix: LoadingIconButton consider failed state #6997

Documentationโ€‹

Along with this new version of ๐Ÿฆญ Podman Desktop the documentation has had the following improvement:

  • docs: add compose troubleshooting doc related to authentication #6928

Community Thank Youโ€‹

๐ŸŽ‰ Weโ€™d like to say a big thank you to everyone who helped make ๐Ÿฆญ Podman Desktop even better. In this release we received pull requests from the following people:


Final Notesโ€‹

Fixed Issuesโ€‹

The complete list of issues fixed in this release is available here.

Where to Downloadโ€‹

Get the latest release from the Downloads section of the website and boost your development journey with Podman Desktop. Additionally, visit the GitHub repository and see how you can help us make Podman Desktop better.