Skip to content

v0.5.0

Choose a tag to compare

@iciclespider iciclespider released this 09 Mar 15:44
· 9 commits to main since this release
40804b7

BREAKING CHANGE

Prior versions of function-pythonic included the "Single Use" CompositeResourceDefinition and Composition in it's Crossplane function package, which the formal specification of function packages does not allow.. Crossplane v2.2.0 implemented checks that flag such function packages as invalid. These have been removed from the function-pythonic package.

function-pythonic Single Use Composites have been replaced with Inlined Composites as documented in the README. This provides more flexibility, but does require provisioning your own CompositeResourceDefinition and Composition.

What's Changed

Dependency Updates

  • chore(deps): update github artifact actions (major) by @renovate[bot] in #39
  • chore(deps): update docker/login-action action to v4 by @renovate[bot] in #40
  • chore(deps): update docker/setup-qemu-action action to v4 by @renovate[bot] in #41
  • chore(deps): update docker/setup-buildx-action action to v4 by @renovate[bot] in #42
  • chore(deps): update docker/build-push-action action to v7 by @renovate[bot] in #44

Full Changelog: v0.4.2...v0.5.0