From 91e69a6255f461f190d4f90cab9de4123464ae0e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 19 Jul 2023 23:23:33 +0300 Subject: [PATCH] chore(main): release 1.134.0 (#1905) * chore(main): release 1.134.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 15 ++++++++ backend/Cargo.lock | 49 ++++++++++++++++----------- 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 +- version.txt | 2 +- 13 files changed, 60 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a939fef1f..59edf76e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [1.134.0](https://github.com/windmill-labs/windmill/compare/v1.133.0...v1.134.0) (2023-07-19) + + +### Features + +* **frontend:** add deployment history + script path ([#1896](https://github.com/windmill-labs/windmill/issues/1896)) ([3a805d1](https://github.com/windmill-labs/windmill/commit/3a805d1e4b85009fae3f81d97b918b3c6bd551b5)) +* make row information available from table rows' evals ([ad1b92d](https://github.com/windmill-labs/windmill/commit/ad1b92d59df5aba39d7ae29e902c55b1f2411458)) +* use openai resource for windmill AI ([#1902](https://github.com/windmill-labs/windmill/issues/1902)) ([ddd8049](https://github.com/windmill-labs/windmill/commit/ddd8049b0aa74c9431cd01ff8a6e10e8a0196b3d)) + + +### Bug Fixes + +* **backend:** openai resource not only variable ([#1906](https://github.com/windmill-labs/windmill/issues/1906)) ([778ac92](https://github.com/windmill-labs/windmill/commit/778ac92411fc1dd5686087797be19fb602c55d46)) +* parse bash args with same-line comments ([#1907](https://github.com/windmill-labs/windmill/issues/1907)) ([0f7ed87](https://github.com/windmill-labs/windmill/commit/0f7ed8798be7ef33f91fd5c4cd751beec28601a1)) + ## [1.133.0](https://github.com/windmill-labs/windmill/compare/v1.132.0...v1.133.0) (2023-07-19) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index bf36897ce5..e39326a062 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1383,6 +1383,16 @@ version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" +[[package]] +name = "debugid" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" +dependencies = [ + "serde", + "uuid 1.4.1", +] + [[package]] name = "deno_ast" version = "0.27.2" @@ -5094,11 +5104,12 @@ dependencies = [ [[package]] name = "sourcemap" -version = "6.2.3" +version = "6.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed16231c92d0a6f0388f56e0ab2be24ecff1173f8e22f0ea5e074d0525631cb" +checksum = "e8df03d85f2767c45e61b4453eb6144153c80399e4fdd6407a6d16cb87cc0347" dependencies = [ "data-encoding", + "debugid", "if_chain", "rustc_version 0.2.3", "serde", @@ -6274,9 +6285,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c" +checksum = "7ac8060a61f8758a61562f6fb53ba3cbe1ca906f001df2e53cccddcdbee91e7c" dependencies = [ "bitflags 2.3.3", "bytes", @@ -6965,7 +6976,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "axum", @@ -7000,7 +7011,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "argon2", @@ -7058,7 +7069,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.133.0" +version = "1.134.0" dependencies = [ "base64 0.21.2", "chrono", @@ -7075,7 +7086,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.133.0" +version = "1.134.0" dependencies = [ "chrono", "serde", @@ -7088,7 +7099,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "axum", @@ -7113,7 +7124,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.133.0" +version = "1.134.0" dependencies = [ "serde", "serde_json", @@ -7121,7 +7132,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "lazy_static", @@ -7132,7 +7143,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "gosyn", @@ -7142,7 +7153,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7153,7 +7164,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7168,7 +7179,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "lazy_static", @@ -7179,7 +7190,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7194,7 +7205,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7211,7 +7222,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "async-recursion", @@ -7240,7 +7251,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.133.0" +version = "1.134.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 086b1cd019..12dd098026 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.133.0" +version = "1.134.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.133.0" +version = "1.134.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index ee605013af..7cc1b1962e 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.133.0 + version: 1.134.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index ebb80f8cc0..bd271efefd 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.133.0"; +export const VERSION = "v1.134.0"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index ec502b61b9..39bd32b745 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -30,7 +30,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.133.0"; +export const VERSION = "v1.134.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 898a33be52..0436894e9c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.133.0", + "version": "1.134.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.133.0", + "version": "1.134.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index d5e707986a..4bf2a43d14 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.133.0", + "version": "1.134.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d08e699fd4..64bb589486 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.133.0" -wmill_pg = ">=1.133.0" +wmill = ">=1.134.0" +wmill_pg = ">=1.134.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0a1ff13447..39e0a8cfc6 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.133.0 + version: 1.134.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index be0f1d2b52..31e9377bc6 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.133.0" +version = "1.134.0" 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.133.0" +windmill-api = "^1.134.0" [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 f332a08ff9..7d2f08d7a7 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.133.0" +version = "1.134.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/version.txt b/version.txt index 445cade779..c12e5e4ac1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.133.0 +1.134.0