From 7e8ffece6bdaaf7fe255455fc7b4a87a965783cb Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 22 May 2024 00:44:47 +0200 Subject: [PATCH] chore(main): release 1.334.0 (#3785) * chore(main): release 1.334.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 14 ++++++ 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 +- .../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(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d0a7d2ad..ae27719748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.334.0](https://github.com/windmill-labs/windmill/compare/v1.333.5...v1.334.0) (2024-05-21) + + +### Features + +* **frontend:** Added support for title and placeholder for ArgInputs ([#3779](https://github.com/windmill-labs/windmill/issues/3779)) ([59c0aba](https://github.com/windmill-labs/windmill/commit/59c0abae3df7397f32b65360b6740ca71a91444b)) +* **frontend:** Improve multiselect perf ([#3770](https://github.com/windmill-labs/windmill/issues/3770)) ([36df838](https://github.com/windmill-labs/windmill/commit/36df8389cd5d75c4332e0f0a1da61433dac88195)) + + +### Bug Fixes + +* add allow http toggle to object store settings ([4631c3f](https://github.com/windmill-labs/windmill/commit/4631c3fd08341858b97a1a9673664e7220bbef63)) +* **frontend:** Fix path overflow on the Runs page ([#3781](https://github.com/windmill-labs/windmill/issues/3781)) ([518d8b9](https://github.com/windmill-labs/windmill/commit/518d8b916b41ba35d623deeb27c6f6f82e171060)) + ## [1.333.5](https://github.com/windmill-labs/windmill/compare/v1.333.4...v1.333.5) (2024-05-21) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d46b7d014c..08b9a33660 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -771,9 +771,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.5.0" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9ac79e9f3a4d576f3cd4a470a0275b138d9e7b11b1cd514a6858ae0a79dd5bb" +checksum = "4cb5ada2e705ecdaf9534374aa87dc351f77dda0d83bbae4c2be9a8074a35779" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -797,9 +797,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ec42c2f5c0e7796a2848dde4d9f3bf8ce12ccbb3d5aa40c52fa0cdd61a1c47" +checksum = "5b7d790d553d163c7d80a4e06e2906bf24b9172c9ebe045fc3a274e9358ab7bb" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -814,9 +814,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.1.9" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf98d97bba6ddaba180f1b1147e202d8fe04940403a95a3f826c790f931bbd1" +checksum = "5b6764ba7e1c5ede1c9f9e4046645534f06c2581402461c559b481a420330a83" dependencies = [ "base64-simd 0.8.0", "bytes", @@ -9716,7 +9716,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "axum", @@ -9756,7 +9756,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "argon2", @@ -9832,7 +9832,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.333.5" +version = "1.334.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9850,7 +9850,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.333.5" +version = "1.334.0" dependencies = [ "chrono", "serde", @@ -9863,7 +9863,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "aws-config", @@ -9901,7 +9901,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.333.5" +version = "1.334.0" dependencies = [ "regex", "rsmq_async", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.333.5" +version = "1.334.0" dependencies = [ "serde", "serde_json", @@ -9924,7 +9924,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "lazy_static", @@ -9935,7 +9935,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "gosyn", @@ -9947,7 +9947,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "lazy_static", @@ -9958,7 +9958,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9972,7 +9972,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "async-recursion", @@ -10000,7 +10000,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "lazy_static", @@ -10011,7 +10011,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10029,7 +10029,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10048,7 +10048,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "async-recursion", @@ -10081,7 +10081,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.333.5" +version = "1.334.0" dependencies = [ "serde", "wasm-bindgen", @@ -10092,7 +10092,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.333.5" +version = "1.334.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 065ac57aa2..0b9041e1cd 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.333.5" +version = "1.334.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.333.5" +version = "1.334.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 578e316751..ff2181234f 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.333.5 + version: 1.334.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4cd2033a8e..eea0d52b9c 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.333.5"; +export const VERSION = "v1.334.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 01d5a08968..8388a3987c 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.333.5"; +export const VERSION = "v1.334.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3ee249af52..f502688b7d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.333.5", + "version": "1.334.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.333.5", + "version": "1.334.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 99586332e8..f070256dff 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.333.5", + "version": "1.334.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 43ffd3ab6c..5f771ef492 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.333.5" -wmill_pg = ">=1.333.5" +wmill = ">=1.334.0" +wmill_pg = ">=1.334.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index f310b6570c..28c60dee7c 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.333.5 + version: 1.334.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 2154be5544..f0d888c5f6 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.333.5' +ModuleVersion = '1.334.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 7c0ae0f6cb..23bdfd3b07 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.333.5" +version = "1.334.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 7767dc384d..f79a175244 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.333.5" +version = "1.334.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 ab2c5fbcb0..d76ad716ad 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.333.5", + "version": "1.334.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 36c862f47c..2140fab2ce 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.333.5", + "version": "1.334.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 5e1802b1c8..59efa129d9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.333.5 +1.334.0