From d6d093d342c30cc3e9524d474d3cd0b1d5a70607 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 5 Dec 2025 08:11:46 +0100 Subject: [PATCH] chore(main): release 1.589.2 (#7295) * chore(main): release 1.589.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 11 +++ backend/Cargo.lock | 89 +++++++++---------- 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, 68 insertions(+), 66 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9a24e861..887da73ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.589.2](https://github.com/windmill-labs/windmill/compare/v1.589.1...v1.589.2) (2025-12-05) + + +### Bug Fixes + +* enable back gcp triggers in CLI ([#7299](https://github.com/windmill-labs/windmill/issues/7299)) ([3757cbc](https://github.com/windmill-labs/windmill/commit/3757cbce87a2d32539efdac7493af2efec22cb7e)) +* **flow:** fix chat mode modal + toggle ([#7296](https://github.com/windmill-labs/windmill/issues/7296)) ([f0ff6f4](https://github.com/windmill-labs/windmill/commit/f0ff6f405dcffa9b70d1a14334c647c29fbf1ed4)) +* **frontend:** fix saved/past inputs loading when in json mode on the flow detail page ([#7300](https://github.com/windmill-labs/windmill/issues/7300)) ([c3044a5](https://github.com/windmill-labs/windmill/commit/c3044a5a9be709807719201cde5eeeb0e70d7133)) +* **frontend:** update workers page ui ([#7264](https://github.com/windmill-labs/windmill/issues/7264)) ([0594257](https://github.com/windmill-labs/windmill/commit/0594257a25d1a64e620daf4ea0b106f47424ef87)) +* show related job when deployment is in progress ([#7294](https://github.com/windmill-labs/windmill/issues/7294)) ([e9f1306](https://github.com/windmill-labs/windmill/commit/e9f13065bfedd9af84da58b161349f8e79e72b2a)) + ## [1.589.1](https://github.com/windmill-labs/windmill/compare/v1.589.0...v1.589.1) (2025-12-03) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 738a00452c..1f50837492 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3404,7 +3404,7 @@ dependencies = [ "once_cell", "percent-encoding", "serde", - "sourcemap 9.2.2", + "sourcemap 9.3.0", "swc_atoms", "swc_common", "swc_config", @@ -5378,14 +5378,14 @@ dependencies = [ [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "30f4148e3c9b7dbe0cc7e842ad5a61b28f9025f201d78149383e778a08bc9215" dependencies = [ "crc32fast", - "libz-rs-sys", "libz-sys", "miniz_oxide 0.8.9", + "zlib-rs", ] [[package]] @@ -7764,15 +7764,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "libz-rs-sys" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b484ba8d4f775eeca644c452a56650e544bf7e617f1d170fe7298122ead5222" -dependencies = [ - "zlib-rs", -] - [[package]] name = "libz-sys" version = "1.1.23" @@ -8206,9 +8197,9 @@ dependencies = [ [[package]] name = "minicov" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b" +checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d" dependencies = [ "cc", "walkdir", @@ -8253,9 +8244,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", "wasi", @@ -12175,9 +12166,9 @@ dependencies = [ [[package]] name = "sourcemap" -version = "9.2.2" +version = "9.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22afbcb92ce02d23815b9795523c005cb9d3c214f8b7a66318541c240ea7935" +checksum = "c8131753a3c444a6177b92fc9e1bd0d2ecaf1c8953e6a41cc599e8e7ca317ef2" dependencies = [ "base64-simd 0.8.0", "bitvec", @@ -12691,7 +12682,7 @@ dependencies = [ "rustc-hash 1.1.0", "serde", "siphasher 0.3.11", - "sourcemap 9.2.2", + "sourcemap 9.3.0", "swc_allocator", "swc_atoms", "swc_eq_ignore_macros", @@ -12755,7 +12746,7 @@ dependencies = [ "num-bigint", "once_cell", "serde", - "sourcemap 9.2.2", + "sourcemap 9.3.0", "swc_allocator", "swc_atoms", "swc_common", @@ -13645,7 +13636,7 @@ dependencies = [ "bytes", "io-uring", "libc", - "mio 1.1.0", + "mio 1.1.1", "parking_lot", "pin-project-lite", "signal-hook-registry", @@ -15163,7 +15154,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "aws-sdk-config", @@ -15226,7 +15217,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "argon2", @@ -15347,7 +15338,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.589.1" +version = "1.589.2" dependencies = [ "base64 0.22.1", "chrono", @@ -15362,7 +15353,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.589.1" +version = "1.589.2" dependencies = [ "chrono", "lazy_static", @@ -15376,7 +15367,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "axum", @@ -15395,7 +15386,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "async-recursion", @@ -15487,7 +15478,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.589.1" +version = "1.589.2" dependencies = [ "regex", "serde", @@ -15502,7 +15493,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "bytes", @@ -15526,7 +15517,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.589.1" +version = "1.589.2" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15542,7 +15533,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.589.1" +version = "1.589.2" dependencies = [ "convert_case 0.6.0", "serde", @@ -15551,7 +15542,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "lazy_static", @@ -15563,7 +15554,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "serde_json", @@ -15575,7 +15566,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "gosyn", @@ -15587,7 +15578,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "lazy_static", @@ -15599,7 +15590,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "serde_json", @@ -15611,7 +15602,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "nu-parser", @@ -15622,7 +15613,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15633,7 +15624,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15645,7 +15636,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "async-recursion", @@ -15669,7 +15660,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "lazy_static", @@ -15683,7 +15674,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15700,7 +15691,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "lazy_static", @@ -15714,7 +15705,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "lazy_static", @@ -15732,7 +15723,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "serde", @@ -15743,7 +15734,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "async-recursion", @@ -15780,7 +15771,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.589.1" +version = "1.589.2" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15790,7 +15781,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.589.1" +version = "1.589.2" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index eb9c7f4b10..ce824a71eb 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.589.1" +version = "1.589.2" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.589.1" +version = "1.589.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 131e8da69f..39a6b155f8 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.589.1 + version: 1.589.2 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4434ab9b47..aa4cd26e36 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.589.1"; +export const VERSION = "v1.589.2"; 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 227ba4e003..e53bba7571 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -70,7 +70,7 @@ export { // } // }); -export const VERSION = "1.589.1"; +export const VERSION = "1.589.2"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 26be3967ea..1b46a79f39 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.589.1", + "version": "1.589.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.589.1", + "version": "1.589.2", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 5406a36d62..b2b50de7f9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.589.1", + "version": "1.589.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index c1bca421e6..2852e33f1b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.589.1" -wmill_pg = ">=1.589.1" +wmill = ">=1.589.2" +wmill_pg = ">=1.589.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d48da15f22..08207e6703 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.589.1 + version: 1.589.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 5a28e62798..a978a8464c 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.589.1' + ModuleVersion = '1.589.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a5724e1e2f..ae79fa2237 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.589.1" +version = "1.589.2" 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 e54fcce2c5..64e923bff8 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.589.1" +version = "1.589.2" 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 bd5cb0c97c..f7c439f65d 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.589.1", + "version": "1.589.2", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index aa3cf1a53f..b255802087 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.589.1", + "version": "1.589.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 77d77680b5..733b98ef69 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.589.1 +1.589.2