From dd5f0a7e7789f659de18fdfabef8e3ea89b64552 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 4 Jun 2024 21:20:20 +0200 Subject: [PATCH] chore(main): release 1.341.1 (#3864) * chore(main): release 1.341.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 12 ++ backend/Cargo.lock | 112 +++++++++--------- 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, 85 insertions(+), 73 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0a429359..be99aa31b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.341.1](https://github.com/windmill-labs/windmill/compare/v1.341.0...v1.341.1) (2024-06-04) + + +### Bug Fixes + +* Filter on path not working ([#3863](https://github.com/windmill-labs/windmill/issues/3863)) ([98869ef](https://github.com/windmill-labs/windmill/commit/98869efdabfd5e275c76fd811b8337c00c9574a5)) +* fix writing binary file from global cache in go ([ef9ad1a](https://github.com/windmill-labs/windmill/commit/ef9ad1af49d9d22a790cba4edb21dbbfa6df0b31)) +* flow status viewer takes all the width on the runs page ([b6016ab](https://github.com/windmill-labs/windmill/commit/b6016abb222481a16dfb684a782c763cf3966856)) +* improve flow status viewer to display the step details on third tab ([f54cfd3](https://github.com/windmill-labs/windmill/commit/f54cfd3640a2be0bb25eacea979d9ea056e190ad)) +* lock steps inside whileloops for flows ([439ab8a](https://github.com/windmill-labs/windmill/commit/439ab8ab14547991bb4e60e0b377d61e81d4b1b9)) +* make typescript client compatible with cf workers ([#3807](https://github.com/windmill-labs/windmill/issues/3807)) ([a9bf5a4](https://github.com/windmill-labs/windmill/commit/a9bf5a46831cf3b3e262167af99af1ebb9336f36)) + ## [1.341.0](https://github.com/windmill-labs/windmill/compare/v1.340.2...v1.341.0) (2024-06-03) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 22557027c7..316ea3bcdd 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -152,9 +152,9 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" +checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" dependencies = [ "windows-sys 0.52.0", ] @@ -692,7 +692,7 @@ dependencies = [ "hex", "hmac", "http-types", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-tls 0.5.0", "serde", "serde_json", @@ -774,9 +774,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "aws-config" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1234b742ac4a40a7d3459c6e3c99818271976a5a6ae3732cb415f4a9a94da7b6" +checksum = "2ac9889352d632214df943e26740c46a0f3da6e329fbd28164fe7ae1b061da7b" dependencies = [ "aws-credential-types", "aws-runtime", @@ -794,7 +794,7 @@ dependencies = [ "fastrand 2.1.0", "hex", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "ring 0.17.8", "time", "tokio", @@ -840,9 +840,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.28.0" +version = "1.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee458e39982214c70432e87756227de474318283137c38d84be0aeebc77acced" +checksum = "da75cf91cbb46686a27436d639a720a3a198b148efa76dc2467b7e5374a67fc0" dependencies = [ "aws-credential-types", "aws-runtime", @@ -862,9 +862,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.29.0" +version = "1.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75562f0e82b87f41210c1de110f3fb169e189f962f4b2e94fd7f370d70e063c" +checksum = "cf2ec8a6687299685ed0a4a3137c129cdb132b5235bc3aa3443f6cffe468b9ff" dependencies = [ "aws-credential-types", "aws-runtime", @@ -884,9 +884,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.28.0" +version = "1.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a422d2f3080421ed23630ada0e474c76e4279c18b4a379bff2f1062e05cef466" +checksum = "458f1031e094b1411b59b49b19e4118f069e1fe13a9c5b8888e933daaf7ffdd6" dependencies = [ "aws-credential-types", "aws-runtime", @@ -980,9 +980,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "607e8b53aeb2bc23fb332159d72a69650cd9643c161d76cd3b7f88ac00b5a1bb" +checksum = "d0d3965f6417a92a6d1009c5958a67042f57e46342afb37ca58f9ad26744ec73" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -994,7 +994,7 @@ dependencies = [ "http 0.2.12", "http-body 0.4.6", "http-body 1.0.0", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-rustls", "once_cell", "pin-project-lite", @@ -1006,9 +1006,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b7d790d553d163c7d80a4e06e2906bf24b9172c9ebe045fc3a274e9358ab7bb" +checksum = "4179bd8a1c943e1aceb46c5b9fc014a561bd6c35a2153e816ba29076ee49d245" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -1058,9 +1058,9 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02fa328e19c849b20ef7ada4c9b581dd12351ff35ecc7642d06e69de4f98407c" +checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922" dependencies = [ "aws-credential-types", "aws-smithy-async", @@ -3532,7 +3532,7 @@ dependencies = [ "async-trait", "base64 0.21.7", "dirs-next", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-rustls", "ring 0.16.20", "rustls 0.21.12", @@ -4071,9 +4071,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.28" +version = "0.14.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" +checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" dependencies = [ "bytes", "futures-channel", @@ -4122,7 +4122,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "log", "rustls 0.21.12", "rustls-native-certs", @@ -4137,7 +4137,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper 0.14.28", + "hyper 0.14.29", "native-tls", "tokio", "tokio-native-tls", @@ -5234,7 +5234,7 @@ dependencies = [ "chrono", "futures", "humantime", - "hyper 0.14.28", + "hyper 0.14.29", "itertools 0.12.1", "md-5 0.10.6", "parking_lot", @@ -6485,7 +6485,7 @@ dependencies = [ "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-rustls", "hyper-tls 0.5.0", "ipnet", @@ -6782,7 +6782,7 @@ dependencies = [ "serde", "tempfile", "thiserror", - "toml 0.8.13", + "toml 0.8.14", "toolchain_find", ] @@ -8907,14 +8907,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.13", + "toml_edit 0.22.14", ] [[package]] @@ -8952,15 +8952,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.13" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.9", + "winnow 0.6.11", ] [[package]] @@ -9390,9 +9390,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" @@ -9837,7 +9837,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "axum", @@ -9876,7 +9876,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "argon2", @@ -9953,7 +9953,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.341.0" +version = "1.341.1" dependencies = [ "base64 0.21.7", "chrono", @@ -9971,7 +9971,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.341.0" +version = "1.341.1" dependencies = [ "chrono", "serde", @@ -9984,7 +9984,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "aws-config", @@ -10023,7 +10023,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.341.0" +version = "1.341.1" dependencies = [ "regex", "rsmq_async", @@ -10038,7 +10038,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.341.0" +version = "1.341.1" dependencies = [ "serde", "serde_json", @@ -10046,7 +10046,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "lazy_static", @@ -10057,7 +10057,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "gosyn", @@ -10069,7 +10069,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "lazy_static", @@ -10080,7 +10080,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10094,7 +10094,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10105,7 +10105,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "async-recursion", @@ -10122,7 +10122,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "lazy_static", @@ -10133,7 +10133,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10152,7 +10152,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10171,7 +10171,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "async-recursion", @@ -10204,7 +10204,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.341.0" +version = "1.341.1" dependencies = [ "serde", "wasm-bindgen", @@ -10215,7 +10215,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.341.0" +version = "1.341.1" dependencies = [ "anyhow", "async-recursion", @@ -10442,9 +10442,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.9" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6" +checksum = "56c52728401e1dc672a56e81e593e912aa54c78f40246869f78359a2bf24d29d" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 09b7263f49..1a9957dd06 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.341.0" +version = "1.341.1" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.341.0" +version = "1.341.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index e2b054b8cc..b4f03e227b 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.341.0 + version: 1.341.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index d83af2d17a..3a118bbc61 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.341.0"; +export const VERSION = "v1.341.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 6e7267bbb7..2e4f8d77dd 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.341.0"; +export const VERSION = "v1.341.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 12c5397cda..e6d6b85460 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.341.0", + "version": "1.341.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.341.0", + "version": "1.341.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 948a1d0c5c..d30b38cff7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.341.0", + "version": "1.341.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 4facf34643..a0be5f5fe8 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.341.0" -wmill_pg = ">=1.341.0" +wmill = ">=1.341.1" +wmill_pg = ">=1.341.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 8568c64de9..c0aa4f8fa9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.341.0 + version: 1.341.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 9c617f1b54..8c1c704171 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.341.0' +ModuleVersion = '1.341.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index dc6b6e8fb8..8201cb0bd1 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.341.0" +version = "1.341.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 3789544d42..b2ca809e7f 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.341.0" +version = "1.341.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 2a9e6ac00e..867ffd067c 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.341.0", + "version": "1.341.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 1eb37a3ed4..da9ff324f1 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.341.0", + "version": "1.341.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index de75f2b8ba..e2dd31cd87 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.341.0 +1.341.1