This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Releases: fortra/function-pythonic
Releases · fortra/function-pythonic
v0.0.5
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
- 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
- Enable coding self.resources.newresource = { ... }
- Added being able to create
Unknowns - More work in unit tests
v0.0.2
- 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
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.