From f56ed3c9e62407baa3b65e2301fbcad583e67f9b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 26 Sep 2024 17:04:02 +0200 Subject: [PATCH] chore(main): release 1.402.0 (#4447) * chore(main): release 1.402.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 ++ backend/Cargo.lock | 64 +++++++++---------- 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, 56 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d05a96ce..265b59ad9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.402.0](https://github.com/windmill-labs/windmill/compare/v1.401.0...v1.402.0) (2024-09-26) + + +### Features + +* **cli:** add queues, workers and worker-groups commands ([#4439](https://github.com/windmill-labs/windmill/issues/4439)) ([9f91b19](https://github.com/windmill-labs/windmill/commit/9f91b1995a98c9e096c6e599c4d5a8d5ea499ada)) + ## [1.401.0](https://github.com/windmill-labs/windmill/compare/v1.400.0...v1.401.0) (2024-09-25) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7c71bd74da..dc98591f3e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4710,7 +4710,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.6.0", "libc", - "redox_syscall 0.5.5", + "redox_syscall 0.5.6", ] [[package]] @@ -5672,7 +5672,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.5", + "redox_syscall 0.5.6", "smallvec", "windows-targets 0.52.6", ] @@ -6623,9 +6623,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62871f2d65009c0256aed1b9cfeeb8ac272833c404e13d53d400cd0dad7a2ac0" +checksum = "355ae415ccd3a04315d3f8246e86d67689ea74d88d915576e1589a351062a13b" dependencies = [ "bitflags 2.6.0", ] @@ -7572,9 +7572,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] @@ -9468,7 +9468,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.19", + "winnow 0.6.20", ] [[package]] @@ -10382,7 +10382,7 @@ version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" dependencies = [ - "redox_syscall 0.5.5", + "redox_syscall 0.5.6", "wasite", "web-sys", ] @@ -10426,7 +10426,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "axum", @@ -10468,7 +10468,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "argon2", @@ -10553,7 +10553,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.401.0" +version = "1.402.0" dependencies = [ "base64 0.21.7", "chrono", @@ -10571,7 +10571,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.401.0" +version = "1.402.0" dependencies = [ "chrono", "serde", @@ -10584,7 +10584,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "async-stream", @@ -10628,7 +10628,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.401.0" +version = "1.402.0" dependencies = [ "regex", "rsmq_async", @@ -10643,7 +10643,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "bytes", @@ -10664,7 +10664,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.401.0" +version = "1.402.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10673,7 +10673,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "lazy_static", @@ -10685,7 +10685,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "gosyn", @@ -10697,7 +10697,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "lazy_static", @@ -10709,7 +10709,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10720,7 +10720,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10731,7 +10731,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "async-recursion", @@ -10749,7 +10749,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10766,7 +10766,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "lazy_static", @@ -10778,7 +10778,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "lazy_static", @@ -10796,7 +10796,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10817,7 +10817,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "serde_json", @@ -10827,7 +10827,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "async-recursion", @@ -10860,7 +10860,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.401.0" +version = "1.402.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10870,7 +10870,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.401.0" +version = "1.402.0" dependencies = [ "anyhow", "async-recursion", @@ -11142,9 +11142,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.19" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c52ac009d615e79296318c1bcce2d422aaca15ad08515e344feeda07df67a587" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 9a657a683f..651a1f3f67 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.401.0" +version = "1.402.0" authors.workspace = true edition.workspace = true @@ -27,7 +27,7 @@ members = [ ] [workspace.package] -version = "1.401.0" +version = "1.402.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 370e2e0ca6..64e8e287e7 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.401.0 + version: 1.402.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 22b8986a2a..82e6da9ae2 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.401.0"; +export const VERSION = "v1.402.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 d86356d486..9c32cebb14 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.401.0"; +export const VERSION = "1.402.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8089c9a262..1c2b0ff982 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.401.0", + "version": "1.402.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.401.0", + "version": "1.402.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 05bf5e7c13..380ee74d69 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.401.0", + "version": "1.402.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index dfc5d820cd..4dd92aaa3c 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.401.0" -wmill_pg = ">=1.401.0" +wmill = ">=1.402.0" +wmill_pg = ">=1.402.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ef15d792bb..84a1166da2 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.401.0 + version: 1.402.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index b0e31316d0..4a8fe32274 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.401.0' +ModuleVersion = '1.402.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 2053fb575d..e48dd9392e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.401.0" +version = "1.402.0" 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 715062bd17..0e2ece2c2e 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.401.0" +version = "1.402.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/jsr.json b/typescript-client/jsr.json index aaa770901c..9f77e52478 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.401.0", + "version": "1.402.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index b7c8605935..03dcfe04aa 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.401.0", + "version": "1.402.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 354ab069f4..d0f2fd66a8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.401.0 +1.402.0