v1.28.2Desktop
Added 3
- Add support for error property in connections
- Add error tooltip to connections in Preferences
- Use delete variant for destructive actions in renderer
Changed 3
- Replace raw Tailwind colors with color-registry tokens across multiple components
- Use consistent titles and buttons for auth and navigation dialogs
- Add title support and verb-derived buttons to withConfirmation utility
Fixed 7
- Remove malformed leading ellipsis from waiting-for-response strings in troubleshooting
- Increase spinner segment opacity for better contrast in UI
- Fix all icons rotating on the docker compatibility page
- Replace raw tailwind color with design token in ListOrganizer
- Correct Allow/Deny button response index in auth dialog
- Remove unnecessary w-auto class from link-style cancel buttons
- Sync CLI tool version to provider on startup in extensions
Security 2
- Resolve GHSA-39q2-94rc-95cp in dompurify
- Resolve CVE-2026-33750 in brace-expansion
What's Changed
- fix: resolve GHSA-39q2-94rc-95cp in dompurify by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17159
- fix(troubleshooting): remove malformed leading ellipsis from waiting-for-response strings by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17141
- chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17162
- chore(main): prefer-import-in-mock by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17133
- chore(deps-dev): bump the tailwindcss group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17163
- chore(deps): bump @fortawesome/react-fontawesome from 3.3.0 to 3.3.1 in the fortawesome group across 1 directory by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17161
- chore(fix): fixing compose e2e tests to handle new flow by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17165
- refactor: extracted duplicated code to function by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17154
- chore: 📢 Bump version to 1.28.0 by @podman-desktop-bot in https://github.com/podman-desktop/podman-desktop/pull/17160
- refactor(network): replace raw Tailwind colors with color-registry tokens in CreateNetwork by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17155
- fix(ui): increase spinner segment opacity for better contrast by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17145
- refactor(color-registry): replace hover:text-white with color-registry token in WindowsControlButton by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17135
- refactor(extensions): replace divide-gray-900 with color-registry token in InstalledExtensionCard by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17136
- refactor(preferences): add color-registry token to PreferencesKubernetesContextsRendering by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17137
- refactor(renderer): remove obsolete Tailwind colors in auth providers by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17138
- refactor(onboarding): replace bg-black with color-registry variable by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17157
- feat: added support for error property in connections by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17117
- fix(spinner): all icons rotating on the docker compatibility page by @jiridostal in https://github.com/podman-desktop/podman-desktop/pull/17180
- refactor(ui): use color-registry token in SearchInput search icon by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17151
- refactor(ui): replace hardcoded tailwind colors in ProviderInfoCircle with color-registry tokens by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17153
- fix(ui): replace raw tailwind color with design token in ListOrganizer by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17152
- chore(eslint): enable
vitest/prefer-import-in-mockby @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/16879 - refactor(main): use consistent titles and buttons for auth and navigation dialogs by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17188
- refactor(renderer): add title support and verb-derived buttons to
withConfirmationutility by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17178 - fix: resolve CVE-2026-33750 in brace-expansion by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17176
- chore(docs): updated triage manager tasks to look at correct domains with an example by @rujutashinde in https://github.com/podman-desktop/podman-desktop/pull/16972
- chore(deps): bump got from 15.0.2 to 15.0.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17201
- chore(deps-dev): bump the vitest group with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17200
- docs: add dialog language guide to CODE-GUIDELINES.md by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17190
- chore(deps): bump electron from 41.2.1 to 41.2.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17202
- chore(deps-dev): bump the tailwindcss group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17199
- chore(eslint): enable vitest/hoisted-apis-on-top by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17194
- chore(deps): bump proxy from 3.0.0 to 4.0.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/16926
- feat(renderer): use delete variant for destructive actions by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17096
- fix(renderer): remove unnecessary
w-autoclass from link-style cancel buttons by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17175 - fix(main): correct Allow/Deny button response index in auth dialog by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17218
- chore(dashboard): updated dashboard service backend by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17158
- feat(Preferences): added error tooltip to connections by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17124
- fix(extensions): sync CLI tool version to provider on startup by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17209
- refactor(extensions): create shared vite config for extensions by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17192
- feat(extensions): add $schema reference to extension package.json files by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17183
- chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17198
- fix(watch): wait for build completion in getWatcher by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17226
- chore(fix): normalize saveImage abort error across Node.js versions by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17234
- chore(deps-dev): bump msw from 2.13.4 to 2.13.5 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17236
- chore(deps-dev): bump eslint-plugin-svelte from 3.17.0 to 3.17.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17238
- chore(deps-dev): bump markdownlint-cli2 from 0.22.0 to 0.22.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17235
- chore(test): fixing test to pass on macos by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17233
- chore(deps): bump electron from 41.2.2 to 41.3.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17237
- refactor(renderer): use verb-noun titles for error and info dialogs by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17184
- chore(test): update the k8s dialog and confirm dialog handling error … by @odockal in https://github.com/podman-desktop/podman-desktop/pull/17244
- feat(SystemOverview): added system overview to statusbar by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/16282
- feat(SystemOverview): added system overview component by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/16111
- fix: resolve GHSA-w5hq-g745-h8pq in uuid by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17239
- chore(eslint): enable vitest/prefer-mock-promise-shorthand by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17212
- refactor(renderer): use consistent titles and buttons for delete/remove confirmation dialogs by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17204
- refactor(renderer): use consistent titles and buttons for confirmation and action dialogs by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17181
- refactor(main): use consistent titles and messages for updater dialogs by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17186
- chore(deps-dev): bump @biomejs/biome from 2.4.12 to 2.4.13 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17251
- chore(deps): bump dockerode from 4.0.9 to 5.0.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17254
- refactor(Connections): switched to canStart boolean by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17247
- feat(SystemOverview): changed ordering on the dashboard page by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17240
- refactor(renderer): remove icon from TroubleshootingPageStoreDetails dialog by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17257
- chore(deps-dev): bump jsdom from 29.0.2 to 29.1.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17264
- chore(deps-dev): bump @commitlint/cli from 20.5.0 to 20.5.2 in the commitlint group by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17263
- chore(deps-dev): bump postcss from 8.5.10 to 8.5.12 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17266
- chore(deps-dev): bump msw from 2.13.5 to 2.13.6 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17265
- refactor(renderer): fix button order in create container dialog by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17258
- fix(api): support Docker API v1.52+ event format by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17231
- chore(main): show experimental enhanced dashboard setting by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17246
- chore(test): update network-smoke container state expectation for Pod… by @odockal in https://github.com/podman-desktop/podman-desktop/pull/17260
- fix: resolve CVE-2026-41305 in postcss by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17267
- chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17283
- chore(deps-dev): bump filesize from 11.0.16 to 11.0.17 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17284
- fix(main): use product appId for Windows AppUserModelId by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17278
- fix(website): invalid path in image by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17216
- docs: add 1.27 release notes by @SoniaSandler in https://github.com/podman-desktop/podman-desktop/pull/17250
- docs(website): update footer to LF Projects Series LLC disclaimer by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17291
- fix(storybook): skip chokidar watcher during vitest runs by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17288
- chore: Update Chocolatey package to 1.27.1 by @podman-desktop-bot in https://github.com/podman-desktop/podman-desktop/pull/17301
- fix(deps): use caret range for TypeScript in root package.json by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17286
- chore(deps): bump dawidd6/action-download-artifact from 20 to 21 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17308
- chore(deps-dev): bump eslint-plugin-storybook from 10.3.5 to 10.3.6 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17329
- chore(deps-dev): bump msw from 2.13.6 to 2.14.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17327
- chore(deps): bump tar-stream from 3.1.8 to 3.2.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17328
- chore(deps): bump zod from 4.3.6 to 4.4.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17326
- chore(deps-dev): bump the storybook group with 5 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17324
- chore(deps): bump @segment/analytics-node from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17325
- chore(fix): access warnings by @ScrewTSW in https://github.com/podman-desktop/podman-desktop/pull/17319
- refactor(renderer): require action-oriented titles for bulk confirmation dialogs by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17255
- refactor(renderer): replace generic button labels with action verbs by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17256
- chore(deps-dev): bump the commitlint group with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17339
- chore(deps-dev): bump jsdom from 29.1.0 to 29.1.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17344
- chore(deps): bump electron from 41.3.0 to 41.4.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17340
- chore(deps-dev): bump unplugin-dts from 1.0.0-beta.6 to 1.0.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17343
- chore(deps): bump pnpm/action-setup from 6.0.3 to 6.0.4 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17338
- chore(deps-dev): bump vite-plugin-dts from 4.5.4 to 5.0.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17342
- chore(kind): remove tmp-promise dependency and replace with Node.js b… by @sAchin-680 in https://github.com/podman-desktop/podman-desktop/pull/17275
- chore(website): update links of socktainer by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17345
- chore(deps): bump yaml from 2.8.3 to 2.8.4 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17357
- chore(deps-dev): bump svelte-check from 4.4.6 to 4.4.7 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17353
- chore(deps): bump hosted-git-info from 9.0.2 to 9.0.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17356
- chore(deps): bump eslint from 10.2.1 to 10.3.0 in the eslint group across 1 directory by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17351
- chore(deps-dev): bump the argosci group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17350
- chore(deps): bump zod from 4.4.1 to 4.4.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17352
- chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17348
- chore(deps-dev): bump globals from 17.5.0 to 17.6.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17354
- chore(deps): bump electron from 41.4.0 to 41.5.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17355
- chore(deps): bump pnpm/action-setup from 6.0.4 to 6.0.5 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17349
- fix(renderer): restore explore features section after page refresh by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17333
- fix(main): propagate event stream parser errors to trigger reconnection by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17332
- refactor(renderer): extract expandable collapse/expanded logic to Exp… by @sAchin-680 in https://github.com/podman-desktop/podman-desktop/pull/17279
- chore(deps): bump docusaurus to 3.10 by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17217
- refactor(api): allow updateVersion to accept undefined by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17371
- chore(test): add parametrized extension installation by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17373
- feat(main): create a task when installing an extension by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17292
- chore(extension-api): add Arch property to ImageInfo by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17323
- chore(test): fix broken test using wrong button name by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17374
- refactor(extensions): omit version argument to clear provider version by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17372
- feat(renderer): add telemetry tracking to SystemOverviewCard by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17298
- test(e2e): add managed configuration test for custom extensions toggle by @ScrewTSW in https://github.com/podman-desktop/podman-desktop/pull/17318
- chore(deps): bump zod from 4.4.2 to 4.4.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17390
- chore(deps-dev): bump msw from 2.14.2 to 2.14.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17389
- feat(renderer): add timestamps to troubleshooting logs page by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17322
- chore(deps-dev): bump the typescript-eslint group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17387
- fix(renderer): show error feedback when volume creation fails by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17394
- fix(main): clarify feedback dialog setting description by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17320
- chore(SystemOverview): added aria labels to SystemOverview elements by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17392
- fix(storybook): replace text-white with color-registry token in Spinner story by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17396
- fix(renderer): use theme token for markdown heading border by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17398
- feat(main): add --pd-toast-* color registry variables and wire them to ToastHandler by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17391
- refactor(ui): replace hardcoded shadow rgba with color-registry tokens by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17399
- refactor: update main package tests to use mocked product.json values by @SoniaSandler in https://github.com/podman-desktop/podman-desktop/pull/17336
- feat: implement restoring the page after reload by @dgolovin in https://github.com/podman-desktop/podman-desktop/pull/17261
- chore(deps): bump tar from 7.5.13 to 7.5.14 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17405
- chore(deps-dev): bump svelte-check from 4.4.7 to 4.4.8 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17404
- chore(deps-dev): bump svelte-eslint-parser from 1.6.0 to 1.6.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17408
- chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 6.2.4 to 7.1.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17409
- chore(deps-dev): bump eslint-plugin-n from 17.24.0 to 18.0.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17407
- chore(deps): bump electron from 41.5.0 to 42.0.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17406
- revert(deps-dev): bump @sveltejs/vite-plugin-svelte from 6.2.4 to 7.1.1 by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17412
- chore(test): adjust tests for cdp runner and downstream variation by @odockal in https://github.com/podman-desktop/podman-desktop/pull/17331
- fix(podman-docker-context): use unique docker context names on Linux by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17300
- fix(main): reset corrupt safe storage file after backup by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17419
- refactor(ui): move ProgressBar component from renderer to packages/ui by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17424
- fix(renderer): nest provider routes under /resources to fix unresponsive navigation by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17421
- feat(storybook): add comprehensive stories for ProgressBar component by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17417
- fix: resolve CVE-2026-42338 in ip-address by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17426
- chore(deps): bump got from 15.0.3 to 15.0.5 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17429
- feat(main): wire download progress into task during extension installation by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17295
- test: add interactive MCP testing skill for Podman Desktop by @amisskii in https://github.com/podman-desktop/podman-desktop/pull/16759
- feat(renderer): modernize ProgressBar component by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17422
- feat(extensions): add support menu context contribution for volumes by @tibisabau in https://github.com/podman-desktop/podman-desktop/pull/16313
- fix(extensions): skip registering commands and menus for disabled extensions by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17276
- chore(deps-dev): bump msw from 2.14.3 to 2.14.5 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17439
- chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17437
- chore(deps-dev): bump lint-staged from 16.4.0 to 17.0.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17431
- fix(renderer): prevent duplicate markdown rendering for type: markdwn preferences by @MarsKubeX in https://github.com/podman-desktop/podman-desktop/pull/17444
- chore(deps): bump tar from 7.5.14 to 7.5.15 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17440
- chore(deps-dev): bump @vitest/eslint-plugin from 1.6.16 to 1.6.17 in the vitest group across 1 directory by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17438
- fix: resolve CVE-2026-6321 in fast-uri by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17449
- fix: resolve CVE-2026-44728 in @babel/plugin-transform-modules-systemjs by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17450
- chore(deps-dev): bump @eslint/compat from 2.0.5 to 2.1.0 in the eslint group by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17454
- chore(deps): bump semver from 7.7.4 to 7.8.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17460
- chore(deps-dev): bump lint-staged from 17.0.2 to 17.0.4 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17457
- chore(deps-dev): bump the tailwindcss group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17455
- chore(deps): bump pnpm/action-setup from 6.0.5 to 6.0.6 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17452
- feat(SystemOverview): added resource usage to SystemOverview component by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/16999
- chore(deps): bump electron from 42.0.0 to 42.0.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17458
- chore(deps-dev): bump the commitlint group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17453
- feat(container): make mapped ports clickable in summary to open browser by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17435
- chore(deps): fix duplicate entry lockfile by @cdrage in https://github.com/podman-desktop/podman-desktop/pull/17476
- fix(tests): use vi.mocked for getUrlProtocol in PreferencesRenderingItem.spec by @dgolovin in https://github.com/podman-desktop/podman-desktop/pull/17448
- chore(deps-dev): bump @biomejs/biome from 2.4.13 to 2.4.15 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17456
- chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17480
- chore(deps-dev): bump @playwright/test from 1.59.1 to 1.60.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17482
- chore(deps): bump yaml from 2.8.4 to 2.9.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17487
- chore(deps-dev): bump the vitest group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17481
- fix: resolve CVE-2026-41150 in mermaid by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17483
- chore(deps-dev): bump msw from 2.14.5 to 2.14.6 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17486
- fix(renderer): use disconnect() for ResizeObserver cleanup in onDestroy by @vzhukovs in https://github.com/podman-desktop/podman-desktop/pull/17473
- chore(deps): bump pnpm/action-setup from 6.0.6 to 6.0.7 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17478
- fix(ci): remove unnecessary checks write permission by @amisskii in https://github.com/podman-desktop/podman-desktop/pull/17425
- refactor(ci): use official download artifact action by @sAchin-680 in https://github.com/podman-desktop/podman-desktop/pull/17475
- chore(ci): update podman-install action digest by @odockal in https://github.com/podman-desktop/podman-desktop/pull/17489
- fix: resolve CVE-2026-44293 in protobufjs by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17492
- chore: add configuration properties override option in product.json by @SoniaSandler in https://github.com/podman-desktop/podman-desktop/pull/17477
- chore(deps-dev): bump the commitlint group with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17497
- chore(deps): bump ws from 8.20.0 to 8.20.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17498
- chore(deps): bump pnpm/action-setup from 6.0.7 to 6.0.8 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17495
- chore(test): add import/export container e2e test by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17499
- chore(test): address review feedback for container export/import e2e test by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17506
- feat(tray): add option to hide system tray icon by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17491
- chore(deps-dev): bump the argosci group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17479
- feat(storybook): add comprehensive stories for LinearProgress component by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17504
- fix(test): update feedback dialog toggle label to match renamed description - [managed-configuration] by @ScrewTSW in https://github.com/podman-desktop/podman-desktop/pull/17508
- chore(test): create sync certificate e2e test suite by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17514
- fix(flatpak): update bugtracker URL to current GitHub organisation by @dgolovin in https://github.com/podman-desktop/podman-desktop/pull/17512
- chore(deps-dev): bump eslint-plugin-storybook from 10.3.6 to 10.4.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17528
- chore(deps): bump electron from 42.0.1 to 42.1.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17529
- chore(deps-dev): bump tsx from 4.21.0 to 4.22.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17527
- chore(deps): bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17496
- feat(ui): add keyboard focus support to tooltip by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17520
- refactor(ui): modernize LinearProgress component by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17505
- chore(deps-dev): bump lint-staged from 17.0.4 to 17.0.5 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17537
- chore(deps): bump mikepenz/action-junit-report from 6.4.0 to 6.4.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17535
- chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17534
- chore(deps): bump eslint from 10.3.0 to 10.4.0 in the eslint group by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17536
- chore(deps-dev): bump tsx from 4.22.0 to 4.22.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17538
- chore(e2e): move manifest push scenario to simple containerfile block by @amisskii in https://github.com/podman-desktop/podman-desktop/pull/16892
- fix(renderer): mark wheel event listener as passive by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17509
- fix(renderer): detect untagged images as in-use via ImageID by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17433
- fix(renderer): show error dialog when network deletion fails by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17432
- feat(storybook): add toast notification stories by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17531
- fix(renderer): hide Open Pod button when kubernetes-dashboard feature is active by @feloy in https://github.com/podman-desktop/podman-desktop/pull/17539
- feat: add scrollable left navigation bar (Closes #12775) by @AlexonOliveiraRH in https://github.com/podman-desktop/podman-desktop/pull/16294
- fix(ui): capitalize Password in registry settings by @AkashKumar7902 in https://github.com/podman-desktop/podman-desktop/pull/17262
- chore(deps-dev): bump vite-plugin-dts from 5.0.0 to 5.0.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17555
- chore(deps): bump hosted-git-info from 9.0.3 to 10.1.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17558
- chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17552
- chore(deps-dev): bump unplugin-dts from 1.0.0 to 1.0.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17556
- chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17553
- fix: add fallback implementation to detect when window should be showed up on linux by @dgolovin in https://github.com/podman-desktop/podman-desktop/pull/17428
- chore(deps): bump electron from 42.1.0 to 42.2.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17572
- chore: use product name for update reminder preference by @SoniaSandler in https://github.com/podman-desktop/podman-desktop/pull/17547
- chore(deps): bump webpack-dev-server from 5.2.2 to 5.2.4 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17567
- chore(deps-dev): bump tsx from 4.22.1 to 4.22.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17554
- fix: cleanup watchers on stop by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17403
- chore(deps-dev): bump the vitest group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17571
- chore(deps-dev): bump the argosci group with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17583
- chore(deps): bump actions/stale from 10.2.0 to 10.3.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17582
- fix(renderer): clear saved route after one-shot restoration by @fbricon in https://github.com/podman-desktop/podman-desktop/pull/17550
- feat(skills): add storybook screenshot and video recording skills by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17575
- feat(skills): add component-modernization and storybook-hmr skills by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17576
- feat(skills): add prototype-switcher skill for UX prototyping by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17574
- chore: move learning center guides JSON to product.json by @SoniaSandler in https://github.com/podman-desktop/podman-desktop/pull/17548
- chore(deps): bump semver from 7.8.0 to 7.8.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17602
- chore(deps-dev): bump the argosci group with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17600
- chore: Update Chocolatey package to 1.27.2 by @podman-desktop-bot in https://github.com/podman-desktop/podman-desktop/pull/17597
- feat: add issue-requirements skill and gh CLI permissions by @amisskii in https://github.com/podman-desktop/podman-desktop/pull/17549
- fix: toolbar buttons use semantic color tokens instead of button-primary-bg by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17588
- fix: pnpm-lock by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17613
- chore(deps-dev): bump @argos-ci/playwright from 7.0.2 to 7.0.3 in the argosci group by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17614
- chore(deps): bump ws from 8.20.1 to 8.21.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17620
- chore(deps-dev): bump @vitest/eslint-plugin from 1.6.17 to 1.6.18 in the vitest group across 1 directory by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17617
- chore(test): initial draft for stubbing method for apply yaml by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17608
- chore(skills): add a skill to work with extensions features by @feloy in https://github.com/podman-desktop/podman-desktop/pull/17540
- chore(deps): update to yauzl: '^3.3.1' for electron install by @cdrage in https://github.com/podman-desktop/podman-desktop/pull/17623
- chore(deps-dev): bump the typescript-eslint group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17616
- chore(deps): bump undici from 7.25.0 to 7.26.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17618
- chore(deps-dev): bump eslint-plugin-storybook from 10.4.0 to 10.4.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17619
- chore(deps-dev): bump the argosci group with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17628
- chore(deps): bump electron from 42.2.0 to 42.3.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17629
- fix(ui): add keyboard navigation to Link component by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17611
- chore(ci): update node version on tf runners by @amisskii in https://github.com/podman-desktop/podman-desktop/pull/17633
- chore(test): additional logging when running cli commands by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17632
- fix: resolve CVE-2026-44705 in tmp by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17635
- fix: resolve CVE-2026-45736 in ws by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17638
- chore: fix CVE-2026-9277 in shell-quote by @rujutashinde in https://github.com/podman-desktop/podman-desktop/pull/17639
- chore(deps-dev): bump @biomejs/biome from 2.4.15 to 2.4.16 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17644
- chore(deps-dev): bump eslint-plugin-svelte from 3.17.1 to 3.18.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17643
- chore(deps): bump docker/setup-qemu-action from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17642
- chore(test): add breadcrumb validation e2e tests by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17648
- fix: resolve CVE-2026-8723 in qs by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17651
- chore(deps-dev): bump the argosci group with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17656
- chore(deps-dev): remove postcss override (dependabot will handle updates) by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17580
- fix(extensions/podman): throttle socket disguise failure telemetry by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17657
- test(e2e): fix k8s e2e tests failing on azure wsl machines by @danivilla9 in https://github.com/podman-desktop/podman-desktop/pull/17649
- fix: updated spacing of connections by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17652
- chore(deps): bump eslint from 10.4.0 to 10.4.1 in the eslint group by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17661
- chore(deps-dev): bump svelte-eslint-parser from 1.6.1 to 1.7.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17669
- chore(deps-dev): bump lint-staged from 17.0.5 to 17.0.7 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17672
- chore(deps-dev): bump the commitlint group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17660
- chore(deps-dev): bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17665
- fix(renderer): remove doubled "Error:" prefix in deletion error dialogs by @vzhukovs in https://github.com/podman-desktop/podman-desktop/pull/17615
- chore(deps-dev): bump tsx from 4.22.3 to 4.22.4 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17663
- chore(deps): bump js-yaml from 4.1.1 to 4.2.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17671
- chore(extensions): add repository and homepage metadata by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17658
- fix(main): make internal JSONEvent status and id optional by @simonrey1 in https://github.com/podman-desktop/podman-desktop/pull/17659
- chore: use extensions catalog website from product.json for extensions update preference by @SoniaSandler in https://github.com/podman-desktop/podman-desktop/pull/17546
- fix(ci): update podman org in update-podman-version workflow by @amisskii in https://github.com/podman-desktop/podman-desktop/pull/17680
- chore(test): remove docker images from github runner before test run by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17683
- chore(test): refactor volume path reading method by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17687
- feat(storybook): add statusbar tooltip contexts to Spinner and load FontAwesome CSS by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17677
- feat: add theme-aware icon component by @fbricon in https://github.com/podman-desktop/podman-desktop/pull/17585
- feat(color-registry): add the yellow Tailwind 4 color ramp by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17701
- fix(podman): disable PowerShell profile loading when executing checks on Windows by @dgolovin in https://github.com/podman-desktop/podman-desktop/pull/17606
- chore(deps): bump github/codeql-action from 4.35.5 to 4.36.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17607
- chore(deps-dev): bump the storybook group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17525
- feat(kind): propagate lifecycle errors to connection error property by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17654
- fix(renderer): use correct CSS variables for extension download button by @vzhukovs in https://github.com/podman-desktop/podman-desktop/pull/17699
- fix: replace shadow-black with --pd-modal-shadow color registry variable by @sAchin-680 in https://github.com/podman-desktop/podman-desktop/pull/17280
- feat(storybook): add comprehensive stories for StatusDot component by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17711
- fix(statusbar): size FA icons via --fa-width custom property by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17695
- chore(telemetry): reduce the
shellInContainer.errorevent to only once per day by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17705 - chore(deps-dev): bump eslint-plugin-svelte from 3.18.0 to 3.19.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17664
- chore(deps): bump tar from 7.5.15 to 7.5.16 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17728
- chore(deps-dev): bump eslint-plugin-storybook from 10.4.1 to 10.4.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17729
- chore(deps): bump electron from 42.3.0 to 42.3.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17738
- chore(deps-dev): bump unplugin-dts from 1.0.1 to 1.0.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17733
- fix(toast): improve message toast visuals, add icons by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17681
- chore(deps-dev): bump vite-plugin-dts from 5.0.1 to 5.0.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17731
- chore(deps-dev): bump svelte-check from 4.4.8 to 4.5.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17727
- chore(deps): bump undici from 7.26.0 to 7.27.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17730
- chore(deps-dev): bump @sveltejs/package from 2.5.7 to 2.5.8 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17732
- chore(deps-dev): bump svelte-eslint-parser from 1.7.0 to 1.8.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17734
- chore(deps-dev): bump @rollup/plugin-commonjs from 29.0.2 to 29.0.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17666
- chore(deps-dev): bump typedoc-plugin-markdown from 4.11.0 to 4.12.0 in the typedoc group across 1 directory by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17725
- feat(lima): propagate errors to connection error property by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17717
- fix(colors): sync warning colors from amber to yellow for deuteranopia accessibility by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17742
- chore: add trigger for update e2e tests for general code changes by @odockal in https://github.com/podman-desktop/podman-desktop/pull/17562
- chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17722
- chore(deps-dev): bump vite from 7.3.2 to 8.0.16 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17726
- chore(eslint): enable vitest/prefer-mock-return-shorthand by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17397
- chore(deps-dev): bump the vitest group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17723
- chore(deps): bump undici from 7.27.0 to 7.27.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17758
- chore(deps-dev): bump svelte-check from 4.5.0 to 4.6.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17760
- chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17756
- chore(deps): bump semver from 7.8.1 to 7.8.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17759
- chore(deps-dev): bump the typescript-eslint group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17724
- fix(main): use fetch instead of got for extensions catalog to respect proxy settings by @dgolovin in https://github.com/podman-desktop/podman-desktop/pull/17599
- feat(api-mocks): add @podman-desktop/api-mocks npm package by @sAchin-680 in https://github.com/podman-desktop/podman-desktop/pull/17309
- test(e2e): enable/disable enhanced dashboard experimental feature by @danivilla9 in https://github.com/podman-desktop/podman-desktop/pull/17596
- fix(renderer): add duplicate volume name validation on create form by @amisskii in https://github.com/podman-desktop/podman-desktop/pull/17631
- chore: fix lock file by @benoitf in https://github.com/podman-desktop/podman-desktop/pull/17763
- chore(ci): updated tf fedora versions by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17719
- chore: use package.json repository to hide or show GitHub link in feedback form by @SoniaSandler in https://github.com/podman-desktop/podman-desktop/pull/17737
- feat(renderer): add managed-by indicator on resource page by @cdrage in https://github.com/podman-desktop/podman-desktop/pull/17627
- chore(deps): bump electron-updater from 6.8.3 to 6.8.9 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17767
- chore(deps-dev): bump @electron/fuses from 2.1.1 to 2.1.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17769
- chore(test): increase robustness in container podify checkbox by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17776
- chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17766
- fix(ui): use two-word verb form "set up" in action-oriented UI text by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17765
- fix(ui): fix tooltip visibility when switching dropdowns by @JustMell0 in https://github.com/podman-desktop/podman-desktop/pull/17673
- chore: add agent-ready config, ADRs, cursor rules, and fix hook schema by @gastoner in https://github.com/podman-desktop/podman-desktop/pull/17741
- chore: make the autostart locator using regexp by @odockal in https://github.com/podman-desktop/podman-desktop/pull/17782
- chore(deps): bump semver from 7.8.2 to 7.8.3 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17791
- chore(deps-dev): bump eslint-plugin-n from 18.0.1 to 18.1.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17790
- chore(deps-dev): bump eslint-plugin-unicorn from 64.0.0 to 65.0.1 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17788
- chore(deps): bump proxy from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17787
- fix: pnpm-lock.yaml by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17793
- chore(deps): bump undici from 7.27.1 to 7.27.2 by @dependabot[bot] in https://github.com/podman-desktop/podman-desktop/pull/17771
- chore(test): update locator name by @cbr7 in https://github.com/podman-desktop/podman-desktop/pull/17792
- chore: exclude storybook from Codecov coverage reports by @vancura in https://github.com/podman-desktop/podman-desktop/pull/17798
- fix(extension/kind): incorrect polyfill of node-fetch (backport #17820) by @mergify[bot] in https://github.com/podman-desktop/podman-desktop/pull/17824
- revert: #16294 by @axel7083 in https://github.com/podman-desktop/podman-desktop/pull/17829
- chore: Bump Podman version to 5.8.3 (backport #17881) by @mergify[bot] in https://github.com/podman-desktop/podman-desktop/pull/17891
New Contributors
- @tibisabau made their first contribution in https://github.com/podman-desktop/podman-desktop/pull/16313
- @AkashKumar7902 made their first contribution in https://github.com/podman-desktop/podman-desktop/pull/17262
Full Changelog: https://github.com/podman-desktop/podman-desktop/compare/v1.27.2...v1.28.2