From 9eaa50678753e3f2889e7e4dee53cca57e0dc3aa Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 11 Nov 2023 11:37:41 +0100 Subject: [PATCH] chore(main): release 1.205.0 (#2613) * chore(main): release 1.205.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 15 ++++++++ backend/Cargo.lock | 50 +++++++++++++-------------- 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 +- python-client/wmill/pyproject.toml | 4 +-- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 56 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad63eb54d6..7adcf2fc49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [1.205.0](https://github.com/windmill-labs/windmill/compare/v1.204.1...v1.205.0) (2023-11-11) + + +### Features + +* exit dedicated worker upon new deployment ([2038fe6](https://github.com/windmill-labs/windmill/commit/2038fe68ce2ffeeed34c4cfcb44c46ad08f8e732)) +* exit dedicated worker upon new deployment ([4661dd2](https://github.com/windmill-labs/windmill/commit/4661dd2cea343572099ca66459d3db5f3c7879c8)) + + +### Bug Fixes + +* improve display of optimized one-loops + dependency jobs of dedicated workers happen on dedicated worker ([f998c72](https://github.com/windmill-labs/windmill/commit/f998c7229cd0b27d906a79f99ee7c6e0da1d1810)) +* Invalid config for workers does not panic ([#2612](https://github.com/windmill-labs/windmill/issues/2612)) ([aee35d6](https://github.com/windmill-labs/windmill/commit/aee35d6d511d16130fb64ae4dd2e28757e99f79a)) +* support digit prefixed script in python ([b9e41d0](https://github.com/windmill-labs/windmill/commit/b9e41d066da801ac43276c48af3f100aa70c5a5d)) + ## [1.204.1](https://github.com/windmill-labs/windmill/compare/v1.204.0...v1.204.1) (2023-11-10) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index a491574223..2cf1a73a86 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1197,9 +1197,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" +checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" dependencies = [ "clap_builder", "clap_derive", @@ -1207,9 +1207,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" +checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" dependencies = [ "anstream", "anstyle", @@ -2816,9 +2816,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "f95b9abcae896730d42b78e09c155ed4ddf82c07b4de772c64aee5b2d8b7c150" dependencies = [ "bytes", "fnv", @@ -3374,12 +3374,12 @@ checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" [[package]] name = "magic-crypt" -version = "3.1.12" +version = "3.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0196bd5c76f5f51d7d6563545f86262fef4c82d75466ba6f6d359c40a523318d" +checksum = "6c42f95f9d296f2dcb50665f507ed5a68a171453142663ce44d77a4eb217b053" dependencies = [ "aes 0.7.5", - "base64 0.13.1", + "base64 0.21.5", "block-modes", "crc-any", "des", @@ -8071,7 +8071,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "axum", @@ -8106,7 +8106,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "argon2", @@ -8173,7 +8173,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.204.1" +version = "1.205.0" dependencies = [ "base64 0.21.5", "chrono", @@ -8191,7 +8191,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.204.1" +version = "1.205.0" dependencies = [ "chrono", "serde", @@ -8204,7 +8204,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "axum", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.204.1" +version = "1.205.0" dependencies = [ "serde", "serde_json", @@ -8243,7 +8243,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "lazy_static", @@ -8254,7 +8254,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "gosyn", @@ -8266,7 +8266,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "lazy_static", @@ -8277,7 +8277,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -8288,7 +8288,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "async-recursion", @@ -8305,7 +8305,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "lazy_static", @@ -8316,7 +8316,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -8333,7 +8333,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -8351,7 +8351,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "async-recursion", @@ -8382,7 +8382,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.204.1" +version = "1.205.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fdc6d3e357..ac7f949c37 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.204.1" +version = "1.205.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.204.1" +version = "1.205.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 856ea33f75..73b2156375 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.204.1 + version: 1.205.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 8a2589df65..ee7f3d2b8a 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.204.1"; +export const VERSION = "v1.205.0"; 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 7dc06f4f0f..44d1db934a 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.204.1"; +export const VERSION = "v1.205.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a0887da81c..8ec30fb222 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.204.1", + "version": "1.205.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.204.1", + "version": "1.205.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index e56e81ebee..0687424880 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.204.1", + "version": "1.205.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index de006cc25a..b40b20f7a6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.204.1" -wmill_pg = ">=1.204.1" +wmill = ">=1.205.0" +wmill_pg = ">=1.205.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index f6f2591b7a..07d0a4e1eb 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.204.1 + version: 1.205.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index add28f3228..c388d155b6 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.204.1" +version = "1.205.0" 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.204.1" +windmill-api = "^1.205.0" [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 2ec334fffa..d1f68658c7 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.204.1" +version = "1.205.0" 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 6b5bcbbd67..26f0d069b6 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.204.1", + "version": "1.205.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f8541ab5a6..2492aaba5b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.204.1 +1.205.0