From 24320ebad6fe83ab200e47e713a6e82a4d58e8d3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 26 Nov 2025 12:09:36 +0100 Subject: [PATCH] chore(main): release 1.585.0 (#7222) * chore(main): release 1.585.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 15 +++++ backend/Cargo.lock | 66 +++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 65 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d65463af95..4944da2051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.585.0](https://github.com/windmill-labs/windmill/compare/v1.584.0...v1.585.0) (2025-11-26) + + +### Features + +* flow for loop squashing ([#7107](https://github.com/windmill-labs/windmill/issues/7107)) ([93c34c6](https://github.com/windmill-labs/windmill/commit/93c34c6d769dd56da02064c0abdaa060efe0259d)) +* **frontend:** move app reports script to hub ([#7227](https://github.com/windmill-labs/windmill/issues/7227)) ([f8a0bfc](https://github.com/windmill-labs/windmill/commit/f8a0bfc20d1ccb6ce36e3adf4188533470270bdb)) + + +### Bug Fixes + +* **cli:** improve back-compatibility with app.yaml with policy still present ([c0a92f8](https://github.com/windmill-labs/windmill/commit/c0a92f83b00341b0eee36e2dc88d301a75b6fdfb)) +* **frontend:** workspace color race condition for superadmins ([#7229](https://github.com/windmill-labs/windmill/issues/7229)) ([8922be1](https://github.com/windmill-labs/windmill/commit/8922be11a6935d200e1909f14aa410c6eff67a13)) +* workspace forks shouldn't inherit promotion mode repo ([#7223](https://github.com/windmill-labs/windmill/issues/7223)) ([f56f3b0](https://github.com/windmill-labs/windmill/commit/f56f3b0fe6185167e9c4c8541ddefba01c509b8d)) + ## [1.584.0](https://github.com/windmill-labs/windmill/compare/v1.583.3...v1.584.0) (2025-11-25) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index cce1bb1039..9463e75efd 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1688,9 +1688,9 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ "borsh-derive", "cfg_aliases 0.2.1", @@ -1698,9 +1698,9 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" dependencies = [ "once_cell", "proc-macro-crate", @@ -14155,9 +14155,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" dependencies = [ "once_cell", "valuable", @@ -15210,7 +15210,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15272,7 +15272,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "argon2", @@ -15393,7 +15393,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.584.0" +version = "1.585.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15408,7 +15408,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.584.0" +version = "1.585.0" dependencies = [ "chrono", "lazy_static", @@ -15422,7 +15422,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "axum", @@ -15441,7 +15441,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "async-recursion", @@ -15530,7 +15530,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.584.0" +version = "1.585.0" dependencies = [ "regex", "serde", @@ -15545,7 +15545,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "bytes", @@ -15569,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.584.0" +version = "1.585.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15581,7 +15581,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.584.0" +version = "1.585.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15590,7 +15590,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "lazy_static", @@ -15602,7 +15602,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "serde_json", @@ -15614,7 +15614,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "gosyn", @@ -15626,7 +15626,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "lazy_static", @@ -15638,7 +15638,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "serde_json", @@ -15650,7 +15650,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "nu-parser", @@ -15661,7 +15661,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15672,7 +15672,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15684,7 +15684,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "async-recursion", @@ -15707,7 +15707,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "lazy_static", @@ -15721,7 +15721,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15738,7 +15738,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "lazy_static", @@ -15752,7 +15752,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "lazy_static", @@ -15770,7 +15770,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "serde", @@ -15781,7 +15781,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "async-recursion", @@ -15818,7 +15818,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.584.0" +version = "1.585.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15828,7 +15828,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.584.0" +version = "1.585.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d533d32549..05c86807be 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.584.0" +version = "1.585.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.584.0" +version = "1.585.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 9ce19ef33a..339df53205 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.584.0 + version: 1.585.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 5dc61d56a7..a936855fe2 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts"; import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts"; import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts"; -export const VERSION = "v1.584.0"; +export const VERSION = "v1.585.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/src/main.ts b/cli/src/main.ts index 4430410890..4f0f455522 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.584.0"; +export const VERSION = "1.585.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 14868d1907..a0527f34f7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.584.0", + "version": "1.585.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.584.0", + "version": "1.585.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 58a5be9fdb..a1c0c39cbe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.584.0", + "version": "1.585.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index a535d7580a..d3f2ccb54e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.584.0" -wmill_pg = ">=1.584.0" +wmill = ">=1.585.0" +wmill_pg = ">=1.585.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 3fcf48b801..cd534f3fac 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.584.0 + version: 1.585.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index fa0d0e6afa..ffe3220eb2 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. - ModuleVersion = '1.584.0' + ModuleVersion = '1.585.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 4a9cabadc7..73e5cf3026 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.584.0" +version = "1.585.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 7b9653640e..2732b66b10 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.584.0" +version = "1.585.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/jsr.json b/typescript-client/jsr.json index f4bfe59424..908424b59f 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.584.0", + "version": "1.585.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index bfe2a641b8..5afa72aaf9 100644 --- a/typescript-client/package.json +++ b/typescript-client/package.json @@ -1,7 +1,7 @@ { "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", - "version": "1.584.0", + "version": "1.585.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index a224cb38e3..30d77f1213 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.584.0 +1.585.0