From 4e0ea0097e7be0bfbf24443c1426c5c2916b97a2 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 13 Dec 2023 16:34:35 +0100 Subject: [PATCH] chore(main): release 1.225.1 (#2846) * chore(main): release 1.225.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 8 ++++ backend/Cargo.lock | 57 +++++++++++++-------------- 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 | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 51 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4923284baf..46c08ff39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [1.225.1](https://github.com/windmill-labs/windmill/compare/v1.225.0...v1.225.1) (2023-12-13) + + +### Bug Fixes + +* fix setting base_url from empty initial value ([63740ad](https://github.com/windmill-labs/windmill/commit/63740adec8b075069cbee942ae03c1c2cbec5de0)) +* pwsh modules nsjail ([#2845](https://github.com/windmill-labs/windmill/issues/2845)) ([b939785](https://github.com/windmill-labs/windmill/commit/b9397856a8c2219d5315eb441b2b279a1dd8dab5)) + ## [1.225.0](https://github.com/windmill-labs/windmill/compare/v1.224.1...v1.225.0) (2023-12-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 32ee54813a..900ef0ea04 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1886,9 +1886,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" +checksum = "14c3242926edf34aec4ac3a77108ad4854bffaa2e4ddc1824124ce59231302d5" dependencies = [ "cfg-if", "crossbeam-utils", @@ -1896,9 +1896,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" +checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751" dependencies = [ "cfg-if", "crossbeam-epoch", @@ -1907,22 +1907,21 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.15" +version = "0.9.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" +checksum = "2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa" dependencies = [ "autocfg", "cfg-if", "crossbeam-utils", "memoffset", - "scopeguard", ] [[package]] name = "crossbeam-queue" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" +checksum = "b9bcf5bdbfdd6030fb4a1c497b5d5fc5921aa2f60d359a17e249c0e6df3de153" dependencies = [ "cfg-if", "crossbeam-utils", @@ -1930,9 +1929,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.16" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" +checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f" dependencies = [ "cfg-if", ] @@ -3519,9 +3518,9 @@ dependencies = [ [[package]] name = "hkdf" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" dependencies = [ "hmac", ] @@ -9485,7 +9484,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "axum", @@ -9520,7 +9519,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "argon2", @@ -9592,7 +9591,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.225.0" +version = "1.225.1" dependencies = [ "base64 0.21.5", "chrono", @@ -9610,7 +9609,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.225.0" +version = "1.225.1" dependencies = [ "chrono", "serde", @@ -9623,7 +9622,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "axum", @@ -9654,7 +9653,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.225.0" +version = "1.225.1" dependencies = [ "serde", "serde_json", @@ -9662,7 +9661,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "lazy_static", @@ -9673,7 +9672,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "gosyn", @@ -9685,7 +9684,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "lazy_static", @@ -9696,7 +9695,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9707,7 +9706,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "async-recursion", @@ -9724,7 +9723,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "lazy_static", @@ -9735,7 +9734,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9752,7 +9751,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -9770,7 +9769,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "async-recursion", @@ -9802,7 +9801,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.225.0" +version = "1.225.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b788338686..65b4562da3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.225.0" +version = "1.225.1" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.225.0" +version = "1.225.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index be8cf1b812..93624fe767 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.225.0 + version: 1.225.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 3596b1a986..ad5a2b0fee 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.225.0"; +export const VERSION = "v1.225.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 3290e3545f..9e9438bf91 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.225.0"; +export const VERSION = "v1.225.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 58372de03b..9439b74e4e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.225.0", + "version": "1.225.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.225.0", + "version": "1.225.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index e82af2b5a6..2a3af35650 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.225.0", + "version": "1.225.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 6f05b69ae4..b63eb4f67d 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.225.0" -wmill_pg = ">=1.225.0" +wmill = ">=1.225.1" +wmill_pg = ">=1.225.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 5b3dc37509..91ebe4327e 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.225.0 + version: 1.225.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3b9c943195..b87448149d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.225.0" +version = "1.225.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 8a5d1b4777..aaf668de01 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.225.0" +version = "1.225.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/package.json b/typescript-client/package.json index fa13acd7ea..df129f9ccf 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.225.0", + "version": "1.225.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 58894f55df..79202af46b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.225.0 +1.225.1