Skip to content

chore(deps-dev): bump infrahub-testcontainers from 1.7.7 to 1.8.1#884

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

chore(deps-dev): bump infrahub-testcontainers from 1.7.7 to 1.8.1#884
dependabot[bot] wants to merge 1 commit intostablefrom
dependabot/uv/stable/infrahub-testcontainers-1.8.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps infrahub-testcontainers from 1.7.7 to 1.8.1.

Release notes

Sourced from infrahub-testcontainers's releases.

Infrahub - v1.8.1

Added

  • Added schema processing to schema integrity check in order to validate the schema (#8355)

Fixed

  • Prevent multiple merge operations from running simultaneously, whether they are for the same branch or different branches. Only a single merge operation can run at a given time. Before executing any updates, the merge operation will check if the branch being merged is open to prevent merging a branch multiple times. (#6794)
  • Fixed read-only repository operational status after successful sync (#8166)
  • Fixed artifact detail page not being accessible when the artifact failed to generate (#8394)
  • Fixed long branch names overflowing in the branch selector and ensured the branch creation button maintains its size when disabled (#8629)

Infrahub - v1.8.0

We're excited to announce the release of Infrahub, v1.8.0!

This release introduces a file objects feature, adds stronger branch life-cycle controls with automatic freeze-on-merge, and adds support for resource pools in object templates. The Infrahub Backup tool now fully supports Kubernetes deployments.

Main changes

File Object: Upload and attach files to Infrahub objects

Infrahub can now store files -- Text files, PDF, images, spreadsheets, KMZ files, and any other format -- directly as objects in the database. With the new CoreFileObject generic, you can define custom file types in your schema. Object files behave as all other objects in Infrahub, you can fully customize the schema and relate (or attach) them to other objects.

The contents of the file will be rendered in Infrahub's web interface, if the file has one of the following file types:

  • application/json
  • application/yaml
  • application/x-yaml
  • application/hcl
  • application/graphql
  • application/pdf
  • image/svg+xml
  • text/plain
  • text/markdown
  • application/xml
  • text/csv;
  • image/png
  • image/jpeg
  • image/gif
  • image/webp
  • image/bmp
  • image/x-icon

To use this feature, create a schema node that inherits from CoreFileObject:

nodes:
  - name: ContractDocument
    namespace: Custom
    inherit_from:
</tr></table> 

... (truncated)

Changelog

Sourced from infrahub-testcontainers's changelog.

Infrahub - v1.8.1 - 2026-03-19

Added

  • Added schema processing to schema integrity check in order to validate the schema (#8355)

Fixed

  • Prevent multiple merge operations from running simultaneously, whether they are for the same branch or different branches. Only a single merge operation can run at a given time. Before executing any updates, the merge operation will check if the branch being merged is open to prevent merging a branch multiple times. (#6794)
  • Fixed read-only repository operational status after successful sync (#8166)
  • Fixed artifact detail page not being accessible when the artifact failed to generate (#8394)
  • Fixed long branch names overflowing in the branch selector and ensured the branch creation button maintains its size when disabled (#8629)

Infrahub - v1.8.0 - 2026-03-16

We're excited to announce the release of Infrahub, v1.8.0!

This release introduces a file objects feature, adds stronger branch life-cycle controls with automatic freeze-on-merge, and adds support for resource pools in object templates. The Infrahub Backup tool now fully supports Kubernetes deployments.

Main changes

File Object: Upload and attach files to Infrahub objects

Infrahub can now store files -- Text files, PDFs, images, spreadsheets, KMZ files, and any other format -- directly as objects in the database. With the new CoreFileObject generic, you can define custom file types in your schema. Object files behave as all other objects in Infrahub, you can fully customize the schema and relate (or attach) them to other objects.

The contents of the file will be rendered in Infrahub's web interface, if the file has one of the following file types:

  • application/json
  • application/yaml
  • application/x-yaml
  • application/hcl
  • application/graphql
  • application/pdf
  • image/svg+xml
  • text/plain
  • text/markdown
  • application/xml
  • text/csv;
  • image/png
  • image/jpeg
  • image/gif
  • image/webp
  • image/bmp
  • image/x-icon

To use this feature, create a schema node that inherits from CoreFileObject:

nodes:
  - name: ContractDocument
</tr></table> 

... (truncated)

Commits
  • 59b4752 chore: update docker-compose
  • efdcbaf chore: release 1.8.1 (#8649)
  • 568b1d4 Add tooltip in branch selector and fix disabled button (#8645)
  • 95f0e85 Ensure very long branch names are properly displayed in the branch selector (...
  • a5fd2a7 lock when merging (#8624)
  • ec1f5c1 Fix infinite loader when opening artifact diff in proposed changes (#8638)
  • e58bae1 Fix artifact detail page display when artifact generation failed (#8637)
  • ddd53be IFC-2259: Run process schema on schema integrity check (#8428)
  • 2bd13be IFC-2216: Update read only repository operational status (#8527)
  • b891a81 Merge pull request #8514 from opsmill/dependabot/github_actions/stable/crazy-...
  • 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.7.7 to 1.8.1.
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v1.7.7...infrahub-v1.8.1)

---
updated-dependencies:
- dependency-name: infrahub-testcontainers
  dependency-version: 1.8.1
  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 Mar 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 23, 2026 09:39
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 23, 2026

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 210d66c
Status: ✅  Deploy successful!
Preview URL: https://1c0ae838.infrahub-sdk-python.pages.dev
Branch Preview URL: https://dependabot-uv-stable-infrahu-y4xz.infrahub-sdk-python.pages.dev

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.

0 participants