Sourced from python-on-whales's releases.
v0.76.1
What's Changed
- Fixed secrets and added tests by
@​gabrieldemarmiessein gabrieldemarmiesse/python-on-whales#673- Add support for multi-nodes on builders by
@​gabrieldemarmiessein gabrieldemarmiesse/python-on-whales#674- Fix secrets specs labels being capitalized by
@​gabrieldemarmiessein gabrieldemarmiesse/python-on-whales#675Breaking changes:
Some breaking changes were introduced in this version. Those are rarely used features but it might impact you.
python_on_whales.Builder:
my_builder.status->my_builder.nodes[0].statusmy_builder.platforms->my_builder.nodes[0].platforms
python_on_whales.Secret:
my_secret.spec["name"]->my_secret.spec.namemy_secret.spec["labels"]->my_secret.spec.labelsFull Changelog: https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.75.1...v0.76.1