From afc0328e475ecc792dac62ca84685346458877c0 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 22 Aug 2023 21:53:41 +0200 Subject: [PATCH] chore(main): release 1.154.2 (#2154) * chore(main): release 1.154.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 ++ backend/Cargo.lock | 92 +++++++++++++-------------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/main.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- python-client/wmill/pyproject.toml | 4 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 69 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b54197dc17..ad9f20bcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.154.2](https://github.com/windmill-labs/windmill/compare/v1.154.1...v1.154.2) (2023-08-22) + + +### Bug Fixes + +* fix cancel job for flows in some edge cases ([58bb19a](https://github.com/windmill-labs/windmill/commit/58bb19a4471ce8cfced4b144fca40069b5ce0820)) + ## [1.154.1](https://github.com/windmill-labs/windmill/compare/v1.154.0...v1.154.1) (2023-08-22) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5702c36ec8..912c2fd9c7 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -14,9 +14,9 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" +checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" dependencies = [ "gimli", ] @@ -503,9 +503,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.68" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" +checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" dependencies = [ "addr2line", "cc", @@ -1117,7 +1117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" dependencies = [ "percent-encoding", - "time 0.3.26", + "time 0.3.27", "version_check", ] @@ -2114,7 +2114,7 @@ dependencies = [ "serde", "serde_json", "thiserror", - "time 0.3.26", + "time 0.3.27", "tokio", "tracing", "tracing-futures", @@ -2177,9 +2177,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.27.3" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" +checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "git-version" @@ -3196,7 +3196,7 @@ dependencies = [ "smallvec", "subprocess", "thiserror", - "time 0.3.26", + "time 0.3.27", "uuid 1.4.1", ] @@ -3327,9 +3327,9 @@ dependencies = [ [[package]] name = "object" -version = "0.31.1" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" +checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" dependencies = [ "memchr", ] @@ -4554,7 +4554,7 @@ checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" dependencies = [ "log", "ring", - "rustls-webpki 0.101.3", + "rustls-webpki 0.101.4", "sct", ] @@ -4581,9 +4581,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.100.1" +version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" +checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" dependencies = [ "ring", "untrusted", @@ -4591,9 +4591,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.101.3" +version = "0.101.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261e9e0888cba427c3316e6322805653c9425240b6fd96cee7cb671ab70ab8d0" +checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" dependencies = [ "ring", "untrusted", @@ -4837,9 +4837,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.171" +version = "1.0.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" +checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31" dependencies = [ "serde_derive", ] @@ -4877,9 +4877,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.171" +version = "1.0.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" +checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec" dependencies = [ "proc-macro2", "quote", @@ -5125,7 +5125,7 @@ dependencies = [ "num-bigint", "num-traits", "thiserror", - "time 0.3.26", + "time 0.3.27", ] [[package]] @@ -5136,9 +5136,9 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "slab" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" dependencies = [ "autocfg", ] @@ -6109,9 +6109,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07" +checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07" dependencies = [ "deranged", "itoa", @@ -6128,9 +6128,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451" +checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9" dependencies = [ "time-core", ] @@ -7029,7 +7029,7 @@ version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" dependencies = [ - "rustls-webpki 0.100.1", + "rustls-webpki 0.100.2", ] [[package]] @@ -7038,7 +7038,7 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888" dependencies = [ - "rustls-webpki 0.101.3", + "rustls-webpki 0.101.4", ] [[package]] @@ -7101,7 +7101,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "axum", @@ -7136,7 +7136,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "argon2", @@ -7176,7 +7176,7 @@ dependencies = [ "sql-builder", "sqlx", "tempfile", - "time 0.3.26", + "time 0.3.27", "tokio", "tokio-tar", "tokio-util", @@ -7195,7 +7195,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.154.1" +version = "1.154.2" dependencies = [ "base64 0.21.2", "chrono", @@ -7212,7 +7212,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.154.1" +version = "1.154.2" dependencies = [ "chrono", "serde", @@ -7225,7 +7225,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "axum", @@ -7250,7 +7250,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.154.1" +version = "1.154.2" dependencies = [ "serde", "serde_json", @@ -7258,7 +7258,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "lazy_static", @@ -7269,7 +7269,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "gosyn", @@ -7279,7 +7279,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "lazy_static", @@ -7290,7 +7290,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7301,7 +7301,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "async-recursion", @@ -7318,7 +7318,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "lazy_static", @@ -7329,7 +7329,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7345,7 +7345,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7363,7 +7363,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "async-recursion", @@ -7392,7 +7392,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.154.1" +version = "1.154.2" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 094cada67c..542f1cd7ff 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.154.1" +version = "1.154.2" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.154.1" +version = "1.154.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 4bfc9205e6..739087b30f 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.154.1 + version: 1.154.2 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 0bc09dd607..5d325301d8 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.154.1"; +export const VERSION = "v1.154.2"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index 63e27d3554..007d0f07df 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.154.1"; +export const VERSION = "v1.154.2"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e2053307a7..f387880736 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.154.1", + "version": "1.154.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.154.1", + "version": "1.154.2", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index ed4a775140..2a1c7f9069 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.154.1", + "version": "1.154.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index f04e51497d..f4e3bbdc7a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.154.1" -wmill_pg = ">=1.154.1" +wmill = ">=1.154.2" +wmill_pg = ">=1.154.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index f1daaae5bd..89794b9cd0 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.154.1 + version: 1.154.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 491130e511..c9a53caa7f 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.154.1" +version = "1.154.2" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.154.1" +windmill-api = "^1.154.2" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 79cfea4314..68cbef8a4c 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.154.1" +version = "1.154.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/package.json b/typescript-client/package.json index 4167671c63..ed0ed28133 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.154.1", + "version": "1.154.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 086c108278..4049ad0452 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.154.1 +1.154.2