Commit graph

1273 commits

Author SHA1 Message Date
SoniaSandler
e0c6784076 chore: bump version to 1.28.0
Signed-off-by: SoniaSandler <fbenoit@redhat.com>
2026-04-21 12:35:23 +02:00
axel7083
67d62bcc36
chore(registry-setup): writing auth.json should have proper permissions (#17103)
refactor(registry-setup): specify file mode

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-04-20 17:33:05 +00:00
axel7083
933d0b9e3d
refactor(registry-setup): modernise node:fs usage (#17101)
* refactor(registry-setup): modernise node:fs usage

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: linter

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

---------

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-04-20 12:50:58 +00:00
Brian M
d12da0bb82
fix(installer): hyperv only podman install now passes (#17028)
the function would wrongfully return false if there was no podman
binary which caused a premature error for onboarding when hyperv
was the only provider

Signed-off-by: Brian <bmahabir@bu.edu>
2026-04-17 15:54:51 +00:00
Simon Rey
1db1a1212d fix(kind): sync provider version on CLI tool install/uninstall
Signed-off-by: Simon Rey <srey@redhat.com>
Co-authored-by: Simon Rey (via Cursor AI) <srey@redhat.com>
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-17 17:40:23 +02:00
Simon Rey
51d59579df fix(kubectl-cli): sync provider version on CLI tool install/uninstall
Signed-off-by: Simon Rey <srey@redhat.com>
Co-authored-by: Simon Rey (via Cursor AI) <srey@redhat.com>
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-17 17:39:35 +02:00
Simon Rey
72cf8f2e95 fix(compose): remove hardcoded product name from error message
Address review feedback: drop "Podman Desktop" from the version check
failure message and remove duplicated predicate in downloadCommand
when-clause.

Signed-off-by: Simon Rey <simon.rey@outlook.com>
Co-authored-by: Claude <claude@anthropic.com>
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-17 16:07:40 +02:00
Simon Rey
08be405a60 fix(compose): show error step when CLI version fetch fails during onboarding
When the GitHub API rate limit is hit (or any network error occurs),
checkDownloadedCommand now catches the failure, sets a
composeVersionCheckFailed context value, and the onboarding flow
displays a dedicated error step instead of proceeding with broken
placeholder text.

Fixes #13868

Signed-off-by: Simon Rey <simon.rey@outlook.com>
Co-authored-by: Claude <claude@anthropic.com>
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
Made-with: Cursor
2026-04-17 16:07:40 +02:00
dependabot[bot]
743567c5f0 chore(deps-dev): bump msw from 2.13.3 to 2.13.4
Bumps [msw](https://github.com/mswjs/msw) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.13.3...v2.13.4)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-17 10:59:43 +02:00
Simon Rey
854739d581 fix(compose): sync provider version on CLI tool install/uninstall
Signed-off-by: Simon Rey <srey@redhat.com>
Co-authored-by: Simon Rey (via Cursor AI) <srey@redhat.com>
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-17 10:31:41 +02:00
benoitf
1e08f51b82 chore: Update Podman version to v5.8.2
Signed-off-by: benoitf <benoitf@users.noreply.github.com>
2026-04-16 22:16:17 +02:00
Simon Rey
39cf0e88c1 fix(renderer): hide update button when provider has no installed version
When a provider (e.g. Kind) reports updateInfo but the CLI is not
actually installed, the Resources page would show an Update button that
hangs indefinitely when clicked.

Root cause: the Kind extension registers a provider update even when
kindPath is undefined (CLI not installed). Additionally, the renderer
only compared versions without checking that the provider has a version
at all.

Fixes:
- Kind extension: skip provider.registerUpdate when kindPath is not set
- Renderer: require provider.version to exist before showing the button
- ProviderUpdateButton: add the same guard as defense-in-depth

Closes #13639

Signed-off-by: Simon Rey <music.music.music@hotmail.com>
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-16 09:44:16 +02:00
dependabot[bot]
a0191823a1 chore(deps-dev): bump msw from 2.13.2 to 2.13.3
Bumps [msw](https://github.com/mswjs/msw) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.13.2...v2.13.3)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.13.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-14 06:04:52 +02:00
Evžen Gasta
834f3d322f
fix(Roseta): fixed roseta enablement on macOS Tahoe with Podman 5.6+ (#16924)
* fix(Roseta): fixed roseta enablement on macOS Tahoe with Podman 5.6+

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* refactor: migrated to inversify pattern

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* chore: removed default podman machine name

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* chore: fixed tests

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

---------

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 18:40:45 +00:00
Vladyslav Zhukovskyi
083ec72d35 fix(kind): use shared temp directory for image push in Flatpak
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-04-10 20:47:29 +03:00
dependabot[bot]
76b4345b4f
chore(deps-dev): bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0 (#16957)
* chore(deps-dev): bump eslint-plugin-simple-import-sort

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 12.1.1 to 13.0.0.
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v12.1.1...v13.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: apply updated import sorting rules

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-04-10 13:02:34 -04:00
dependabot[bot]
7ea054df93 chore(deps-dev): bump the vitest group with 2 updates
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8)

Updates `vitest` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 10:09:22 +02:00
dependabot[bot]
519cf9a03d chore(deps-dev): bump msw from 2.12.14 to 2.13.2
Bumps [msw](https://github.com/mswjs/msw) from 2.12.14 to 2.13.2.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.12.14...v2.13.2)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 16:41:51 +02:00
Simon Rey
ebc15c74cf test(kubectl-cli): cover provider registerUpdate for Resources page
Add unit tests for provider.registerUpdate registration, no-op when
already on latest, and provider update callback wiring. Mock CliTool
version from createCliTool options so update availability matches runtime.

Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-09 16:37:45 +02:00
Simon Rey
347ea62853 fix(kubectl-cli): show kubectl updates on Resources page
Register provider.update when a CLI update is available so the
Resources page matches CLI Tools (same pattern as Kind).

Related to #13640

Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-09 16:37:45 +02:00
Simon Rey
069703fabc test(compose): cover provider registerUpdate for Resources page
Add unit tests for provider.registerUpdate registration, no-op when
already on latest, and provider update callback wiring. Mock CliTool
version from createCliTool options so update availability matches runtime.

Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-09 16:37:34 +02:00
Simon Rey
2733ade6bb fix(compose): show compose updates on Resources page
Register provider.update when a CLI update is available so the
Resources page matches CLI Tools (same pattern as Kind).

Create the provider before onboarding commands so onboarding can pass
provider into registerCLITool.

Related to #13640

Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-09 16:37:34 +02:00
Simon Rey
d65fbcaa23 fix(tests): use SetupServer interface instead of SetupServerApi class
MSW v2.13.0 added `network` and `#private` properties to the
`SetupServerApi` class, making it incompatible with the return type of
`setupServer()` which is the `SetupServer` interface.

Replace `SetupServerApi` with `SetupServer` in all test files so the
Dependabot PR for msw >=2.13.0 can land without typecheck failures.

Signed-off-by: Sal Rey <srey@redhat.com>
AI-assisted: Claude
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-09 16:11:13 +02:00
dependabot[bot]
99083da9ed chore(deps-dev): bump the vitest group with 2 updates
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.3/packages/coverage-v8)

Updates `vitest` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.3/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-08 06:22:04 +02:00
dependabot[bot]
8cab9adebc chore(deps-dev): bump vite from 7.3.1 to 7.3.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 01:07:40 +02:00
Florent Benoit
5594892e12 chore(deps): update to inversify v8
fixes https://github.com/podman-desktop/podman-desktop/issues/16631

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-04-03 07:17:02 +02:00
Simon Rey
3cfa38e2fe fix(extension/podman): use detached mode for machine autoStart
When autoStart is true, the machine start command now runs in detached
mode, allowing the process to continue independently even if Podman
Desktop exits.

AI assisted

Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-04-02 17:15:03 +02:00
Florent Benoit
aa9416422a chore(tsconfig): switch to bundler for moduleResolution
I had the choices with
> this result could not be resolved under your current 'moduleResolution' setting
>. Consider updating to 'node16', 'nodenext', or 'bundler'.

using node16 or nodenext would result in many .js imports suffix missing in
the src/ folder. I picked up then bundler to have the smallest changes

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-04-02 14:10:25 +02:00
dependabot[bot]
6c7b77df5f chore(deps): bump adm-zip from 0.5.16 to 0.5.17
Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.16 to 0.5.17.
- [Release notes](https://github.com/cthackers/adm-zip/releases)
- [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md)
- [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.16...v0.5.17)

---
updated-dependencies:
- dependency-name: adm-zip
  dependency-version: 0.5.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-02 08:11:32 +02:00
SACHIN KUMAR
9ceda29adc
fix(kind): avoid FileHandle GC error in image-handler tests (#16863)
* fix(kind): use writeFileSync in image-handler tests to avoid FileHandle GC error
2026-04-01 13:42:30 +03:00
axel7083
242fab58d6
chore(extension/kubectl-cli): prefer-import-in-mock (#16883)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
Co-authored-by: Junie <junie@jetbrains.com>
2026-04-01 08:56:33 +00:00
axel7083
467fd7ff87
chore(extension/kind): prefer-import-in-mock (#16882)
* chore(extension/kind): prefer-import-in-mock

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
Co-authored-by: Junie <junie@jetbrains.com>

* refactor: cleanup mocking logic

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

---------

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
Co-authored-by: Junie <junie@jetbrains.com>
2026-04-01 08:28:48 +00:00
axel7083
9b2fa8f06b
chore(extension/podman): prefer-import-in-mock (#16884)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
Co-authored-by: Junie <junie@jetbrains.com>
2026-03-30 15:48:51 +02:00
axel7083
a165724486
chore(extension/docker): prefer-import-in-mock (#16881)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-03-30 12:38:06 +00:00
axel7083
4350273fcb
chore(extensions/compose): prefer-import-in-mock (#16880)
chore(extension/compose): prefer-import-in-mock

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-03-30 12:30:12 +00:00
Florent Benoit
6a7951287f refactor(podman-download): fix the condition logic
When fixing another issue in esm imports for inversify
I faced a 'undefined' error
I guess the logic was to use || or !(a && b)

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-30 14:10:30 +02:00
dependabot[bot]
650d9693e7 chore(deps-dev): bump the vitest group with 2 updates
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/coverage-v8)

Updates `vitest` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 07:55:08 +01:00
Dias Tursynbayev
8fdaa0c745 feat(telemetry): add telemetry tracking when rootful switch was changed
Signed-off-by: Dias Tursynbayev <original.justmello1337@gmail.com>
2026-03-25 15:20:50 +01:00
dependabot[bot]
aecce4ac69 chore(deps): bump smol-toml from 1.6.0 to 1.6.1
Bumps [smol-toml](https://github.com/squirrelchat/smol-toml) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](https://github.com/squirrelchat/smol-toml/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: smol-toml
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-24 08:15:10 +01:00
dependabot[bot]
80ee73fc84 chore(deps-dev): bump the vitest group with 2 updates
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/coverage-v8)

Updates `vitest` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-24 08:14:41 +01:00
dependabot[bot]
1055b10df7 chore(deps): bump yaml from 2.8.2 to 2.8.3
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.2...v2.8.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 08:48:34 +01:00
dependabot[bot]
4e872cc04c chore(deps-dev): bump msw from 2.12.13 to 2.12.14
Bumps [msw](https://github.com/mswjs/msw) from 2.12.13 to 2.12.14.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.12.13...v2.12.14)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 08:17:09 +01:00
dependabot[bot]
4db5e5d679 chore(deps-dev): bump msw from 2.12.12 to 2.12.13
Bumps [msw](https://github.com/mswjs/msw) from 2.12.12 to 2.12.13.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.12.12...v2.12.13)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-18 08:20:31 +01:00
dependabot[bot]
8a5487acad chore(deps-dev): bump msw from 2.12.11 to 2.12.12
Bumps [msw](https://github.com/mswjs/msw) from 2.12.11 to 2.12.12.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.12.11...v2.12.12)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-17 08:33:39 +01:00
bmahabirbu
daf470e6d8 chore: bump version to 1.27.0
Signed-off-by: bmahabirbu <fbenoit@redhat.com>
2026-03-16 16:29:18 +01:00
Denis Golovin
e3bb28a8cf
feat(certificates): add command to palette to sync certificates to podman VMs (#16546)
feat(certificates): add command to palette to sync sertificates to podman VMs

this commit adds:
1. synchronization of local certificates to all running local podman machines
2. synchronization is incremental and based on fingerprinting
3. if multiple machines are running sychronization will run in separate
   tasks visible in Task Manager view
4. if synchronization fails for one machine other tasks let to finish
5. user can call synchronization using command from the palette

Signed-off-by: Denis Golovin <dgolovin@redhat.com>
2026-03-16 14:35:42 +00:00
axel7083
91c688393e
fix(podman-windows-legacy-installer): remove unnecessary extension-api mock (#16635)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-03-16 10:05:52 +00:00
dependabot[bot]
6aaf3b80a9 chore(deps-dev): bump msw from 2.12.10 to 2.12.11
Bumps [msw](https://github.com/mswjs/msw) from 2.12.10 to 2.12.11.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.12.10...v2.12.11)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 08:35:33 +01:00
dependabot[bot]
35800ffe23 chore(deps-dev): bump the vitest group with 3 updates
Bumps the vitest group with 3 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 4.0.18 to 4.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/coverage-v8)

Updates `@vitest/eslint-plugin` from 1.6.10 to 1.6.11
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.10...v1.6.11)

Updates `vitest` from 4.0.18 to 4.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vitest
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 08:40:41 +01:00
benoitf
c011ca1557 chore: Update Podman version to v5.8.1
Signed-off-by: benoitf <benoitf@users.noreply.github.com>
2026-03-12 12:54:34 +01:00