Skip to content

chore(main): release 1.741.0#9804

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

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

Conversation

@rubenfiszel

@rubenfiszel rubenfiszel commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.741.0 (2026-06-26)

Features

  • ai-chat: add create_folder tool to global chat (#9819) (44c25de)
  • ai-chat: hint /compact in context usage tooltip (#9777) (aadfb62)
  • ai-chat: let global chat edit the user's personal instructions (#9771) (3be2752)
  • ai-chat: surface raw apps in the @-mention context picker (#9800) (1602244)
  • capture managed-materialize output schema as asset metadata (#2a) (#9812) (ade74b2)
  • sdk: allow overriding worker tag when running jobs (WIN-2105) (#9807) (52fc7bf)

Bug Fixes

  • apply step timeout to 'Test this step' preview (#9810) (d04062b)
  • flows: reject corrupt step paths at deploy + atomic cache writes (#9751) (#9813) (3cda447)
  • frontend: clarify instance data table unavailable on cloud (#9806) (c3e8c78)
  • hide GCS service account key behind a reveal in object storage settings (#9815) (0ec5061)
  • ping job during volume setup to prevent false zombie restarts (#9803) (43bb676)
  • skipped suspend step no longer parks the flow forever (#9821) (40110bc)

Performance Improvements

  • audit: re-anchor S3 audit export on enable + opt-in backfill (#9818) (577ceee)

This PR was generated with Release Please. See documentation.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 25, 2026

Copy link
Copy Markdown

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: 20ac664
Status:⚡️  Build in progress...

View logs

@claude

claude Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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


Good to merge

This is an automated Release Please PR for version 1.740.1. The diff is purely mechanical:

  • version.txt — bumped 1.740.01.740.1
  • CHANGELOG.md — added the 1.740.1 section listing the one bug fix (#9803: ping job during volume setup to prevent false zombie restarts)

Both changes are consistent with each other and with the linked release. The new version is a correct patch increment, and the changelog entry matches the only commit in the range (43bb676). No code, config, or workflow files are touched — nothing to review for bugs, security, or AGENTS.md compliance.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.740.1. The diff is purely mechanical:

The version is a correct patch increment from the prior release. The changelog entry matches the one commit in the range (43bb676). No code, config, or workflow files are touched — consistent with the prior Claude review that also concluded "Good to merge."

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required.

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

Copy link
Copy Markdown
Contributor

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

Re-trigger cubic

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge.

No issues found. Checked for bugs, security, and AGENTS.md compliance. The PR only updates CHANGELOG.md and version.txt for the 1.740.1 release, and the changelog entry matches the release commit in the diff.

Test coverage

Release metadata only, so no automated tests are expected. No manual in-app verification is needed beyond normal release/CI checks.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.740.1. The diff is purely mechanical:

  • version.txt — bumped 1.740.01.740.1
  • CHANGELOG.md — added the 1.740.1 section listing bug fix fix: ping job during volume setup to prevent false zombie restarts #9803 (ping job during volume setup to prevent false zombie restarts)
  • 17 other files — version bumps in lockfiles, package manifests, openapi specs, and client configs, all 1.740.01.740.1

The version is a correct patch increment from the prior release. The changelog entry matches the only commit in the range (43bb676). No code, config, or workflow logic is touched — consistent with the prior Claude and Codex reviews that also concluded "Good to merge."

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked the current head diff, including the automated cross-repo 1.740.1 version bumps, changelog entry, lockfiles, client package metadata, OpenAPI version fields, and AGENTS.md compliance.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to manually verify beyond normal release workflow and CI checks.

@rubenfiszel rubenfiszel changed the title chore(main): release 1.740.1 chore(main): release 1.741.0 Jun 26, 2026
@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch 2 times, most recently from b5dbf1a to fd49845 Compare June 26, 2026 08:36
@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical:

  • version.txt — bumped 1.740.01.741.0
  • CHANGELOG.md — added the 1.741.0 section with one feature (#9777: ai-chat hint /compact) and one bug fix (#9803: ping job during volume setup to prevent false zombie restarts)

The version is a correct minor increment (the release includes a feature, not just fixes). The changelog entries match the commits pulled into the range (aadfb62 and 43bb676). No code, config, or workflow logic is touched — consistent with all prior reviews on this PR.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

cc @rubenfiszel

Should address issues before merging: incomplete release version propagation

Found 1 issue:

  1. [P1] version.txt is bumped to 1.741.0, but the release-generated version surfaces are still at 1.740.0. The repo’s .github/change-versions.sh rewrites these from version.txt, and recent release commits include those generated updates. In the current head, examples still stale include frontend/package.json:3, cli/src/core/constants.ts:13, backend/windmill-api/openapi.yaml:4, and openflow.openapi.yaml:4, so merging this head would produce a 1.741.0 release with packages/API metadata still reporting 1.740.0.
    version.txt:1

Test coverage

Release metadata only, so no automated tests are expected. Manual verification before merge should confirm the change-versions workflow has committed the generated version bumps/lockfile updates for 1.741.0 and that normal release CI is green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical:

  • version.txt — bumped 1.740.01.741.0
  • CHANGELOG.md — added the 1.741.0 section with one feature (#9777: ai-chat hint /compact) and one bug fix (#9803: ping job during volume setup to prevent false zombie restarts)
  • 16 other files — version bumps in Cargo.toml, Cargo.lock, lockfiles, package manifests, OpenAPI specs, and client configs, all 1.740.01.741.0

The version is a correct minor increment (the release includes a feature). The changelog entries match the only two commits in the range (aadfb62 and 43bb676). No code, config, or workflow logic is touched — consistent with all prior automated reviews on this PR that also concluded "Good to merge."

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked for bugs, security, and AGENTS.md compliance. The earlier incomplete version propagation finding is addressed at current head: generated release surfaces now consistently use 1.741.0.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to manually verify beyond confirming the normal release workflow and CI are green.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 996a2a9 to 01d1f4a Compare June 26, 2026 09:03
@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical:

The version is a correct minor increment (the release includes a feature, not just fixes). The changelog entries match the commits in the range and the PR body description. No code, config, or workflow logic is touched — consistent with all prior automated reviews on this PR that also concluded "Good to merge."

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

cc @rubenfiszel

Should address issues before merging: incomplete release version propagation

Found 1 issue:

  1. [P1] version.txt is bumped to 1.741.0, but the generated release/version surfaces at the specified head commit still report 1.740.0. .github/change-versions.sh rewrites these from the release version, and stale examples include backend/Cargo.toml:3, cli/src/core/constants.ts:13, frontend/package.json:3, backend/windmill-api/openapi.yaml:4, and openflow.openapi.yaml:4. Merging this head would publish a 1.741.0 changelog/version file while package/API/CLI metadata still advertises 1.740.0.
    version.txt:1

Test coverage

Release metadata/config only, so no automated tests are expected. Manual verification before merge should confirm the release version propagation step has committed all generated 1.741.0 updates, including manifests, lockfiles, OpenAPI specs, and client metadata, and that normal release CI is green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — no code, config, or workflow logic is touched.

All 17 files are consistent at 1.741.0:

The version is a correct minor increment (the release includes a feature). The changelog entries match the commits in the range. The Apply automatic changes commit at the head propagated all version surfaces from version.txt.

Test coverage

Release metadata only (version bump + changelog + lockfile regenerations) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked the current head diff for bugs, security, and AGENTS.md compliance. The release/version surfaces now consistently use 1.741.0, and stale 1.740.0 references only remain in historical changelog compare links.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to manually verify beyond confirming the normal release workflow and CI are green.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 3601dd7 to a9f27e1 Compare June 26, 2026 09:56
@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical:

The version is a correct minor increment (features present, not just fixes). The changelog entries match the commits summarized in the PR body. No code, config, or workflow logic is touched.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from fd42321 to faee9b7 Compare June 26, 2026 10:00
@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked the live PR head fd42321 for bugs, security, public-surface changes, AGENTS.md compliance, and release-version consistency. The prior incomplete version propagation finding is addressed: generated release surfaces now consistently use 1.741.0.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to manually verify beyond confirming the normal release workflow and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical:

The version is a correct minor increment (features present, not just fixes). The changelog entries match the commits summarized in the PR body. All version surfaces are consistent with version.txt. No code, config, or workflow logic is touched — this matches all prior automated reviews on this PR that also concluded "Good to merge."

Test coverage

Release metadata only (version bump + changelog + lockfile regenerations) — no automated tests expected or needed. No manual verification required beyond confirming CI/release tooling is green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

cc @rubenfiszel

Should address issues before merging: incomplete release version propagation

Found 1 issue:

  1. [P1] version.txt is bumped to 1.741.0, but generated release/version surfaces at this head still report 1.740.0. .github/change-versions.sh rewrites these from the release version, and stale examples include backend/Cargo.toml:3, frontend/package.json:3, cli/src/core/constants.ts:13, and backend/windmill-api/openapi.yaml:4. Merging this would publish a 1.741.0 release while package/API/CLI metadata still advertises 1.740.0.
    version.txt:1

Test coverage

Release metadata/config only, so no automated tests are expected.

Manual verification before merge should confirm the release version propagation step has committed all generated 1.741.0 updates, including manifests, lockfiles, OpenAPI specs, and client metadata. There is no in-app surface to exercise beyond normal release workflow and CI.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical:

The changelog entries match the commits in the range (aadfb62, 52fc7bf, d04062b, c3e8c78, 43bb676). The version propagation to downstream surfaces (Cargo.toml, package.json, openapi.yaml, etc.) is handled by the .github/workflows/change-versions.yml workflow, which triggers automatically on PRs that change version.txt and will commit those updates before merge. No code, config, or workflow logic is touched.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming the change-versions workflow and release CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical:

The changelog entries match the five commits in the range (aadfb62, 52fc7bf, d04062b, c3e8c78, 43bb676). The PR body description is consistent with the changelog content. All version surfaces are consistent with version.txt. No code, config, or workflow logic is touched.

Test coverage

Release metadata only (version bump + changelog + lockfile regenerations) — no automated tests expected or needed. No manual verification required beyond confirming the release workflow and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — only 2 files changed:

No code, config, or workflow logic is touched. No new public surfaces. The downstream version surfaces (Cargo.toml, package.json, openapi.yaml, constants.ts, etc.) still report 1.740.0 at this head, which is the normal intermediate state for a Release Please PR — the .github/workflows/change-versions.yml workflow triggers automatically on PRs touching version.txt and auto-commits the version propagation across all 15 downstream surfaces via .github/change-versions.sh before merge.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming the change-versions workflow and release CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked the current head diff for bugs, security issues, public-surface changes, version propagation expectations, and AGENTS.md compliance. This PR only updates release metadata: CHANGELOG.md and version.txt.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to exercise; manual verification is limited to confirming the normal release workflow, including change-versions, and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — all 17 files are consistent version bumps from 1.740.01.741.0:

The version is a correct minor increment (4 features, not just fixes). No code, config, or workflow logic is touched. No new public surfaces.

Test coverage

Release metadata only (version bump, changelog, lockfile regenerations) — no automated tests expected or needed. No manual verification required beyond confirming the release workflow and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked the specified head diff for bugs, security concerns, public-surface changes, AGENTS.md compliance, prior PR discussion, and release-version consistency. The previously reported incomplete version propagation is addressed at this head: release metadata and generated version surfaces consistently use 1.741.0.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to manually verify beyond confirming the normal release workflow and CI are green.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from c4ea6ab to eab08e5 Compare June 26, 2026 16:08
@github-actions

Copy link
Copy Markdown
Contributor

The diff at this head shows only the two expected Release Please files (version.txt1.741.0, CHANGELOG.md updated with 4 features and 5 bug fixes). The downstream version surfaces (Cargo.toml, package.json, openapi.yaml, constants.ts, etc.) still show 1.740.0 — the .github/workflows/change-versions.yml workflow (triggered by PRs that touch version.txt) handles that propagation automatically and commits it before merge. This is the normal intermediate state for Release Please PRs in this repo, as extensively discussed across prior review iterations on this exact PR.

The changelog entries match the PR body. The version bump is a correct minor increment (4 features present, not just fixes). No code, config, or workflow logic is touched. No new public surfaces.

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — only 2 files changed:

The downstream version surfaces (Cargo.toml, package.json, openapi.yaml, constants.ts, etc.) are handled by the .github/workflows/change-versions.yml workflow, which triggers automatically on PRs touching version.txt and auto-commits the version propagation before merge. No code, config, or workflow logic is touched.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming the change-versions workflow and release CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

cc @rubenfiszel

Should address issues before merging: incomplete release version propagation

Found 1 issue:

  1. [P1] version.txt:1 is bumped to 1.741.0, but the generated release/version surfaces at the specified head SHA still report 1.740.0. .github/change-versions.sh rewrites these from version.txt, and stale examples include backend/Cargo.toml:3, frontend/package.json:3, cli/src/core/constants.ts:13, backend/windmill-api/openapi.yaml:4, and openflow.openapi.yaml:4. Merging this exact head would publish release metadata for 1.741.0 while package/API/CLI metadata still advertises 1.740.0.
    version.txt:1

Test coverage

Release metadata/config only, so no automated tests are expected. Manual verification before merge should confirm the version propagation workflow has committed all generated 1.741.0 updates, including manifests, lockfiles, OpenAPI specs, and client metadata. There is no in-app surface to exercise beyond the normal release workflow and CI.

@github-actions

Copy link
Copy Markdown
Contributor

All 17 files at this head show consistent 1.740.01.741.0 bumps. The "Apply automatic changes" commit (68562bb) is the change-versions workflow's propagation commit, so all downstream surfaces are now at 1.741.0. The changelog accurately records 4 features and 5 bug fixes matching the PR body. No code, config, or workflow logic is touched. No new public surfaces.

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — all 17 files are consistent version bumps from 1.740.01.741.0:

The version is a correct minor increment (4 features, not just fixes). All downstream surfaces are consistent with version.txt. No code, config, or workflow logic is touched. No new public surfaces.

Test coverage

Release metadata only (version bump, changelog, lockfile regenerations) — no automated tests expected or needed. No manual verification required beyond confirming the release workflow and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

Found 0 issues.

No issues found. Checked the specified head diff for release/version consistency, bugs, security concerns, public-surface changes, and AGENTS.md compliance.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to manually verify beyond confirming the normal release workflow and CI are green.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 68562bb to 66ecdcd Compare June 26, 2026 16:58
@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

Found 0 issues.

No issues found. The current head diff only updates Release Please metadata (CHANGELOG.md, version.txt); no code, workflow, public surface, or AGENTS.md violation was introduced.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to exercise; manual verification is limited to confirming the normal release workflow, including change-versions, and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — only 2 files changed:

No code, config, or workflow logic is touched. No new public surfaces.

The downstream version surfaces (Cargo.toml, package.json, openapi.yaml, constants.ts, etc.) are handled by the .github/workflows/change-versions.yml workflow, which triggers automatically on PRs touching version.txt and auto-commits version propagation across all 15+ downstream surfaces before merge via .github/change-versions.sh. This is the normal Release Please pipeline for this repo.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming the change-versions workflow and release CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — all 17 files are consistent version bumps from 1.740.01.741.0:

The version is a correct minor increment (5 features, not just fixes). No code, config, or workflow logic is touched. No new public surfaces.

Test coverage

Release metadata only (version bump, changelog, lockfile regenerations) — no automated tests expected or needed. No manual verification required beyond confirming the release workflow and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked the specified base/head diff for release-version consistency, bugs, security concerns, public-surface changes, prior PR discussion, and AGENTS.md compliance.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to exercise; manual verification is limited to confirming the normal release workflow, including version propagation, and CI are green.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 2323536 to f5e4605 Compare June 26, 2026 17:48
@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — only 2 files changed:

No code, config, or workflow logic is touched. No new public surfaces.

Downstream version surfaces (Cargo.toml, package.json, openapi.yaml, constants.ts, etc.) are handled by the .github/workflows/change-versions.yml workflow, which triggers automatically on PRs touching version.txt and auto-commits version propagation across all downstream surfaces before merge. This is the normal intermediate state for Release Please PRs in this repo, as confirmed across many prior review iterations.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming the change-versions workflow and release CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked for bugs, security, and AGENTS.md compliance.

Test coverage
Release metadata/config only, so no automated tests are expected. There is no in-app surface to manually verify beyond confirming the normal release workflow and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — all 17 files are consistent version bumps from 1.740.01.741.0:

The version is a correct minor increment (6 features, not just fixes). All downstream surfaces are consistent with version.txt. No code, config, or workflow logic is touched. No new public surfaces.

Test coverage

Release metadata only (version bump, changelog, lockfile regenerations) — no automated tests expected or needed. No manual verification required beyond confirming the release workflow and CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. Checked the specified head diff for bugs, security issues, public-surface changes, release-version consistency, prior PR discussion, and AGENTS.md compliance.

Test coverage

Release metadata/config only, so no automated tests are expected. There is no in-app surface to exercise; manual verification is limited to confirming the normal release workflow and CI are green.

@rubenfiszel rubenfiszel force-pushed the release-please--branches--main--components--windmill branch from 8cae0c2 to 224d662 Compare June 26, 2026 19:40
@github-actions

Copy link
Copy Markdown
Contributor

Pi Review

Good to merge

This is an automated Release Please PR for version 1.741.0. The diff is purely mechanical — only 2 files changed:

No code, config, or workflow logic is touched. No new public surfaces.

The downstream version surfaces (Cargo.toml, package.json, openapi.yaml, constants.ts, etc.) are handled by the .github/workflows/change-versions.yml workflow, which triggers automatically on PRs touching version.txt and auto-commits version propagation across all downstream surfaces before merge. This is the normal intermediate state for Release Please PRs in this repo, as extensively confirmed across prior review iterations on this PR.

Test coverage

Release metadata only (version bump + changelog) — no automated tests expected or needed. No manual verification required beyond confirming the change-versions workflow and release CI are green.

@github-actions

Copy link
Copy Markdown
Contributor

Codex Review

Good to merge

No issues found. This head only updates release metadata in CHANGELOG.md and version.txt; no code, config, public surfaces, or AGENTS.md compliance issues are introduced. Prior discussion about downstream version propagation was accounted for and not re-raised.

Test coverage

Release metadata only, so no automated tests are expected. There is no in-app surface to exercise; manual verification is limited to confirming the normal release workflow and CI are green.

@rubenfiszel rubenfiszel merged commit 9172a09 into main Jun 26, 2026
19 of 21 checks passed
@rubenfiszel rubenfiszel deleted the release-please--branches--main--components--windmill branch June 26, 2026 19:43
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 26, 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