Skip to content

3.3.0

Choose a tag to compare

@ottersbot ottersbot released this 08 Dec 15:37
· 138 commits to main since this release
40a73f3

What's Changed

Highlights

Here are the highlights of the 3.3.0 release:

Community module management improvements

  • Pull the latest community module templates (e.g., docker-registry) into the default namespace:
    kyma module pull docker-registry
  • Install a community module from a pulled template (with a default CR):
    kyma module add default/docker-registry-0.10.0 --default-cr
  • Remove an installed community module:
    kyma module delete default/docker-registry-0.10.0
  • Note: Behavior changes for community modules — see Breaking Changes.

New “authorize” command group (alpha)

  • Grant access for users, groups, subaccounts, and GitHub repositories to your Kyma cluster in one step.
  • Discover options:
    kyma alpha authorize --help

Day 2 diagnostics (alpha)

  • Module/component error logs:
    kyma alpha diagnose logs --help
  • Istio mesh configuration analysis (programmatic equivalent of istioctl analyze):
    kyma alpha diagnose istio --help

New Features 🚀

Breaking Changes

  • flags --origin and --community are no longer functional when managing community modules.
  • Adding/deleting community modules require pointing to a module template (pulled earlier) as command argument in the format <namespace>/<module-template-name>

Documentation 📖

Maintenance 🏗️

Full Changelog: 3.2.0...3.3.0