Florent BENOIT
1bc01dc186
refactor(mock): generate @podman-desktop/api mock from its definition ( #15670 )
...
* refactor(mock): generate @podman-desktop/api mock from its definition
instead of writing for each function and for each namespace the content
reuse the .d.ts definition and wire automatically vi.fn()
customize/override some classes implementation manually but most of it is generated
fixes https://github.com/podman-desktop/podman-desktop/issues/14493
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-01-30 14:45:47 +01:00
Tim deBoer
cfc879fbf4
chore: remove kind labels from issue templates
...
Removed all kind labels from the templates now that we have issue types.
Part of #14777 .
Signed-off-by: Tim deBoer <git@tdeboer.ca>
2026-01-30 08:11:40 -05:00
Florent Benoit
f39a49218b
chore: generate files being exported by package.json file
...
related to https://github.com/podman-desktop/podman-desktop/issues/15496
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-01-30 14:09:44 +01:00
Rujuta Shinde
03c20ce72a
chore(website): added links to the icons under adopters section ( #15945 )
...
Signed-off-by: Rujuta Shinde <rushinde@redhat.com>
2026-01-30 08:08:59 -05:00
axel7083
e767846294
refactor(extension/podman): extract DarwinSocketCompatibility to dedicated file ( #15951 )
...
* refactor(extension/podman): extract DarwinSocketCompatibility to dedicated file
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
* test: increase coverage of DarwinSocketCompatibility
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
---------
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-01-30 14:07:48 +01:00
Vladyslav Zhukovskyi
515861f1cc
chore(ui): show disabled Create new button with warning
...
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-01-30 14:20:45 +02:00
axel7083
0bd9e7346a
refactor(extension/podman): extract abstract SocketCompatibility to dedicated file ( #15942 )
...
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-01-30 09:37:26 +01:00
Evžen Gasta
af1db5d0e0
refactor(IconImage): migrated IconImage to svelte5 ( #15925 )
...
* refactor(IconImage): migrated IconImage to svelte5
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
* chore: fixed dependencies
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
---------
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-01-30 09:10:26 +01:00
Denis Golovin
8d2bc8e67a
feat(certificates-ui): view only Certificates preference page ( #15671 )
...
* feat(certificats-ui): view only Certificates Preference page
Introduce certificate svelte store with certificate information
relevant for UI. A certificate in store has subject, issuer, serial
number and expiration extracted from RDNs.
Introduce Certificates Preference page that shows the certificates from
svelte store as a Table with 4 columns:
1. Subject
2. Issuer
3. Serial #
4. Expiration date
The Preference page allows you to:
1. see Subject common name if CN RDN is available or full Subject string
2. see Issuer common name or 'Self signed'
2. see Serial # as it is in certificate
4. see Expiration date icon
5. change sorting on individual columns
6. search in the table by Certificate or Issuer name
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
---------
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
2026-01-29 13:17:23 -08:00
Sonia Sandler
b4194b91a3
refactor: update volumes routes to be nested ( #15928 )
...
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2026-01-29 13:57:12 -05:00
cdrage
9ad200ccb9
chore: Update chocolatey packages for 1.25.1
...
Signed-off-by: cdrage <fbenoit@redhat.com>
2026-01-29 19:02:48 +01:00
Sonia Sandler
6d79b6249d
chore: add the option to adjust the icon button size ( #15912 )
...
* chore: add the option to adjust the icon button size
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
* chore: fix undefined size case
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
* chore: move default icon size to inside encode
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
* chore: add test
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
* chore: reset mocks for tests
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2026-01-29 12:51:37 -05:00
Charlie Drage
60140cbf26
fix(ci): use github API for choco release ( #15897 )
...
### What does this PR do?
Fixes the Chocolatey package update script that was failing with:
```
au_GetLatest failed
Object reference not set to an instance of an object.
```
The script was scraping the GitHub page, which recently broke. This switches to the GitHub API.
### Screenshot / video of UI
N/A
### What issues does this PR fix or reference?
Closes https://github.com/podman-desktop/podman-desktop/issues/15896
### How to test this PR?
```powershell
# Install au if not already
choco install au -y
# Run script
cd .chocolatey/podman-desktop
$env:VERSION = "1.25.0"
./update.ps1
# Expect nuspec & releaseNotes to be updated
```
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2026-01-29 12:38:58 -05:00
axel7083
294d6207ab
refactor(extension/podman): mv compatibility-mode.ts ( #15941 )
...
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-01-29 15:11:15 +00:00
Rujuta Shinde
6d56a7b5dd
chore(website): added adopters section to the community page ( #15894 )
...
* chore(website): added adopters section to the community page
Signed-off-by: Rujuta Shinde <rushinde@redhat.com>
2026-01-29 09:35:27 -05:00
Vladyslav Zhukovskyi
42aa36e232
chore(kind): configure provider warnings based on the dependent container connections
...
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-01-29 13:31:36 +02:00
axel7083
f79135dfdc
refactor(CopyToClipboard): migrate to Svelte5 ( #15934 )
...
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-01-29 10:24:44 +00:00
Florent Benoit
b2c3e59276
chore(api): add tsconfig options
...
add new values to emit more files and to store them in dist folder
related to https://github.com/podman-desktop/podman-desktop/issues/15496
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-01-29 11:02:59 +01:00
Evžen Gasta
6cd68716bc
fix(StatusIcon): fixed icon size in StatusIcon component ( #15859 )
...
* fix(StatusIcon): fixed icon size with placement
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
* chore: removed alignment of Icon component
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
* chore: added text-xs test
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
---------
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-01-29 10:38:31 +01:00
Evžen Gasta
8c3bd77ea1
refactor: migrated ConnectionStatus component to svelte5 ( #15933 )
...
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-01-29 10:36:18 +01:00
dependabot[bot]
3e88328007
chore(deps-dev): bump electron from 40.0.0 to 40.1.0
...
Bumps [electron](https://github.com/electron/electron ) from 40.0.0 to 40.1.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Commits](https://github.com/electron/electron/compare/v40.0.0...v40.1.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-version: 40.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-29 07:33:04 +01:00
dependabot[bot]
51f9736440
chore(deps-dev): bump svelte from 5.48.5 to 5.49.0
...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.48.5 to 5.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.49.0/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.49.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-29 07:08:20 +01:00
Tim deBoer
41531ae204
chore: rephrase triage and review
...
From PR review, change
'issue and PR triage and review process' to
'issue triage and PR review process'.
Signed-off-by: Tim deBoer <git@tdeboer.ca>
2026-01-28 11:54:00 -05:00
Tim deBoer
cbb8a90d72
chore: fixes from code review
...
Fix links to Code of Conduct - point both to our CoC (which in turn points to CNCF CoC).
Remove invalid .md from CODEOWNERS.
Signed-off-by: Tim deBoer <git@tdeboer.ca>
2026-01-28 11:54:00 -05:00
Tim deBoer
a200beb4dd
chore: add GOVERNANCE.md
...
We're overdue adopting a governance policy. Full credit for this content goes to @slemeur,
I've just done the final markdown cleanup and PR creation.
Signed-off-by: Tim deBoer <git@tdeboer.ca>
2026-01-28 11:54:00 -05:00
dependabot[bot]
4138252d17
chore(deps-dev): bump cheerio from 1.1.2 to 1.2.0
...
Bumps [cheerio](https://github.com/cheeriojs/cheerio ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/cheeriojs/cheerio/releases )
- [Commits](https://github.com/cheeriojs/cheerio/compare/v1.1.2...v1.2.0 )
---
updated-dependencies:
- dependency-name: cheerio
dependency-version: 1.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 14:30:33 +01:00
dependabot[bot]
85137b2ac5
chore(deps): bump undici from 7.19.1 to 7.19.2
...
Bumps [undici](https://github.com/nodejs/undici ) from 7.19.1 to 7.19.2.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.19.1...v7.19.2 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 14:04:08 +01:00
dependabot[bot]
7b3b957184
chore(deps): bump tar from 7.5.6 to 7.5.7
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.6...v7.5.7 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 13:38:55 +01:00
Marcel Bertagnini
e61a280ca5
feat: add iconRight and iconRightAlign props to SettingsNavItem
...
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
2026-01-28 12:57:04 +01:00
axel7083
bd7b9877fe
feat(renderer): adding confirmation dialog when deleting connection ( #15742 )
...
* feat(renderer): adding confirmation dialog when deleting connection
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
* test(renderer): update logic
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
* test(e2e): handle confirmation dialog
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
---------
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-01-28 10:16:14 +00:00
George Serban
d35aa46260
chore(test): fixes UI stress test failures caused by list scrolling ( #15922 )
...
* chore(test): check if element is visible
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
* chore(test): investigate failures
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
* chore(test): update timeout
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
* chore(test): handle video save errors
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
* chore(test): ensure video cleanup
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
---------
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
2026-01-28 10:33:31 +01:00
Evžen Gasta
22f232890d
refactor(renderer): migrated from Fa to Icon component ( #15659 )
...
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-01-28 09:55:46 +01:00
dependabot[bot]
a4313436f3
chore(deps-dev): bump svelte from 5.48.3 to 5.48.5
...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.48.3 to 5.48.5.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.48.5/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.48.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 08:29:05 +01:00
dependabot[bot]
3e07d5a6ba
chore(deps): bump github/codeql-action from 4.31.11 to 4.32.0
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.31.11 to 4.32.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](19b2f06db2...b20883b0cd )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 08:08:28 +01:00
dependabot[bot]
a6a13d2708
chore(deps-dev): bump globals from 17.1.0 to 17.2.0
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 08:06:12 +01:00
dependabot[bot]
f3b04a4018
chore(deps): bump @floating-ui/dom from 1.7.4 to 1.7.5
...
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom ) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/floating-ui/floating-ui/releases )
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md )
- [Commits](https://github.com/floating-ui/floating-ui/commits/HEAD/packages/dom )
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-version: 1.7.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 08:05:45 +01:00
dependabot[bot]
2006436f5d
chore(deps-dev): bump eslint-plugin-sonarjs from 3.0.5 to 3.0.6
...
Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/SonarSource/SonarJS/releases )
- [Commits](https://github.com/SonarSource/SonarJS/commits )
---
updated-dependencies:
- dependency-name: eslint-plugin-sonarjs
dependency-version: 3.0.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 08:05:24 +01:00
dependabot[bot]
6d51f351f6
chore(deps-dev): bump eslint-plugin-storybook from 10.2.0 to 10.2.1
...
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin ) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.1/code/lib/eslint-plugin )
---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
dependency-version: 10.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 08:04:11 +01:00
dependabot[bot]
95b54c695d
chore(deps): bump tar from 7.5.4 to 7.5.6
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.4 to 7.5.6.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.4...v7.5.6 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 14:33:42 +01:00
Tim deBoer
294e620211
chore: add github type to design issues
...
We have a UX GitHub issue type, but the UX issue template was not applying it.
Small part of #14777 .
Signed-off-by: Tim deBoer <git@tdeboer.ca>
2026-01-27 08:27:28 -05:00
George Serban
5f122070d6
test: update assertion to handle system images ( #15904 )
...
* test: update assertion to handle system images
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
* test: count images before the test
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
* chore(test): use baseline image counter
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
---------
Signed-off-by: serbangeorge-m <serbangeorge.m@gmail.com>
2026-01-27 11:51:45 +01:00
Florent Benoit
b903deb33b
chore: include author to fix publisher's name on Windows binary
...
fixes https://github.com/podman-desktop/podman-desktop/issues/15890
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-01-27 11:23:32 +01:00
Evžen Gasta
be8f2ca568
feat: added icon examples to code guidelines ( #15673 )
...
* feat: added icon examples to code guideliens
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
* chore: applied suggestions
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
* chore: removed unused imports
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
---------
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-01-27 07:21:51 +01:00
dependabot[bot]
90783553aa
chore(deps-dev): bump @biomejs/biome from 2.3.12 to 2.3.13
...
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 2.3.12 to 2.3.13.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.13/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.3.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 06:52:04 +01:00
dependabot[bot]
c15aece4a0
chore(deps-dev): bump svelte from 5.48.2 to 5.48.3
...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.48.2 to 5.48.3.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.48.3/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.48.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 06:51:38 +01:00
dependabot[bot]
c74a5ceb16
chore(deps-dev): bump the typescript-eslint group with 3 updates
...
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser )
Updates `typescript-eslint` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.54.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.54.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: typescript-eslint
- dependency-name: typescript-eslint
dependency-version: 8.54.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: typescript-eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 06:50:26 +01:00
Vladyslav Zhukovskyi
ee56a88bfc
chore(kind): update kind provider state based on the dependent container connections ( #15637 )
...
chore(kind): handle factory registration based on the dependent container engine
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-01-26 23:07:44 +02:00
Marcel Bertagnini
e2d3988c3f
chore(release): release notes for 1.25 ( #15781 )
...
* chore(release): release notes for 1.25
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
* fix: include more detail to highlight
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
* fix: added better description to highlights
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
* fix: wrong formatting
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
* fix: wrong text formatting
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
* feat: added release image
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
* fix: changed wrong release version
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
---------
Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
2026-01-26 18:18:29 +01:00
Rujuta Shinde
a719703c47
chore(website): added section for learning videos on the community page ( #15822 )
2026-01-26 09:51:19 -05:00
Tim deBoer
3cbb845578
chore: fix typo
...
Fix typo blindly copied from containers org. :)
Signed-off-by: Tim deBoer <git@tdeboer.ca>
2026-01-26 08:32:22 -05:00