Skip to content

Releases: rancher/kubewarden-ui

kubewarden-1.2.1-rc3

15 Sep 15:44
04d4bfa
Compare
Choose a tag to compare

What's Changed

Full Changelog: kubewarden-1.2.1-rc2...kubewarden-1.2.1-rc3

kubewarden-1.2.1-rc2

12 Sep 16:10
f961229
Compare
Choose a tag to compare
Merge pull request #471 from jordojordo/main

Fix release workflow

kubewarden-1.2.1-rc1

08 Sep 17:39
Compare
Choose a tag to compare

Kubewarden extension for Rancher Manager

kubewarden-1.2.0

17 Aug 18:57
Compare
Choose a tag to compare

Release 1.2.0

Summary

The repository has been migrated from kubewarden/ui to rancher/kubewarden-ui. With this, endpoints for the charts and e2e tests needed to be updated to target the new repository.

Enhancements

  • Add namespaceSelector inputs to Cluster Admission Policies - #435
  • Add side-menu item for Policy Reporter - #449

Bug Fixes

  • Fix provider options to filter for organization and user_alias - #452

E2E

  • Add Cluster Admission Policies test - #429
  • Add data-testid to elements for e2e within dashboard repo - #438
  • Code readability improvements - #437

Docs

  • Update readme with installation steps for Extension Catalog Image - #431

Dependency Updates

  • Update dependency @types/lodash to v4.14.196 - #443

kubewarden-1.2.0-rc2

16 Aug 13:33
Compare
Choose a tag to compare

Kubewarden extension for Rancher Manager

kubewarden-1.2.0-rc1

10 Aug 15:02
Compare
Choose a tag to compare

Kubewarden extension for Rancher Manager

kubewarden-1.1.0-rc1

06 Jul 14:47
Compare
Choose a tag to compare

Kubewarden extension for Rancher Manager

kubewarden-1.1.0

06 Jul 19:37
Compare
Choose a tag to compare

Kubewarden extension for Rancher Manager

Release 1.1.0

Support for running the UI in an air-gapped installation of Rancher (v2.7.5+) has been added. With the release of 1.1.0, a new container image (the Extension Catalog Image) will be generated, which can then be mirrored into a private registry and consumed using the "Import Extension Catalog" feature that was introduced in Rancher v2.7.5.

Enhancements

  • e2e and unit tests have been introduced with automatic tests on pull requests as well as nightly tests
  • Policy provenance has been improved to display which policies are supported by the Kubewarden project

Bug fixes

  • Policy questions featuring multiple levels of settings set the policy spec correctly - #244
  • Policy Server pod count display on Dashboard view now shows correct count - #354
  • Policy Server related policies list now able to be condensed into a "flat list" - #363

kubewarden-1.0.6-rc2

29 Jun 18:43
Compare
Choose a tag to compare

Kubewarden extension for Rancher Manager

kubewarden-1.0.6

29 Jun 19:31
Compare
Choose a tag to compare

Kubewarden extension for Rancher Manager


Fixes

  • Routing collisions - #395
    • Plugin directives
    • Installation wizard styling
    • Clean-html and clean-tooltip directives
  • Order of namespaceSelector addition to policy spec - #399
  • Policy Server related policies table flat list - #363

Updates

  • Removed Nuxt - #395
    • Update e2e dashboard page route
  • Enable testing on rancher RC versions - #392