Version 1.0.1
1.0.1 - 2024-11-12
Removed
- Removed previously deprecated InfrahubTransform.init() method
Deprecated
- Marked InfrahubCheck.init() as deprecated and scheduled to be removed in Infrahub SDK 2.0.0
Added
- Adds
groups.group_add_subscriber
function to add a subscriber to a group. - Adds order_weight property to AttributeSchema and RelationSchema classes.
Fixed
- Fix generated GraphQL query when having a relationship to a pool node (#27)
- CTL: Fix support for relative imports for transforms and generators (#81)
- Fixes issues where InfrahubClient was not properly configured for a branch when running the
infrahubctl transform
,infrahubctl check
andinfrhubctl generator
commands. (#133) - Fixes an issue where a generator would not return any output if there are no members in the generator's target group.
Detailed Changelog
- stable to develop mergeback by @lykinsbd in #119
- bump version for next release by @lykinsbd in #120
- Rework ignore rules for mypy by @ogenstad in #121
- When using only the values of a dict use the
values()
method by @ogenstad in #122 - Move test from integration -> unit by @ogenstad in #123
- Add return type to generator run() by @ogenstad in #124
- Fix setting value of relationship of type pool by @gmazoyer in #118
- Add groups.group_add_subscriber by @LucasG0 in #125
- Fix relative module imports by @ogenstad in #128
- Change ctl check to not use InfrahubCheck.init() by @ogenstad in #126
- Fix relative imports for Python checks by @ogenstad in #131
- Make infrahubctl generator more verbose by @gmazoyer in #116
- Add order_weight by @ogenstad in #132
- sets branch on InfrahubClient when running
infrahubctl transform
infahubctl check
andinfrahubctl generator
by @wvandeun in #134
Full Changelog: v1.0.0...v1.0.1