diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa8c8b26b..91b5f920f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.122.0](https://github.com/windmill-labs/windmill/compare/v1.121.0...v1.122.0) (2023-06-23) + + +### Features + +* release wmillbench publicly ([161f793](https://github.com/windmill-labs/windmill/commit/161f793ae6a67761709d4ced2de060c9546b2d3b)) + ## [1.121.0](https://github.com/windmill-labs/windmill/compare/v1.120.0...v1.121.0) (2023-06-22) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4e87bee21e..a64bfde890 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4050,9 +4050,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.31.15" +version = "0.31.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f3acface9a59ac1bb76ec0b71dccadf413169db89d426f6cafc51d1f4d108f" +checksum = "c6414bd4e553f5638961d39b07075ffd37a3d63176829592f4a5900260d94ca1" dependencies = [ "ahash 0.8.3", "ast_node", @@ -4077,9 +4077,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.106.5" +version = "0.106.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be2269591931983cd0d977018e4362bc17c7576ea4c6a7aa22bb4223fd2095a" +checksum = "ebf4d6804b1da4146c4c0359d129e3dd43568d321f69d7953d9abbca4ded76ba" dependencies = [ "bitflags 2.3.2", "is-macro", @@ -4093,9 +4093,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.136.6" +version = "0.136.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acc053020267c317a35c464c01f2990ca155c97c02d34a460b66f1f4b568b7eb" +checksum = "411341a6433540222c2a16043934f4398bba7e816059fd814f602e44731ad8c1" dependencies = [ "either", "lexical", @@ -5166,7 +5166,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "axum", @@ -5201,7 +5201,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "argon2", @@ -5257,7 +5257,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.121.0" +version = "1.122.0" dependencies = [ "base64 0.21.2", "chrono", @@ -5274,7 +5274,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.121.0" +version = "1.122.0" dependencies = [ "chrono", "serde", @@ -5287,7 +5287,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "axum", @@ -5312,7 +5312,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.121.0" +version = "1.122.0" dependencies = [ "serde", "serde_json", @@ -5320,7 +5320,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "lazy_static", @@ -5331,7 +5331,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "gosyn", @@ -5341,7 +5341,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -5352,7 +5352,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -5367,7 +5367,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -5382,7 +5382,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -5398,7 +5398,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "async-recursion", @@ -5427,7 +5427,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.121.0" +version = "1.122.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 78ccc46e4c..f61ad5a82f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.121.0" +version = "1.122.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.121.0" +version = "1.122.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index dd987370fa..2a2ec4d9d3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.121.0 + version: 1.122.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 670be6f6e2..ac58964331 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.121.0"; +export const VERSION = "v1.122.0"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index 1f9e9da1b0..843bb437a0 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -28,7 +28,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.121.0"; +export const VERSION = "v1.122.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 24c46d1315..c96ceda874 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.121.0", + "version": "1.122.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.121.0", + "version": "1.122.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 4db8f0f98e..7165147eac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.121.0", + "version": "1.122.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3762f47fe8..8b5799cb2d 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.121.0" -wmill_pg = ">=1.121.0" +wmill = ">=1.122.0" +wmill_pg = ">=1.122.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 9b1357f4d7..2b49c78eae 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.121.0 + version: 1.122.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 8406fb1b4f..a59c8a86cf 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.121.0" +version = "1.122.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.121.0" +windmill-api = "^1.122.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 b6170e60a4..e8fc75d09c 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.121.0" +version = "1.122.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 83bd345272..2265fa2d9b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.121.0 +1.122.0