Skip to content

v1.9.1

Latest
Compare
Choose a tag to compare
@deboer-tim deboer-tim released this 20 May 22:21
· 58 commits to main since this release

chore: 🥁 tagging v1.9.1 🥳

What's Changed

  • chore: 📢 Bump version to 1.9.0 by @github-actions in #1541
  • fix: no timeout for user interaction by @deboer-tim in #1545
  • chore(test): dashboard image e2e test by @cbr7 in #1540
  • chore(deps-dev): bump jsdom from 26.0.0 to 26.1.0 by @dependabot in #1548
  • chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot in #1546
  • chore(deps-dev): bump the tailwindcss group with 2 updates by @dependabot in #1547
  • chore(deps): bump svelte-check from 4.1.5 to 4.1.6 by @dependabot in #1550
  • chore(deps-dev): bump @podman-desktop/tests-playwright from 1.17.2 to 1.18.0 by @dependabot in #1555
  • chore(deps-dev): bump @podman-desktop/api from 1.17.2 to 1.18.0 by @dependabot in #1553
  • chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot in #1552
  • chore(deps-dev): bump vite from 6.2.6 to 6.3.0 by @dependabot in #1556
  • chore(deps-dev): bump vite from 6.3.0 to 6.3.1 by @dependabot in #1559
  • chore(deps-dev): bump @playwright/test from 1.51.1 to 1.52.0 by @dependabot in #1558
  • chore(deps-dev): bump vite from 6.3.1 to 6.3.2 by @dependabot in #1560
  • chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot in #1565
  • chore(deps-dev): bump electron from 35.1.5 to 35.2.0 by @dependabot in #1562
  • chore(deps-dev): bump the vitest group with 2 updates by @dependabot in #1563
  • chore(deps-dev): bump svelte-eslint-parser from 1.1.2 to 1.1.3 by @dependabot in #1564
  • chore(deps-dev): bump eslint-import-resolver-typescript from 4.3.2 to 4.3.4 by @dependabot in #1566
  • chore(deps-dev): bump svelte-fa from 4.0.3 to 4.0.4 by @dependabot in #1567
  • chore(deps-dev): bump vite from 6.3.2 to 6.3.3 by @dependabot in #1571
  • chore: update build page unused div by @cdrage in #1573
  • chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot in #1576
  • chore(deps-dev): bump eslint-plugin-unicorn from 58.0.0 to 59.0.0 by @dependabot in #1575
  • chore(deps-dev): bump electron from 35.2.0 to 35.2.1 by @dependabot in #1572
  • chore(deps-dev): bump electron from 35.2.1 to 36.0.0 by @dependabot in #1577
  • chore(deps-dev): bump vite from 6.3.3 to 6.3.4 by @dependabot in #1580
  • chore(deps-dev): bump the tailwindcss group with 2 updates by @dependabot in #1579
  • chore: add example for ssh key by @cdrage in #1582
  • chore: fix spacing in build page. by @cdrage in #1581
  • chore: update dependencies and CI workflows for macadam by @cdrage in #1583
  • feat: add backend support for Macadam create image by @cdrage in #1584
  • feat: add Macadam create image UI by @cdrage in #1585
  • chore: add create vm form to navigation api by @deboer-tim in #1589
  • chore: add telemetry and task for creating vm by @deboer-tim in #1590
  • chore: add tests for CreateVM.svelte by @cdrage in #1593
  • chore: add create vm button to disk image list by @deboer-tim in #1591
  • chore: shorten/simplify vm error messages by @deboer-tim in #1595
  • chore: add more examples to the examples page by @cdrage in #1594
  • chore: add link to resources by @deboer-tim in #1601
  • chore: try to use GH token by @benoitf in #1602
  • chore: apply prettier on the dependabot file by @benoitf in #1603
  • chore: add package to .npmrc file by @benoitf in #1606
  • chore: switch to npmjs package of crc-org binary by @benoitf in #1607
  • chore(deps-dev): bump the commitlint group with 2 updates by @dependabot in #1608
  • chore(deps-dev): bump @podman-desktop/tests-playwright from 1.18.0 to 1.18.1 by @dependabot in #1614
  • chore(deps-dev): bump vite from 6.3.4 to 6.3.5 by @dependabot in #1616
  • chore(deps-dev): bump commitlint from 19.8.0 to 19.8.1 by @dependabot in #1617
  • chore(deps-dev): bump @podman-desktop/api from 1.18.0 to 1.18.1 by @dependabot in #1613
  • chore: update bib image to the latest one by @cdrage in #1605
  • chore: update pnpm version to the latest (10.10) by @benoitf in #1610
  • chore(deps-dev): bump electron from 36.0.0 to 36.2.0 by @dependabot in #1615
  • chore(deps-dev): bump the typescript-eslint group with 3 updates by @dependabot in #1611
  • fix: use fake timers to avoid timing issue in disk image test by @deboer-tim in #1625
  • fix: wait for onmount and use fixed timer advance by @deboer-tim in #1630
  • fix(DiskImageDetailsBuild.spec): test isolation through fake timers by @axel7083 in #1631
  • chore(deps): bump semver from 7.7.1 to 7.7.2 by @dependabot in #1627
  • chore(deps-dev): bump lint-staged from 15.5.1 to 16.0.0 by @dependabot in #1628
  • chore: manually add macadam.js to the Containerfile by @cdrage in #1600
  • feat: bootc vm provider by @deboer-tim in #1599
  • chore: clean up references to macadam extension by @deboer-tim in #1632
  • chore: add ssh2 to Containerfile by @cdrage in #1634
  • feat: enables virtual machine creation for linux by @cdrage in #1604
  • chore: remove virtual machine experimental tab by @cdrage in #1635
  • chore: switch macadam versions, catch init failure by @deboer-tim in #1638
  • chore(deps-dev): bump prettier-plugin-svelte from 3.3.3 to 3.4.0 by @dependabot in #1642
  • 1.9.x: chore: do not show Create VM button for windows. by @cdrage in #1649
  • 1.9.x: fix: prefill correct path for qcow2 images by @deboer-tim in #1655
  • 1.9.x: fix: set macadam provider to the correct value by @deboer-tim in #1654

Full Changelog: v1.8.0...v1.9.1