From ad2de833543f97f99eefec3f983d77d8d5e9db9f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 17 Jun 2025 09:16:49 +0200 Subject: [PATCH] chore(main): release 1.497.2 (#5956) * chore(main): release 1.497.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 8 +++ backend/Cargo.lock | 58 +++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/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, 54 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab2500a44..2d88c37003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.497.2](https://github.com/windmill-labs/windmill/compare/v1.497.1...v1.497.2) (2025-06-17) + + +### Bug Fixes + +* always rm containers in docker mode ([38eb71b](https://github.com/windmill-labs/windmill/commit/38eb71bdf55ee2f606d1d2ad2e987d5af16d88c0)) +* flow steps use their tags if any specific when used as subflow ([26bec05](https://github.com/windmill-labs/windmill/commit/26bec054a3447a91c5d5f56d8b98717c06496087)) + ## [1.497.1](https://github.com/windmill-labs/windmill/compare/v1.497.0...v1.497.1) (2025-06-16) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 95f876b350..d9c4efc80f 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -10400,7 +10400,7 @@ dependencies = [ [[package]] name = "rmcp" version = "0.1.5" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#73188eff6fcc8fc152949ac1d5df0439607ba3ad" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#d1884fe598cd4c524ff6e0101859a60d4b4c8b8f" dependencies = [ "base64 0.22.1", "bytes", @@ -10429,7 +10429,7 @@ dependencies = [ [[package]] name = "rmcp-macros" version = "0.1.5" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#73188eff6fcc8fc152949ac1d5df0439607ba3ad" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#d1884fe598cd4c524ff6e0101859a60d4b4c8b8f" dependencies = [ "proc-macro2", "quote", @@ -14539,7 +14539,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "axum", @@ -14590,7 +14590,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "argon2", @@ -14699,7 +14699,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.497.1" +version = "1.497.2" dependencies = [ "base64 0.22.1", "chrono", @@ -14714,7 +14714,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.497.1" +version = "1.497.2" dependencies = [ "chrono", "serde", @@ -14727,7 +14727,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "serde", @@ -14741,7 +14741,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "async-stream", @@ -14817,7 +14817,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.497.1" +version = "1.497.2" dependencies = [ "regex", "serde", @@ -14831,7 +14831,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "bytes", @@ -14854,7 +14854,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.497.1" +version = "1.497.2" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14866,7 +14866,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.497.1" +version = "1.497.2" dependencies = [ "convert_case 0.6.0", "serde", @@ -14875,7 +14875,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "lazy_static", @@ -14887,7 +14887,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "serde_json", @@ -14899,7 +14899,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "gosyn", @@ -14911,7 +14911,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "lazy_static", @@ -14923,7 +14923,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "serde_json", @@ -14935,7 +14935,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "nu-parser", @@ -14946,7 +14946,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14957,7 +14957,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14968,7 +14968,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "async-recursion", @@ -14991,7 +14991,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15008,7 +15008,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "lazy_static", @@ -15020,7 +15020,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "lazy_static", @@ -15038,7 +15038,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15062,7 +15062,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "serde_json", @@ -15072,7 +15072,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "async-recursion", @@ -15105,7 +15105,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.497.1" +version = "1.497.2" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15115,7 +15115,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.497.1" +version = "1.497.2" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index aaa1a099ea..2e0d88eb68 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.497.1" +version = "1.497.2" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.497.1" +version = "1.497.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index f217e73d38..76d5884891 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.497.1 + version: 1.497.2 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 802cfcc4d9..d70da68a7d 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.497.1"; +export const VERSION = "v1.497.2"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index f05ff05af0..55eb7549db 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -63,7 +63,7 @@ export { // } // }); -export const VERSION = "1.497.1"; +export const VERSION = "1.497.2"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cce81431f9..c75e8f9aa2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.497.1", + "version": "1.497.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.497.1", + "version": "1.497.2", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 4b099754d9..d4892a8bef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.497.1", + "version": "1.497.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 316e27532c..192ead4d2b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.497.1" -wmill_pg = ">=1.497.1" +wmill = ">=1.497.2" +wmill_pg = ">=1.497.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d0e33ff145..d52b85f3ad 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.497.1 + version: 1.497.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index f8e86f6c69..9eb11914a1 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.497.1' + ModuleVersion = '1.497.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 5d0f98a486..661bb6f2df 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.497.1" +version = "1.497.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 0dac4c598d..9a84d34aef 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.497.1" +version = "1.497.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 6c339a75b9..88076175e4 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.497.1", + "version": "1.497.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 8d0b69b70f..1e1f5f75c9 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.497.1", + "version": "1.497.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f54aaefc52..2126514e50 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.497.1 +1.497.2