From 804fe2a4feeac05e3bb0ae1054a0ad21c06d23c8 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 25 Aug 2023 13:38:58 +0200 Subject: [PATCH] chore(main): release 1.156.1 (#2170) * chore(main): release 1.156.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 ++++ backend/Cargo.lock | 46 +++++++++++++++------------ backend/Cargo.toml | 4 +-- backend/windmill-api/openapi.yaml | 2 +- benchmarks/main.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, 49 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da893dd85..17701d043d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.156.1](https://github.com/windmill-labs/windmill/compare/v1.156.0...v1.156.1) (2023-08-25) + + +### Bug Fixes + +* fix python client ([7649a53](https://github.com/windmill-labs/windmill/commit/7649a53f3c792ceba8f2a0fc8535c512b25bf969)) + ## [1.156.0](https://github.com/windmill-labs/windmill/compare/v1.155.0...v1.156.0) (2023-08-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 295fb85c4b..0cf6daa693 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1367,6 +1367,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5" +[[package]] +name = "data-url" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41b319d1b62ffbd002e057f36bebd1f42b9f97927c9577461d855f3513c4289f" + [[package]] name = "debug-helper" version = "0.3.13" @@ -1484,7 +1490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4f1b9a643427c7f732a4540e250560e1801970f033bae0d5e4abc7b83e36160" dependencies = [ "bytes", - "data-url", + "data-url 0.2.0", "deno_core", "deno_tls", "dyn-clone", @@ -1497,11 +1503,11 @@ dependencies = [ [[package]] name = "deno_media_type" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "001d69b833ed4d244b608bab9c07069bfb570f631b763b58e73f82a020bf84ef" +checksum = "a798670c20308e5770cc0775de821424ff9e85665b602928509c8c70430b3ee0" dependencies = [ - "data-url", + "data-url 0.3.0", "serde", "url", ] @@ -7062,7 +7068,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "axum", @@ -7097,7 +7103,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "argon2", @@ -7156,7 +7162,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.156.0" +version = "1.156.1" dependencies = [ "base64 0.21.2", "chrono", @@ -7173,7 +7179,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.156.0" +version = "1.156.1" dependencies = [ "chrono", "serde", @@ -7186,7 +7192,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "axum", @@ -7211,7 +7217,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.156.0" +version = "1.156.1" dependencies = [ "serde", "serde_json", @@ -7219,7 +7225,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "lazy_static", @@ -7230,7 +7236,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "gosyn", @@ -7240,7 +7246,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "lazy_static", @@ -7251,7 +7257,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7262,7 +7268,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "async-recursion", @@ -7279,7 +7285,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "lazy_static", @@ -7290,7 +7296,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7307,7 +7313,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7325,7 +7331,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "async-recursion", @@ -7354,7 +7360,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.156.0" +version = "1.156.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 97f094523b..fe42015896 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.156.0" +version = "1.156.1" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.156.0" +version = "1.156.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c8ea6a8d31..f414ddb0c6 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.156.0 + version: 1.156.1 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 646eb6cc99..e962386c88 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.156.0"; +export const VERSION = "v1.156.1"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index 62e7303430..a22cd08f01 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.156.0"; +export const VERSION = "v1.156.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a412715ad3..7e3a158012 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.156.0", + "version": "1.156.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.156.0", + "version": "1.156.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 24fee96904..8221b33379 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.156.0", + "version": "1.156.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 09084c15a3..c87c030949 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.156.0" -wmill_pg = ">=1.156.0" +wmill = ">=1.156.1" +wmill_pg = ">=1.156.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index f2bebfa424..36d09ad02a 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.156.0 + version: 1.156.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f91c194382..c01d347d24 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.156.0" +version = "1.156.1" 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.156.0" +windmill-api = "^1.156.1" [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 0304b1e638..30fe46d994 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.156.0" +version = "1.156.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 675fe27a72..0a0c9f9258 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.156.0", + "version": "1.156.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index e855ab6cce..900389c688 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.156.0 +1.156.1