From a5dde313040628475dbfbc74ce5e7dc859033fd7 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 2 Sep 2024 14:06:41 +0200 Subject: [PATCH] chore(main): release 1.389.1 (#4316) * chore(main): release 1.389.1 * Apply automatic changes * Update CHANGELOG.md --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 +++ backend/Cargo.lock | 54 +++++++++---------- 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, 51 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b922450f..33f7ef001f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.389.1](https://github.com/windmill-labs/windmill/compare/v1.389.0...v1.389.1) (2024-09-02) + + +### Bug Fixes + +* fix erronous branchone status in flow viewer ([e311684](https://github.com/windmill-labs/windmill/commit/e311684a668c461538a3456c02c82a1ea6fecbc9)) +* ## [1.389.0](https://github.com/windmill-labs/windmill/compare/v1.388.0...v1.389.0) (2024-09-01) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index cd53335985..e1f0bff04a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -725,9 +725,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", @@ -6447,9 +6447,9 @@ dependencies = [ [[package]] name = "quinn" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156" +checksum = "a2d2fb862b7ba45e615c1429def928f2e15f815bdf933b27a2d3824e224c1f46" dependencies = [ "bytes", "pin-project-lite", @@ -6465,9 +6465,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd" +checksum = "ea0a9b3a42929fad8a7c3de7f86ce0814cfa893328157672680e9fb1145549c5" dependencies = [ "bytes", "rand 0.8.5", @@ -10484,7 +10484,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "axum", @@ -10526,7 +10526,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "argon2", @@ -10610,7 +10610,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.389.0" +version = "1.389.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10628,7 +10628,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.389.0" +version = "1.389.1" dependencies = [ "chrono", "serde", @@ -10641,7 +10641,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "async-stream", @@ -10685,7 +10685,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.389.0" +version = "1.389.1" dependencies = [ "regex", "rsmq_async", @@ -10700,7 +10700,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "bytes", @@ -10721,7 +10721,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.389.0" +version = "1.389.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -10730,7 +10730,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "lazy_static", @@ -10742,7 +10742,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "gosyn", @@ -10754,7 +10754,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "lazy_static", @@ -10766,7 +10766,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10777,7 +10777,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10788,7 +10788,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "async-recursion", @@ -10806,7 +10806,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10823,7 +10823,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "lazy_static", @@ -10835,7 +10835,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "lazy_static", @@ -10853,7 +10853,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10873,7 +10873,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "async-recursion", @@ -10906,7 +10906,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.389.0" +version = "1.389.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10916,7 +10916,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.389.0" +version = "1.389.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1a6310fcb9..230d84cd74 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.389.0" +version = "1.389.1" authors.workspace = true edition.workspace = true @@ -26,7 +26,7 @@ members = [ ] [workspace.package] -version = "1.389.0" +version = "1.389.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 4ac71201ee..6c1b871ce5 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.389.0 + version: 1.389.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 111b51167a..6656ed2245 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.389.0"; +export const VERSION = "v1.389.1"; 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 0a15ad7386..100d3b42c0 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -34,7 +34,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.389.0"; +export const VERSION = "v1.389.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7320139bd9..4c1f18f193 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.389.0", + "version": "1.389.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.389.0", + "version": "1.389.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index d40bf226f0..319bdcfb4a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.389.0", + "version": "1.389.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index bbc719a340..bfa5c069de 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.389.0" -wmill_pg = ">=1.389.0" +wmill = ">=1.389.1" +wmill_pg = ">=1.389.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 2cdd6683ac..79e8e3c566 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.389.0 + version: 1.389.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 06df974156..013fbb6c71 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.389.0' +ModuleVersion = '1.389.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 88ecb0125c..276f050d26 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.389.0" +version = "1.389.1" 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 68a89cbc01..ee35b8fbe3 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.389.0" +version = "1.389.1" 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 dc8caa3bdc..74d6bf90e7 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.389.0", + "version": "1.389.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index ba28ea0efd..daf9c1ee4a 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.389.0", + "version": "1.389.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 8a036202bd..2897c6f324 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.389.0 +1.389.1