- Migrated off deprecated GraphQL APIs:
stacklet-adminno longer uses GraphQL fields/mutations that are deprecated in the platform schema. This includes some breaking changes:repository addno longer accepts--branch-name,--policy-file-suffix,--policy-directory, or--deep-import— the platform's replacementaddRepositoryConfigmutation no longer supports configuring these at repository-creation time.repository process,repository scan,repository remove, andrepository shownow take--uuid(the repository config UUID) instead of--url.repository scanno longer accepts--start-rev-spec.account-group add-itemno longer accepts--provider(implied by the target account group).account-group list/show/add/update/removeandpolicy-collection list/show/add/update/add-item/remove-item/removenow return account/policy mappings (with a mapping id and pagination info) instead of the deprecated flatitems/itemCountfields.bindingcommands now return execution variables nested underexecutionConfiginstead of a top-levelvariablesfield.
- Python 3.14 support:
stacklet-adminnow works with Python 3.14.