From 7d5a90147f5de82c97fe45ce190c1436d33ea9fe Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 29 Jun 2023 23:10:44 +0200 Subject: [PATCH] chore(main): release 1.123.1 (#1780) * chore(main): release 1.123.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 ++++ backend/Cargo.lock | 59 ++++++++++++--------------- 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, 47 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05d19e32a..2f96ed2741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.123.1](https://github.com/windmill-labs/windmill/compare/v1.123.0...v1.123.1) (2023-06-29) + + +### Bug Fixes + +* add CREATE_WORKSPACE_REQUIRE_SUPERADMIN ([ff942f4](https://github.com/windmill-labs/windmill/commit/ff942f4d06ed06877ec2512e6940c346e3484c47)) + ## [1.123.0](https://github.com/windmill-labs/windmill/compare/v1.122.0...v1.123.0) (2023-06-29) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index cda0497383..26105b2269 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -859,9 +859,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" +checksum = "6340df57935414636969091153f35f68d9f00bbc8fb4a9c6054706c213e6c6bc" [[package]] name = "const_format" @@ -1696,15 +1696,6 @@ dependencies = [ "unicode-segmentation", ] -[[package]] -name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - [[package]] name = "hermit-abi" version = "0.3.1" @@ -1954,7 +1945,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi 0.3.1", + "hermit-abi", "libc", "windows-sys 0.48.0", ] @@ -1996,7 +1987,7 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" dependencies = [ - "hermit-abi 0.3.1", + "hermit-abi", "io-lifetimes", "rustix", "windows-sys 0.48.0", @@ -2603,11 +2594,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.2.6", + "hermit-abi", "libc", ] @@ -2923,18 +2914,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" +checksum = "6e138fdd8263907a2b0e1b4e80b7e58c721126479b6e6eedfb1b402acea7b9bd" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" +checksum = "d1fef411b303e3e12d534fb6e7852de82da56edd937d895125821fb7c09436c7" dependencies = [ "proc-macro2", "quote", @@ -5642,7 +5633,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "axum", @@ -5677,7 +5668,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "argon2", @@ -5734,7 +5725,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.123.0" +version = "1.123.1" dependencies = [ "base64 0.21.2", "chrono", @@ -5751,7 +5742,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.123.0" +version = "1.123.1" dependencies = [ "chrono", "serde", @@ -5764,7 +5755,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "axum", @@ -5789,7 +5780,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.123.0" +version = "1.123.1" dependencies = [ "serde", "serde_json", @@ -5797,7 +5788,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "lazy_static", @@ -5808,7 +5799,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "gosyn", @@ -5818,7 +5809,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "itertools 0.11.0", @@ -5829,7 +5820,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "itertools 0.11.0", @@ -5844,7 +5835,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -5859,7 +5850,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -5875,7 +5866,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "async-recursion", @@ -5904,7 +5895,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.123.0" +version = "1.123.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 050d4da055..66c02f6af6 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.123.0" +version = "1.123.1" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.123.0" +version = "1.123.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 633ae36b7a..21418b7608 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.123.0 + version: 1.123.1 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 30d6024ad2..a254ca2009 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.123.0"; +export const VERSION = "v1.123.1"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index c179e8cdc9..f566fe9f5a 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -28,7 +28,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.123.0"; +export const VERSION = "v1.123.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cad88ae9ad..d22a091444 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.123.0", + "version": "1.123.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.123.0", + "version": "1.123.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 89e8c4cdbb..6b04bbe9ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.123.0", + "version": "1.123.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 4e5094dfbc..f172da60cf 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.123.0" -wmill_pg = ">=1.123.0" +wmill = ">=1.123.1" +wmill_pg = ">=1.123.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 4f192dfaf6..9ba1d26ad5 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.123.0 + version: 1.123.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 2bf926b10f..8c6127acf3 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.123.0" +version = "1.123.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.123.0" +windmill-api = "^1.123.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 80e49947cd..3f72af17ea 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.123.0" +version = "1.123.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 ee6c5b2d9e..4ec183d4e7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.123.0 +1.123.1