Skip to content

Merge develop into infrahub-develop - #1236

Merged
infrahub-github-bot-app[bot] merged 37 commits into
infrahub-developfrom
develop
Aug 11, 2026
Merged

Merge develop into infrahub-develop#1236
infrahub-github-bot-app[bot] merged 37 commits into
infrahub-developfrom
develop

Conversation

@infrahub-github-bot-app

@infrahub-github-bot-app infrahub-github-bot-app Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Merging develop into infrahub-develop after merging pull request #1230.


Summary by cubic

Syncs develop into infrahub-develop to bring the 1.22.2 SDK release, fix GraphQL branch URL encoding, and update CI and docs compatibility tables. This keeps branches aligned and reduces 404s when querying branches with special characters.

  • Bug Fixes

    • Percent-encode branch names in GraphQL URL path (handles # and /); added unit tests.
  • Dependencies

    • Bumped GitHub Actions: actions/setup-python v7, actions/setup-node v7, actions/labeler v7.0.0.
    • Updated docs deps: postcss, websocket-driver, body-parser, svgo, fast-uri, brace-expansion, shell-quote.
    • Updated infrahub-testcontainers to 1.10.6.

Written for commit 68aaa97. Summary will update on new commits.

Review in cubic

opsmill-bot and others added 30 commits July 15, 2026 18:54
Bumps [websocket-driver](https://github.com/faye/websocket-driver-node) from 0.7.4 to 0.7.5.
- [Changelog](https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md)
- [Commits](faye/websocket-driver-node@0.7.4...0.7.5)

---
updated-dependencies:
- dependency-name: websocket-driver
  dependency-version: 0.7.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/actions/setup-python-7

chore(deps): bump actions/setup-python from 6 to 7
…e/actions/setup-node-7

chore(deps): bump actions/setup-node from 5 to 7
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.4...v1.10.0)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.5...v5.2.6)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.5 to 1.20.6.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.5...1.20.6)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 1.20.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…bsocket-driver-0.7.5

chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /docs
…dy-parser-1.20.6

chore(deps): bump body-parser from 1.20.5 to 1.20.6 in /docs
…bpack-dev-server-5.2.6

chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /docs
…ell-quote-1.10.0

chore(deps): bump shell-quote from 1.8.4 to 1.10.0 in /docs
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.2...v3.1.4)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [svgo](https://github.com/svg/svgo) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 3.3.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…go-3.3.4

chore(deps): bump svgo from 3.3.3 to 3.3.4 in /docs
…st-uri-3.1.4

chore(deps): bump fast-uri from 3.1.2 to 3.1.4 in /docs
…-encoding

fix: percent-encode branch name in GraphQL URL path (closes #1209)
Bumps [actions/labeler](https://github.com/actions/labeler) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v6.2.0...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.14 to 8.5.23.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.14...8.5.23)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…1224)

Bumps [infrahub-testcontainers](https://github.com/opsmill/infrahub) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v1.10.5...infrahub-v1.10.6)

---
updated-dependencies:
- dependency-name: infrahub-testcontainers
  dependency-version: 1.10.6
  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>
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
saltas888 and others added 7 commits August 6, 2026 14:11
…st-uri-3.1.5

chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /docs
…stcss-8.5.23

chore(deps): bump postcss from 8.5.14 to 8.5.23 in /docs
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.14 to 1.1.18.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.14...v1.1.18)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/actions/labeler-7.0.0

chore(deps): bump actions/labeler from 6.2.0 to 7.0.0
…ace-expansion-1.1.18

chore(deps): bump brace-expansion from 1.1.14 to 1.1.18 in /docs
Merge 'stable' to 'develop' with resolved conflicts
@infrahub-github-bot-app
infrahub-github-bot-app Bot requested a review from a team as a code owner August 11, 2026 07:52
@github-actions github-actions Bot added group/ci Issue related to the CI pipeline type/documentation Improvements or additions to documentation labels Aug 11, 2026
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 68aaa97
Status: ✅  Deploy successful!
Preview URL: https://1e0de535.infrahub-sdk-python.pages.dev
Branch Preview URL: https://develop.infrahub-sdk-python.pages.dev

View logs

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@                 Coverage Diff                  @@
##           infrahub-develop    #1236      +/-   ##
====================================================
- Coverage             85.21%   85.09%   -0.13%     
====================================================
  Files                   146      147       +1     
  Lines                 15605    15784     +179     
  Branches               2631     2710      +79     
====================================================
+ Hits                  13298    13431     +133     
- Misses                 1642     1683      +41     
- Partials                665      670       +5     
Flag Coverage Δ
integration-tests 41.51% <50.00%> (-0.05%) ⬇️
python-3.10 58.12% <50.00%> (-0.04%) ⬇️
python-3.11 58.12% <50.00%> (-0.04%) ⬇️
python-3.12 58.12% <50.00%> (-0.02%) ⬇️
python-3.13 58.11% <50.00%> (-0.05%) ⬇️
python-3.14 58.12% <50.00%> (-0.04%) ⬇️
python-filler-3.12 24.46% <50.00%> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
infrahub_sdk/client.py 81.46% <100.00%> (ø)

... and 10 files with indirect coverage changes

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

@infrahub-github-bot-app
infrahub-github-bot-app Bot merged commit d3c987b into infrahub-develop Aug 11, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

group/ci Issue related to the CI pipeline type/documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants