Skip to content

Bump infrahub-testcontainers from 1.5.1 to 1.7.4#804

Open
dependabot[bot] wants to merge 1 commit intostablefrom
dependabot/uv/stable/infrahub-testcontainers-1.7.4
Open

Bump infrahub-testcontainers from 1.5.1 to 1.7.4#804
dependabot[bot] wants to merge 1 commit intostablefrom
dependabot/uv/stable/infrahub-testcontainers-1.7.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps infrahub-testcontainers from 1.5.1 to 1.7.4.

Release notes

Sourced from infrahub-testcontainers's releases.

Infrahub - v1.7.4

Removed

  • Removed references to the deprecated is_visible metadata property from documentation.

Fixed

  • Fix bug in computed attribute calculation that prevented having a computed attribute on a branch if there were no computed attributes on the default branch (#8270)
  • Add migration to allow rebasing branches created before (#8221) was fixed so that the uniqueness constraint on SchemaNode.name and SchemaGeneric.name is removed
  • Fixed branch merge failing to include relationships to AGNOSTIC nodes (e.g., CoreIPAddressPool) by including the global branch in the peer node lookup query.
  • Fixed confusing issue when "off" was converted to boolean 'false' due to issues with Yaml. The bug was that if "off" or something that Yaml parses as a boolean was used as the name of a Dropdown the incorrect attribute was highlighted in the schema error. When this happened troubleshooting was harder due to misleading errors pointing to another attribute.

New Contributors

Full Changelog: opsmill/infrahub@infrahub-v1.7.3...infrahub-v1.7.4

Infrahub - v1.7.3

Security

Fixed

  • Single line breaks in text fields are now rendered correctly.

Full Changelog: opsmill/infrahub@infrahub-v1.7.2...infrahub-v1.7.3

Infrahub - v1.7.2

Added

  • Added "parallel mode" plugin to the GraphQL web sandbox.
  • GraphQL query parsing and validation is now leveraging a cache to improve performance and CPU consumption.

Changed

  • Infinite scrolling now fetches more entries per page when having a lot of objects. (#8057)

Fixed

  • Fixed issue around the use of the validate_certificates attribute on webhooks. This change also modifies this attribute so that it no longer has a default value, instead the Infrahub default configuration for HTTP is used and the attribute is only to override the default. (#6308)
  • Fixed a bug that caused branch-agnostic attributes on branch-aware objects to be deleted globally when the object was deleted. Now branch-agnostic attributes on branch-aware objects are only deleted on the branch where the object was deleted. (#7513)
  • Figure number and IPAM resources to allocate from a pool by using Cypher queries instead of iterating logic, this should fix timeout observed when allocating resources within large pools (#7897)
  • Fixed an issue where parallel create or update operations would attach multiple peers to a cardinality one relationship. (#7972)
  • Search anywhere bar now scale with the number of objects within Infrahub. Cardinality many relationships are now ignored and not shown in search results. (#8059)
  • Prevent opening a proposed change if there is already an open proposed change for the branch. (#8123)
  • Fix bug in node create logic that could cause edges to be added to the database with the wrong hierarchy level on the global branch. Includes a migration to fix existing problem edges. (#8158)
  • Fix bug in node create logic that could cause branch-local edges to be added to the database with the wrong hierarchy level. Includes a migration to fix existing problem edges. (#8159)

... (truncated)

Changelog

Sourced from infrahub-testcontainers's changelog.

Infrahub - v1.7.4 - 2026-02-03

Removed

  • Removed references to the deprecated is_visible metadata property from documentation.

Fixed

  • Fix bug in computed attribute calculation that prevented having a computed attribute on a branch if there were no computed attributes on the default branch (#8270)
  • Add migration to allow rebasing branches created before #8221 was fixed so that the uniqueness constraint on SchemaNode.name and SchemaGeneric.name is removed
  • Fixed branch merge failing to include relationships to AGNOSTIC nodes (e.g., CoreIPAddressPool) by including the global branch in the peer node lookup query.
  • Fixed confusing issue when "off" was converted to boolean 'false' due to issues with Yaml. The bug was that if "off" or something that Yaml parses as a boolean was used as the name of a Dropdown the incorrect attribute was highlighted in the schema error. When this happened troubleshooting was harder due to misleading errors pointing to another attribute.

Infrahub - v1.7.3 - 2026-01-28

Security

Fixed

  • Single line breaks in text fields are now rendered correctly.

Infrahub - v1.7.2 - 2026-01-27

Added

  • Added "parallel mode" plugin to the GraphQL web sandbox.
  • GraphQL query parsing and validation is now leveraging a cache to improve performance and CPU consumption.

Changed

  • Infinite scrolling now fetches more entries per page when having a lot of objects. (#8057)

Fixed

  • Fixed issue around the use of the validate_certificates attribute on webhooks. This change also modifies this attribute so that it no longer has a default value, instead the Infrahub default configuration for HTTP is used and the attribute is only to override the default. (#6308)
  • Fixed a bug that caused branch-agnostic attributes on branch-aware objects to be deleted globally when the object was deleted. Now branch-agnostic attributes on branch-aware objects are only deleted on the branch where the object was deleted. (#7513)
  • Figure number and IPAM resources to allocate from a pool by using Cypher queries instead of iterating logic, this should fix timeout observed when allocating resources within large pools (#7897)
  • Fixed an issue where parallel create or update operations would attach multiple peers to a cardinality one relationship. (#7972)
  • Search anywhere bar now scale with the number of objects within Infrahub. Cardinality many relationships are now ignored and not shown in search results. (#8059)
  • Prevent opening a proposed change if there is already an open proposed change for the branch. (#8123)
  • Fix bug in node create logic that could cause edges to be added to the database with the wrong hierarchy level on the global branch. Includes a migration to fix existing problem edges. (#8158)
  • Fix bug in node create logic that could cause branch-local edges to be added to the database with the wrong hierarchy level. Includes a migration to fix existing problem edges. (#8159)
  • Fix diff update logic to prevent crash when copying a diff with recursive relationships (#8165)
  • Update branch delete logic to correctly delete branch-agnostic attributes from objects being deleted with the branch. Includes a migration to clean up any orphaned objects with branch-agnostic attributes left in the database. (#8211)
  • Prevent creating duplicate schemas on branches and merging them into the default branch (#8221)
  • Fixed an issue where unexpected restarts of tasks workers would result in tasks being in "Running" state forever. As a side effect, this would block Git repositories sync tasks to be launched. (#8227)

... (truncated)

Commits
  • 16fb740 chore: update docker-compose
  • b6273c0 prep release 1.7.4 (#8296)
  • 3fb86c5 migration for SchemaNode/Generic uniquness constraint updates (#8285)
  • 20997c8 Merge pull request #8260 from opsmill/pog-attribute-issue-IFC-2089
  • de0478a Fixed misleading schema loading error pointing to the wrong attribute
  • 46adb18 Merge pull request #8286 from opsmill/pog-remove-pylint
  • 87ac77e Merge pull request #8283 from opsmill/wvd-20260202-fix-relationship-kind-docs
  • 1287e37 Remove inline pylint comments
  • 5a09db0 Merge pull request #8280 from opsmill/wvd-20260202-update-nix-flake
  • e0c1775 docs: fix relationship kind parent UI behaviour in list view
  • Additional commits viewable in compare view

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)

Bumps [infrahub-testcontainers](https://github.com/opsmill/infrahub) from 1.5.1 to 1.7.4.
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v1.5.1...infrahub-v1.7.4)

---
updated-dependencies:
- dependency-name: infrahub-testcontainers
  dependency-version: 1.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/housekeeping Maintenance task label Feb 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 6, 2026 14:44
@dependabot dependabot bot added the type/housekeeping Maintenance task label Feb 6, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 6, 2026

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: c46d877
Status:🚫  Deploy failed.

View logs

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