Skip to content

3.0.0

Choose a tag to compare

@ottersbot ottersbot released this 26 Mar 10:34
· 376 commits to main since this release
3aebeda

What's Changed

Highlights

We are proud to bring the first stable v3 version of Kyma CLI.
This version becomes the first milestone of redesigning Kyma CLI to match expectations (expressed via kyma-project/community#872) for it to become a tool for application developers who use kyma as their k8s-based runtime.

Many commands in the deprecated v2 version were removed in v3 as they were out of the scope of the repurposed goal of Kyma CLI.

We introduced a completely new set of commands that are more oriented on simplifying and automating the steps required in the application development process in Kyma. Those are all in the alpha command group, as their final API will need some fine-tuning after we receive more feedback.

The new feature highlights are the following:

  • code-to-app capability; automates the process of getting a running app from your source code
  • Hands-on interaction with those custom resources defined by Kyma and its modules (Function CR and ServiceInstance/Binding CRs as first ones. Expect more really soon)
  • Enabling easy automation for some common tasks developers usually do on k8s clusters (for example, generating new access for service accounts)

Get started here 🎯

All Changes

For a complete changelog, please review the release candidates of the 3.0.0 release:
https://github.com/kyma-project/cli/releases/tag/3.0.0-rc1
https://github.com/kyma-project/cli/releases/tag/3.0.0-rc2

New Contributors

Full Changelog: 2.20.5...3.0.0