diff --git a/CHANGELOG.md b/CHANGELOG.md index 59edf76e6e..b31a26cbce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [1.134.1](https://github.com/windmill-labs/windmill/compare/v1.134.0...v1.134.1) (2023-07-20) + + +### Bug Fixes + +* handle pip requirements to git commits ([a48edf4](https://github.com/windmill-labs/windmill/commit/a48edf435fb1df876c8012bf49a4c4265847d10e)) +* s/paylod/payload ([#1910](https://github.com/windmill-labs/windmill/issues/1910)) ([8f3960c](https://github.com/windmill-labs/windmill/commit/8f3960c93556301f6fdf9825a6e6b2e4d389dd2c)) + ## [1.134.0](https://github.com/windmill-labs/windmill/compare/v1.133.0...v1.134.0) (2023-07-19) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index e39326a062..ce9c52ee13 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -980,9 +980,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.16" +version = "4.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d" +checksum = "5b0827b011f6f8ab38590295339817b0d26f344aa4932c3ced71b45b0c54b4a9" dependencies = [ "clap_builder", "clap_derive", @@ -991,9 +991,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.16" +version = "4.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843" +checksum = "9441b403be87be858db6a23edb493e7f694761acdc3343d5a0fcaafd304cbc9e" dependencies = [ "anstream", "anstyle", @@ -4745,9 +4745,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.171" +version = "1.0.173" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" +checksum = "e91f70896d6720bc714a4a57d22fc91f1db634680e65c8efe13323f1fa38d53f" dependencies = [ "serde_derive", ] @@ -4785,9 +4785,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.171" +version = "1.0.173" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" +checksum = "a6250dde8342e0232232be9ca3db7aa40aceb5a3e5dd9bddbc00d99a007cde49" dependencies = [ "proc-macro2", "quote", @@ -6976,7 +6976,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "axum", @@ -7011,7 +7011,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "argon2", @@ -7069,7 +7069,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.134.0" +version = "1.134.1" dependencies = [ "base64 0.21.2", "chrono", @@ -7086,7 +7086,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.134.0" +version = "1.134.1" dependencies = [ "chrono", "serde", @@ -7099,7 +7099,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "axum", @@ -7124,7 +7124,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.134.0" +version = "1.134.1" dependencies = [ "serde", "serde_json", @@ -7132,7 +7132,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "lazy_static", @@ -7143,7 +7143,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "gosyn", @@ -7153,7 +7153,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7164,7 +7164,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7179,7 +7179,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "lazy_static", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7205,7 +7205,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7222,7 +7222,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "async-recursion", @@ -7251,7 +7251,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.134.0" +version = "1.134.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 12dd098026..3b18217ae9 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.134.0" +version = "1.134.1" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.134.0" +version = "1.134.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 7cc1b1962e..884e46b221 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.134.0 + version: 1.134.1 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index bd271efefd..96c00e4065 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.134.0"; +export const VERSION = "v1.134.1"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index 39bd32b745..f9f0ac6e15 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -30,7 +30,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.134.0"; +export const VERSION = "v1.134.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0436894e9c..f583a284ba 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.134.0", + "version": "1.134.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.134.0", + "version": "1.134.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 4bf2a43d14..0448adbdc0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.134.0", + "version": "1.134.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 64bb589486..167cd71afa 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.134.0" -wmill_pg = ">=1.134.0" +wmill = ">=1.134.1" +wmill_pg = ">=1.134.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 39e0a8cfc6..29ede7a8c0 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.134.0 + version: 1.134.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 31e9377bc6..584697cd8b 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.134.0" +version = "1.134.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.134.0" +windmill-api = "^1.134.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 7d2f08d7a7..c8225d5226 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.134.0" +version = "1.134.1" 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 c12e5e4ac1..c950869b15 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.134.0 +1.134.1