Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Releases: fortra/function-pythonic

v0.0.5

13 Aug 06:32

Choose a tag to compare

Greatly improved Unknown handling

  • The composition is terminated by default if unknowns assigned to created composed resources.
  • Termination can be overridden by setting the unknownsFatal field to False either on the Composite as a whole or on individual composed resources.
  • Unknowns found are emitted both in a condition and an event.

v0.0.4

11 Aug 21:52

Choose a tag to compare

  • Refactor to use the crossplane.pythonic package.
  • Upgrade to use crossplane-sdk-python v0.9.0 with support for Crossplane V2.
  • Implement being able to specify the full module path and name to the Composite class. This enables using the IDE of your choice to write the python in stand alone files.

v0.0.3

05 Aug 07:01

Choose a tag to compare

v0.0.3 Pre-release
Pre-release
  1. Enable coding self.resources.newresource = { ... }
  2. Added being able to create Unknowns
  3. More work in unit tests

v0.0.2

03 Aug 05:03

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
  • Added Base64 helper functions B64Encode and B64Decode.
  • Included is the initial implementation of a unit test harness with 2 initial test cases.
  • Updated the helm-copy-secrets example with @joebowbeer's latest implementation.

v0.0.1

01 Aug 22:36

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

Initial preview release to enable an easy way to install and experiment with. This is very much a work in progress with likely minor breaking changes for now.