Perpare 1.21.1#1061
Merged
Merged
Conversation
Deploying infrahub-sdk-python with
|
| Latest commit: |
dcdf69d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e57e90a3.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://atg-20260605-release.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests.
@@ Coverage Diff @@
## stable #1061 +/- ##
==========================================
- Coverage 81.23% 74.69% -6.55%
==========================================
Files 135 135
Lines 12185 11626 -559
Branches 1919 1757 -162
==========================================
- Hits 9899 8684 -1215
- Misses 1692 2397 +705
+ Partials 594 545 -49
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
lancamat1
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.21.1 - 2026-06-05
Changed
infrahubctl marketplace get --collectionnow downloads each member schema individually into a<output_dir>/<collection name>/<schema name>.ymllayout (for exampleschemas/base-schemas/dcim.yml), instead of dumping version-suffixed files flat into the output directory. Filenames no longer carry the version, matching single-schema downloads, so re-downloading a collection overwrites cleanly rather than accumulating stale versions. If two members share a schema name across namespaces, those members are written to<output_dir>/<collection name>/<namespace>/<schema name>.ymlinstead of overwriting each other. (#1057)Fixed
infrahubctlprinting a spuriousError: 1and Python traceback after the human-readable error message when a command exits withtyper.Exit. The CLI now exits cleanly with only the intended error output. (#1047)Summary by cubic
Release 1.21.1 updates
infrahubctlcollection downloads to a nested layout for clean overwrites and fixes a noisy CLI exit error. This improves file organization and removes extra traceback output.Bug Fixes
infrahubctlno longer prints "Error: 1" and a traceback when exiting viatyper.Exit; it now exits cleanly.Migration
Written for commit dcdf69d. Summary will update on new commits.