Skip to content

Merge stable into develop#8697

Open
infrahub-github-bot-app[bot] wants to merge 10 commits intodevelopfrom
stable
Open

Merge stable into develop#8697
infrahub-github-bot-app[bot] wants to merge 10 commits intodevelopfrom
stable

Conversation

@infrahub-github-bot-app
Copy link
Copy Markdown
Contributor

Merging stable into develop after merging pull request #8689.

ogenstad and others added 2 commits March 25, 2026 10:47
Corrects a bug when we reconfigure webhooks and there's a webhook set to
trigger on all event types
This PR fixes migration 056 to be surgical, and adds a cleanup migration (068) to repair databases that already ran the old version.

---------

Co-authored-by: Aaron McCarty <aaron@opsmill.com>
ogenstad and others added 2 commits March 25, 2026 14:47
@ajtmccarty ajtmccarty requested review from a team as code owners March 25, 2026 14:46
@opsmill-bot opsmill-bot requested a review from a team as a code owner March 25, 2026 14:47
ogenstad and others added 5 commits March 26, 2026 13:02
Correct documentation jobs & trigger on python_sdk changes
)

Bumps the uv group with 1 update in the / directory: [requests](https://github.com/psf/requests).
Bumps the uv group with 1 update in the /python_testcontainers directory: [requests](https://github.com/psf/requests).


Updates `requests` from 2.32.5 to 2.33.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

Updates `requests` from 2.32.5 to 2.33.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: indirect
  dependency-group: uv
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* First draft single target query

* Wrap up doc single target

* Adjust link

* Fix ci

* Update docs/docs/guides/jinja2-transform.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Remove HFID reference

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
When creating an object from a template with a resource pool assigned
to a required relationship, the preview phase (`process_pools=False`)
skipped pool allocation via `NoOpPoolAllocator`, leaving the field
unset. Mandatory validation then rejected the missing field before
the actual creation could allocate from the pool.

Track fields with pending pool allocations in `NodeTemplateApplier`.
When allocation returns `None` but a pool peer exists, record the
field name. `handle_object_template` returns this set so the
validation can skip those mandatory fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants