From 715e2d4c5230f4ed3a4b43909b08d8a499447835 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 30 Aug 2024 14:35:46 +0200 Subject: [PATCH] chore(main): release 1.387.1 (#4306) * chore(main): release 1.387.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 8 +++ backend/Cargo.lock | 69 ++++++++++--------- 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, 60 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baca7838f..6058997297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.387.1](https://github.com/windmill-labs/windmill/compare/v1.387.0...v1.387.1) (2024-08-30) + + +### Bug Fixes + +* fix resource list in args being pre-pended with $res ([2397588](https://github.com/windmill-labs/windmill/commit/239758835503ead5bbb1830c04b4fea5d13ad425)) +* improve history navigation on the runs page ([487e7ca](https://github.com/windmill-labs/windmill/commit/487e7ca715d37b4b59a3a03ba8ff2bb644118635)) + ## [1.387.0](https://github.com/windmill-labs/windmill/compare/v1.386.0...v1.387.0) (2024-08-29) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b5f9f32bb7..e033d74127 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -815,9 +815,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" +checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -827,14 +827,15 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f42c2d4218de4dcd890a109461e2f799a1a2ba3bcd2cde9af88360f5df9266c6" +checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f" dependencies = [ "aws-credential-types", "aws-sigv4", "aws-smithy-async", "aws-smithy-http", + "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", @@ -851,9 +852,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11822090cf501c316c6f75711d77b96fba30658e3867a7762e5e2f5d32d31e81" +checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d" dependencies = [ "aws-credential-types", "aws-runtime", @@ -873,9 +874,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a2a06ff89176123945d1bbe865603c4d7101bea216a550bb4d2e4e9ba74d74" +checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d" dependencies = [ "aws-credential-types", "aws-runtime", @@ -895,9 +896,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a20a91795850826a6f456f4a48eff1dfa59a0e69bdbf5b8c50518fd372106574" +checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6" dependencies = [ "aws-credential-types", "aws-runtime", @@ -5448,9 +5449,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.3" +version = "0.36.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" +checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" dependencies = [ "memchr", ] @@ -9319,9 +9320,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", @@ -10455,7 +10456,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "axum", @@ -10495,7 +10496,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "argon2", @@ -10579,7 +10580,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.387.0" +version = "1.387.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10597,7 +10598,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.387.0" +version = "1.387.1" dependencies = [ "chrono", "serde", @@ -10610,7 +10611,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "async-stream", @@ -10652,7 +10653,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.387.0" +version = "1.387.1" dependencies = [ "regex", "rsmq_async", @@ -10667,7 +10668,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "bytes", @@ -10688,7 +10689,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.387.0" +version = "1.387.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -10697,7 +10698,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "lazy_static", @@ -10709,7 +10710,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "gosyn", @@ -10721,7 +10722,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "lazy_static", @@ -10733,7 +10734,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10744,7 +10745,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10755,7 +10756,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "async-recursion", @@ -10773,7 +10774,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "lazy_static", @@ -10785,7 +10786,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "lazy_static", @@ -10803,7 +10804,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10822,7 +10823,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "async-recursion", @@ -10855,7 +10856,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.387.0" +version = "1.387.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10865,7 +10866,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.387.0" +version = "1.387.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ad65a26a0d..c7b50097be 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.387.0" +version = "1.387.1" authors.workspace = true edition.workspace = true @@ -25,7 +25,7 @@ members = [ ] [workspace.package] -version = "1.387.0" +version = "1.387.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 9c70b13cfd..0309f81a7c 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.387.0 + version: 1.387.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index cf0d74c283..18757c3d66 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.387.0"; +export const VERSION = "v1.387.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 5aec16a085..cc3265bfbe 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -34,7 +34,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.387.0"; +export const VERSION = "v1.387.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a3e31d3350..65dcadc623 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.387.0", + "version": "1.387.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.387.0", + "version": "1.387.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 02bd2f5c50..4996075c51 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.387.0", + "version": "1.387.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b4d71bb1a9..77e187367e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.387.0" -wmill_pg = ">=1.387.0" +wmill = ">=1.387.1" +wmill_pg = ">=1.387.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a66ad798fa..cbb475c386 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.387.0 + version: 1.387.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index fb37b31637..23b8d135c2 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.387.0' +ModuleVersion = '1.387.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f87bae0d5d..4826142137 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.387.0" +version = "1.387.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 1970d16510..cfc1c12308 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.387.0" +version = "1.387.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 e5368d3fd0..8841d9ec86 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.387.0", + "version": "1.387.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 b1fb6901b9..21c453f245 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.387.0", + "version": "1.387.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index b34d5e5833..982d52764a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.387.0 +1.387.1