Skip to content

chore(deps-dev): bump infrahub-testcontainers from 1.9.3 to 1.9.5#1032

Merged
ajtmccarty merged 1 commit into
stablefrom
dependabot/uv/stable/infrahub-testcontainers-1.9.5
May 18, 2026
Merged

chore(deps-dev): bump infrahub-testcontainers from 1.9.3 to 1.9.5#1032
ajtmccarty merged 1 commit into
stablefrom
dependabot/uv/stable/infrahub-testcontainers-1.9.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps infrahub-testcontainers from 1.9.3 to 1.9.5.

Release notes

Sourced from infrahub-testcontainers's releases.

Infrahub - v1.9.5

Fixed

  • Upserting a CoreNumberPool with allow_upsert=True no longer raises an error when node and node_attribute are unchanged. (#5636)
  • Fixed the standard resolver for schema-based objects returning an unhelpful database error when negative values were provided for limit or offset query arguments. (#7474)
  • Changing unique to False on a schema attribute now correctly triggers a migration that adds the attribute to existing Profile and Template objects. (#8894)
  • Cardinality constraints (cardinality: one, min_count, max_count) were silently skipped when the relationship being updated declared its peer as a generic and the constraint was defined on a concrete subtype of that generic, letting data violate the schema. The constraint check and lock path now resolve each peer's concrete kind and enforce the constraint declared there. (#8953)

Full Changelog: opsmill/infrahub@infrahub-v1.9.4...infrahub-v1.9.5

Infrahub - v1.9.4

Added

  • Add a rebase_branch global permission so administrators can grant non-admin users the ability to rebase branches without requiring super_admin. (#8050)

Fixed

  • Fixed inconsistent IPHost and IPNetwork attribute representations across HFID, display labels, and API responses by normalizing values at input time. Added a migration that recomputes HFID/display labels for nodes whose schema references an IPHost, IPNetwork, or MacAddress attribute. (#8896)
  • Standardized stored MacAddress attribute values to colon-separated EUI-48 form (AA:BB:CC:DD:EE:FF) and rebuilt HFIDs / display labels for nodes referencing MAC attributes. (#9015)
  • Prevent users from deleting their own account through the CoreAccountDelete mutation. (#9138)
  • Remove the unresolvable is_inherited field from AttributeInterface and all concrete attribute types in the GraphQL schema. The field had no resolver, so any query selecting it failed with '<AttributeKind>' object has no attribute 'is_inherited'. (#9146)
  • Skip artifacts whose object peer can no longer be resolved when validating artifact generation in a Proposed Change. A single orphan row no longer prevents CheckArtifactCreate from being dispatched for the rest of the group. (#9188)
  • Fix diff calculation logic to correctly include updates to branch-aware attributes of branch-agnostic schemas. (#9221)
  • Diff calculation between branches no longer scales with the total size of the database. Diffs now complete in a time proportional to the number of changes on the branch. (#9224)
  • Reset a Proposed Change's status to "open" following a merge failure that raises an unexpected error.

Full Changelog: opsmill/infrahub@infrahub-v1.9.3...infrahub-v1.9.4

Changelog

Sourced from infrahub-testcontainers's changelog.

Infrahub - v1.9.5 - 2026-05-18

Fixed

  • Upserting a CoreNumberPool with allow_upsert=True no longer raises an error when node and node_attribute are unchanged. (#5636)
  • Fixed the standard resolver for schema-based objects returning an unhelpful database error when negative values were provided for limit or offset query arguments. (#7474)
  • Changing unique to False on a schema attribute now correctly triggers a migration that adds the attribute to existing profile and template objects. (#8894)
  • Cardinality constraints (cardinality: one, min_count, max_count) were silently skipped when the relationship being updated declared its peer as a generic and the constraint was defined on a concrete subtype of that generic, letting data violate the schema. The constraint check and lock path now resolve each peer's concrete kind and enforce the constraint declared there. (#8953)

Infrahub - v1.9.4 - 2026-05-12

Added

  • Add a rebase_branch global permission so administrators can grant non-admin users the ability to rebase branches without requiring super_admin. (#8050)

Fixed

  • Fixed inconsistent IPHost and IPNetwork attribute representations across HFID, display labels, and API responses by normalizing values at input time. Added a migration that recomputes HFID/display labels for nodes whose schema references an IPHost, IPNetwork, or MacAddress attribute. (#8896)
  • Standardized stored MacAddress attribute values to colon-separated EUI-48 form (AA:BB:CC:DD:EE:FF) and rebuilt HFIDs / display labels for nodes referencing MAC attributes. (#9015)
  • Prevent users from deleting their own account through the CoreAccountDelete mutation. (#9138)
  • Remove the unresolvable is_inherited field from AttributeInterface and all concrete attribute types in the GraphQL schema. The field had no resolver, so any query selecting it failed with '<AttributeKind>' object has no attribute 'is_inherited'. (#9146)
  • Skip artifacts whose object peer can no longer be resolved when validating artifact generation in a Proposed Change. A single orphan row no longer prevents CheckArtifactCreate from being dispatched for the rest of the group. (#9188)
  • Fix diff calculation logic to correctly include updates to branch-aware attributes of branch-agnostic schemas. (#9221)
  • Diff calculation between branches no longer scales with the total size of the database. Diffs now complete in a time proportional to the number of changes on the branch. (#9224)
  • Reset a Proposed Change's status to "open" following a merge failure that raises an unexpected error.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Update infrahub-testcontainers from 1.9.3 to 1.9.5 to pick up upstream fixes and improvements in the test container (better schema constraint checks, normalized IP/MAC handling, faster diffs). Dev-only change; no runtime impact.

  • Dependencies
    • Bump infrahub-testcontainers to 1.9.5 (updated in uv.lock).

Written for commit 768c31e. Summary will update on new commits. Review in cubic

Bumps [infrahub-testcontainers](https://github.com/opsmill/infrahub) from 1.9.3 to 1.9.5.
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v1.9.3...infrahub-v1.9.5)

---
updated-dependencies:
- dependency-name: infrahub-testcontainers
  dependency-version: 1.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type/housekeeping Maintenance task label May 18, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 18, 2026 16:49
@dependabot dependabot Bot added the type/housekeeping Maintenance task label May 18, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 18, 2026

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 768c31e
Status: ✅  Deploy successful!
Preview URL: https://e5679183.infrahub-sdk-python.pages.dev
Branch Preview URL: https://dependabot-uv-stable-infrahu-aljb.infrahub-sdk-python.pages.dev

View logs

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

❗ There is a different number of reports uploaded between BASE (25bbc92) and HEAD (768c31e). Click for more details.

HEAD has 11 uploads less than BASE
Flag BASE (25bbc92) HEAD (768c31e)
python-3.11 2 0
python-3.12 2 0
python-3.10 2 0
python-filler-3.12 2 1
python-3.13 2 1
python-3.14 2 1
integration-tests 2 0
@@            Coverage Diff             @@
##           stable    #1032      +/-   ##
==========================================
- Coverage   81.54%   74.37%   -7.17%     
==========================================
  Files         134      134              
  Lines       11467    11467              
  Branches     1735     1735              
==========================================
- Hits         9351     8529     -822     
- Misses       1569     2394     +825     
+ Partials      547      544       -3     
Flag Coverage Δ
integration-tests ?
python-3.10 ?
python-3.11 ?
python-3.12 ?
python-3.13 54.57% <ø> (-0.02%) ⬇️
python-3.14 54.57% <ø> (-0.02%) ⬇️
python-filler-3.12 22.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 35 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ajtmccarty ajtmccarty merged commit 57137de into stable May 18, 2026
21 checks passed
@ajtmccarty ajtmccarty deleted the dependabot/uv/stable/infrahub-testcontainers-1.9.5 branch May 18, 2026 17:17
ajtmccarty pushed a commit that referenced this pull request May 18, 2026
) (#1033)

Bumps [infrahub-testcontainers](https://github.com/opsmill/infrahub) from 1.9.3 to 1.9.5.
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v1.9.3...infrahub-v1.9.5)

---
updated-dependencies:
- dependency-name: infrahub-testcontainers
  dependency-version: 1.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/housekeeping Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant