Skip to content

v0.2.0

Choose a tag to compare

@iciclespider iciclespider released this 30 Dec 02:32
· 2 commits to main since this release
7270768

BREAKING CHANGE

function-pythonic when invoked now requires an initial command line argument specifying the command to run. So instead of running the following to run the Crossplane GRPC server

$ function-pythonic --insecure --debug

One must now run:

$ function-pythonic grpc --insecure --debug

New Features

function-pythonic now includes a pure python implementation of the crossplane render ...
command, which can be used to render Compositions that only use function-pythonic. This
makes it very easy to test and debug using your IDE of choice. It is also blindingly
fast compared to crossplane render. See Quick Start Development

What's Changed

Dependency Updates

  • chore(deps): update github artifact actions (major) by @renovate[bot] in #11
  • chore(deps): update dependency kopf to v1.39.1 by @renovate[bot] in #13

New Contributors

Full Changelog: v0.1.5...v0.2.0