Skip to content

chore(main): release 1.696.0#9040

Merged
rubenfiszel merged 2 commits into
mainfrom
release-please--branches--main--components--windmill
May 5, 2026
Merged

chore(main): release 1.696.0#9040
rubenfiszel merged 2 commits into
mainfrom
release-please--branches--main--components--windmill

Conversation

@rubenfiszel
Copy link
Copy Markdown
Contributor

@rubenfiszel rubenfiszel commented May 5, 2026

🤖 I have created a release beep boop

1.696.0 (2026-05-05)

Features

  • add ai chat resource action buttons (#9016) (502a029)
  • add wac ai context for frontend chat (#9021) (0d0557f)
  • cli: add --as-superadmin flag to workspace list-remote (#9043) (66c9063)

Bug Fixes

  • cli: resolve cross-folder relative imports during lockgen on fresh DB (#9048) (40dbab5)
  • flows: inherit flow_env in sub-flow predicates (#9042) (6e5a21a)
  • navigate home arrows (#9024) (c1e52ea)
  • open job detail header path links in a new tab (#9039) (fe68c06)
  • rust-client: re-export models module from wmill crate (#9038) (ca6efbf)
  • windmill-utils-internal: move config to subpath export (#9045) (b86f896)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

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

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: 37f24f3
Status: ✅  Deploy successful!
Preview URL: https://d7e26937.windmill.pages.dev
Branch Preview URL: https://release-please--branches--ma.windmill.pages.dev

View logs

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from ad82500 to 5057475 Compare May 5, 2026 08:57
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 5, 2026

Claude finished @rubenfiszel's task in 21s —— View job


Good to merge

Review

This is an automated release-please PR bumping the version from 1.695.0 → 1.695.1 and appending the corresponding entry to CHANGELOG.md. Both files are mechanically generated:

No code or behavior changes — nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please bump, and none needed. No manual verification required beyond the standard release pipeline.
Branch

Copy link
Copy Markdown
Contributor

@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 2 files

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 → 1.695.1. The diff touches only two files:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Codex Review

Good to merge

No issues found. Reviewed the current PR diff against ca6efbf...origin/pr/9040, including the release bump, generated version updates, OpenAPI version fields, client/package manifests, and lockfile changes. No bugs, security issues, performance regressions, new public surfaces, or AGENTS.md violations were identified.

Test coverage

CI / docs / config-only: no automated tests expected for this release/version metadata PR. No manual in-app verification is needed before merge.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is a release-please PR bumping the version from 1.695.0 → 1.695.1 across the full repository. The diff is entirely mechanical:

  • version.txt, CHANGELOG.md — version bump and changelog entry for the two bug-fix commits (fix(rust-client): re-export models module from wmill crate #9038, fix: open job detail header path links in a new tab #9039).
  • backend/Cargo.toml — workspace version bump, which propagates to all ~60 internal crate entries in Cargo.lock (plus a handful of transitive dep patch bumps from cargo updateh2 0.4.13→0.4.14, redox_syscall 0.7.4→0.7.5, pin-project 1.1.11→1.1.12).
  • backend/windmill-api/openapi.yaml, openflow.openapi.yaml — OpenAPI info.version bump.
  • frontend/package.json + lockfile, cli/src/main.ts, benchmarks/lib.ts — version constant bumps.
  • Client packages: python-client/wmill/pyproject.toml, typescript-client/package.json + jsr.json, powershell-client/…/WindmillClient.psd1, lsp/Pipfile — all version bumps matching the release.

No code changes, no new public surfaces, no security concerns.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@rubenfiszel rubenfiszel changed the title chore(main): release 1.695.1 chore(main): release 1.696.0 May 5, 2026
@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch 2 times, most recently from 1ebfc12 to e40e033 Compare May 5, 2026 14:37
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches only two files:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches 17 files, all mechanical:

  • version.txt — version bump from 1.695.01.696.0.
  • CHANGELOG.md — new section for v1.696.0 listing one feature (feat(cli): add --as-superadmin flag to workspace list-remote #9043: --as-superadmin flag for workspace list-remote) and two bug fixes (fix(rust-client): re-export models module from wmill crate #9038: rust-client models re-export, fix: open job detail header path links in a new tab #9039: job detail header links in new tab), with correct compare and commit links.
  • backend/Cargo.toml + Cargo.lock — workspace version bump propagating through all internal crates, plus minor transitive dep bumps from cargo update (e.g., h2, pin-project, redox_syscall).
  • backend/windmill-api/openapi.yaml, openflow.openapi.yamlinfo.version bump.
  • frontend/package.json + package-lock.json, cli/src/main.ts, benchmarks/lib.ts — version constant bumps.
  • Client manifests: python-client/wmill/pyproject.toml, typescript-client/package.json + jsr.json, powershell-client/…/WindmillClient.psd1, lsp/Pipfile — all version bumps matching the release.
  • backend/parsers/windmill-parser-wasm/Cargo.toml + Cargo.lock — version bump for the wasm parser crate.

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 28a4f15 to aed652d Compare May 5, 2026 15:03
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches only two files:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches 17 files, all mechanical:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from a601adb to a790115 Compare May 5, 2026 15:14
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches only two files:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.01.696.0. The diff spans 17 files, all mechanical:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 1a60694 to 2fa07e0 Compare May 5, 2026 20:13
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches only two mechanically-generated files:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff spans 17 files, all mechanical:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from de62da0 to 411892f Compare May 5, 2026 21:09
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches only two mechanically-generated files:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Codex Review

Good to merge

No issues found. The current diff only updates CHANGELOG.md with the 1.696.0 release notes and bumps version.txt from 1.695.0 to 1.696.0. No code paths, public surfaces, auth behavior, or runtime configuration are changed.

Test coverage

CI / docs / config-only: no automated tests are expected for this release metadata update. There is no in-app surface to manually verify before merge beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches 17 files, all mechanical:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 37f24f3 to ea1f455 Compare May 5, 2026 21:14
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Codex Review

Good to merge

No issues found. Checked the current diff against 40dbab5...37f24f3: release-please changelog/version bump plus generated version updates in manifests, OpenAPI files, and lockfiles. No code changes, new public surfaces, security issues, or AGENTS.md violations were identified.

Test coverage

CI / docs / config-only: no automated tests expected for this release/version metadata PR. No manual in-app verification is needed before merge beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff touches only two mechanically-generated files:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Pi Review

Good to merge

This is an automated release-please PR bumping the version from 1.695.0 to 1.696.0. The diff spans 17 files, all mechanical:

No code changes, no new public surfaces, no security concerns. Nothing to flag against AGENTS.md.

Test coverage

CI / docs / config-only — no automated tests expected for a release-please version bump, and none needed. No manual verification required beyond the standard release pipeline.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Codex Review

Good to merge

No issues found. The current diff is a release-please version update across changelog, manifests, OpenAPI version fields, lockfiles, and version constants. No code paths, public surfaces, auth behavior, runtime configuration, or AGENTS.md violations were introduced.

Test coverage

CI / docs / config-only: no automated tests are expected for this release/version metadata PR. There is no in-app surface to manually verify before merge beyond the standard release pipeline.

@rubenfiszel rubenfiszel merged commit f07f19e into main May 5, 2026
21 of 22 checks passed
@rubenfiszel rubenfiszel deleted the release-please--branches--main--components--windmill branch May 5, 2026 21:20
@github-actions github-actions Bot locked and limited conversation to collaborators May 5, 2026
@rubenfiszel
Copy link
Copy Markdown
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant