Commit graph

14 commits

Author SHA1 Message Date
dependabot[bot]
4a4f80e374 chore(deps-dev): bump vite from 5.0.11 to 5.0.12
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.11 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 10:23:27 +01:00
dependabot[bot]
78f33f366f chore(deps-dev): bump vitest from 1.2.0 to 1.2.1
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.1/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 11:48:45 +01:00
dependabot[bot]
f48adddce1 chore(deps-dev): bump vitest from 1.1.1 to 1.2.0
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.0/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 10:02:05 +01:00
dependabot[bot]
56c26f475d chore(deps-dev): bump vite from 5.0.10 to 5.0.11
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.11/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 14:36:18 +01:00
dependabot[bot]
bbc65cf8d9 chore(deps-dev): bump vitest from 1.1.0 to 1.1.1
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 17:13:41 +01:00
Charlie Drage
00d8ede314
chore: check kubectl installation on each onboarding step (#5362)
### What does this PR do?

* Similar to Podman onboarding, check that it has been installed on
  every step. This allows you to reach the last page if you happen to
  have accidently pressed the onboarding sequence again.
* Update the last page to give a small tutorial on how to use `kubectl`
  similar to compose

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Closes  https://github.com/containers/podman-desktop/issues/5347

### How to test this PR?

<!-- Please explain steps to reproduce -->

1. Edit kubectl-cli/package.json enablement to: `enablement: "true"` so
   it shows it in resources
2. Click on the onboarding sequence

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-12-22 09:49:01 -05:00
Florent Benoit
ed6a536c81 chore: use vite build instead of rollup
fixes https://github.com/containers/podman-desktop/issues/5350
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-12-21 11:44:04 +01:00
dependabot[bot]
92c504e6eb chore(deps-dev): bump vitest from 1.0.4 to 1.1.0
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.0/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 11:23:35 +01:00
Tim deBoer
b25baf9e89
fix: rename kubectl extension (#5255)
* fix: rename kubectl extension

I'll be honest and admit that I haven't spent the time to figure out exactly
_why_ this works, but I assume it is due to the build script or elsewhere
assuming that the extension name matches the folder name. Either way, it is
a better/shorter name for this extension, suggested by Florent during the
initial review, and causes the extension to correctly be included in the
production build.

Signed-off-by: Tim deBoer <git@tdeboer.ca>

* chore: add test to ensure extension name match extension folder

related to https://github.com/containers/podman-desktop/issues/5254
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

---------

Signed-off-by: Tim deBoer <git@tdeboer.ca>
Co-authored-by: Florent Benoit <fbenoit@redhat.com>
2023-12-14 09:36:45 +01:00
Florent BENOIT
861421ab36
chore: update vitest to v1.0.4 (#5189)
* chore: update vitest to v1.0.4
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

---------

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-12-11 15:46:08 +01:00
Jeff MAURY
4a4d2873c8
feat: implement onboarding for kubectl (#5097)
* feat: implement onboarding for kubectl

Relates to #5035

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-12-06 10:47:43 +01:00
dependabot[bot]
9ac280e281 chore(deps-dev): bump mkdirp from 2.1.6 to 3.0.1
Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 2.1.6 to 3.0.1.
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/compare/v2.1.6...v3.0.1)

---
updated-dependencies:
- dependency-name: mkdirp
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 08:16:25 +01:00
Florent Benoit
b37c896cf2 chore: replace zip-local by adm-zip in extensions
fixes https://github.com/containers/podman-desktop/issues/4938
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-11-22 17:52:13 +01:00
Denis Golovin
1326a9ca01
feat: add extension/kubectl-cli to register kubectl CLI Tool (#4674)
The extension adds kubectl CLI Tool card to `Settings/CLI Tools` page if it can find tool location and extract version from version command output. 

Signed-off-by: Denis Golovin <dgolovin@redhat.com>
2023-11-15 12:25:07 -08:00