Merge develop into infrahub-develop#974
Merged
polmichel merged 10 commits intoinfrahub-developfrom Apr 29, 2026
Merged
Conversation
Merge 'infrahub-develop' into 'stable'
prepare release v1.20.0
Merge stable into develop
Deploying infrahub-sdk-python with
|
| Latest commit: |
54ba648
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2ad4dc5a.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://develop.infrahub-sdk-python.pages.dev |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## infrahub-develop #974 +/- ##
====================================================
- Coverage 82.59% 81.43% -1.16%
====================================================
Files 134 134
Lines 13320 11359 -1961
Branches 2307 1703 -604
====================================================
- Hits 11001 9250 -1751
+ Misses 1677 1566 -111
+ Partials 642 543 -99
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
Bumps [infrahub-testcontainers](https://github.com/opsmill/infrahub) from 1.8.5 to 1.9.0. - [Release notes](https://github.com/opsmill/infrahub/releases) - [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md) - [Commits](opsmill/infrahub@infrahub-v1.8.5...infrahub-v1.9.0) --- updated-dependencies: - dependency-name: infrahub-testcontainers dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade ruff==0.15.12
* Upgrade SpecKit to version 0.8.1
Mirrors the upgrade applied to opsmill/infrahub in PR #9057.
* Pin SpecKit to v0.8.1 with Claude integration via .specify/init-options.json
and .specify/integration.json
* Convert legacy dev/commands/speckit.*.md to skills under dev/skills/
(with .claude/skills symlink) and add the bundled speckit-git-* skills
* Install bundled git extension and the Full SDD Cycle workflow
* Add Infrahub preset (dev/spec-kit/presets/infrahub) and install it so
/speckit-specify enforces an infp-NNNN or ifc-NNNN ticket as the branch
suffix; wire .specify/extensions.yml before_specify hook to it
* Ignore .specify/**/.cache/ in .gitignore and skip /.specify in .yamllint.yml
* Append SPECKIT marker block to CLAUDE.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Add missing Claude integration update-context wrappers
The .specify/integrations/claude/scripts/update-context.{sh,ps1} thin
wrappers were missing from the v0.8.1 install. They delegate to
.specify/scripts/bash/update-agent-context.sh (or its powershell
counterpart) so the integration's update-context dispatch works
consistently across shells, matching opsmill/infrahub PR #9057.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* missing files
* ci: exclude SpecKit-generated docs from markdownlint
The v0.8.1 install adds skill files under .claude/skills/ (symlink to
dev/skills/) and the bundled git extension under .specify/extensions/.
Those files come from upstream SpecKit and don't follow this repo's
markdownlint conventions. They're regenerated on every SpecKit upgrade,
so editing them in place isn't viable.
Add !.claude/skills/**, !dev/skills/**, and !.specify/extensions/** to
the markdownlint job's exclude list, matching the pattern already used
for !.claude/commands/**, !dev/commands/**, and !.specify/templates/**.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merge stable into develop
polmichel
approved these changes
Apr 29, 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.
Merging develop into infrahub-develop after merging pull request #968.