From 36e0cd3088863e4db68151eea38a72d5b71cb95d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 18 Aug 2023 15:44:43 +0200 Subject: [PATCH] chore(main): release 1.151.2 (#2122) * chore(main): release 1.151.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 8 ++++ backend/Cargo.lock | 64 +++++++++++++-------------- 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, 56 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5826f508b3..d83f54976a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [1.151.2](https://github.com/windmill-labs/windmill/compare/v1.151.1...v1.151.2) (2023-08-18) + + +### Bug Fixes + +* **frontend:** Fix app multiselect dark mode ([#2121](https://github.com/windmill-labs/windmill/issues/2121)) ([be577e5](https://github.com/windmill-labs/windmill/commit/be577e561dff33a404bb6f29f178b01f20aa0121)) +* **frontend:** Fix JSON pane scroll issues ([#2123](https://github.com/windmill-labs/windmill/issues/2123)) ([d367716](https://github.com/windmill-labs/windmill/commit/d367716b0a8198573b26a3c82ac7e4fd9cefe753)) + ## [1.151.1](https://github.com/windmill-labs/windmill/compare/v1.151.0...v1.151.1) (2023-08-18) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 328c01fba4..8261695d2b 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -7089,7 +7089,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "axum", @@ -7124,7 +7124,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "argon2", @@ -7183,7 +7183,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.151.1" +version = "1.151.2" dependencies = [ "base64 0.21.2", "chrono", @@ -7200,7 +7200,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.151.1" +version = "1.151.2" dependencies = [ "chrono", "serde", @@ -7213,7 +7213,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "axum", @@ -7238,7 +7238,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.151.1" +version = "1.151.2" dependencies = [ "serde", "serde_json", @@ -7246,7 +7246,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "lazy_static", @@ -7257,7 +7257,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "gosyn", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "lazy_static", @@ -7278,7 +7278,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7289,7 +7289,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "async-recursion", @@ -7306,7 +7306,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "lazy_static", @@ -7317,7 +7317,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7333,7 +7333,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7351,7 +7351,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "async-recursion", @@ -7380,7 +7380,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.151.1" +version = "1.151.2" dependencies = [ "anyhow", "async-recursion", @@ -7454,9 +7454,9 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27f51fb4c64f8b770a823c043c7fad036323e1c48f55287b7bbb7987b2fcdf3b" +checksum = "d92ecb8ae0317859f509f17b19adc74b0763b0fa3b085dea8ed01085c8dac222" dependencies = [ "windows_aarch64_gnullvm", "windows_aarch64_msvc", @@ -7469,45 +7469,45 @@ dependencies = [ [[package]] name = "windows_aarch64_gnullvm" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fde1bb55ae4ce76a597a8566d82c57432bc69c039449d61572a7a353da28f68c" +checksum = "d14b0ee96970be7108701212f097ce67ca772fd84cb0ffbc86d26a94e77ba929" [[package]] name = "windows_aarch64_msvc" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1513e8d48365a78adad7322fd6b5e4c4e99d92a69db8df2d435b25b1f1f286d4" +checksum = "1332277d49f440c8fc6014941e320ee47ededfcce10cb272728470f56cc092c9" [[package]] name = "windows_i686_gnu" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60587c0265d2b842298f5858e1a5d79d146f9ee0c37be5782e92a6eb5e1d7a83" +checksum = "d992130ac399d56f02c20564e9975ac5ba08cb25cb832849bbc0d736a101abe5" [[package]] name = "windows_i686_msvc" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224fe0e0ffff5d2ea6a29f82026c8f43870038a0ffc247aa95a52b47df381ac4" +checksum = "962e96d0fa4b4773c63977977ea6564f463fb10e34a6e07360428b53ae7a3f71" [[package]] name = "windows_x86_64_gnu" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62fc52a0f50a088de499712cbc012df7ebd94e2d6eb948435449d76a6287e7ad" +checksum = "30652a53018a48a9735fbc2986ff0446c37bc8bed0d3f98a0ed4d04cdb80027e" [[package]] name = "windows_x86_64_gnullvm" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2093925509d91ea3d69bcd20238f4c2ecdb1a29d3c281d026a09705d0dd35f3d" +checksum = "b5bb3f0331abfe1a95af56067f1e64b3791b55b5373b03869560b6025de809bf" [[package]] name = "windows_x86_64_msvc" -version = "0.48.3" +version = "0.48.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ade45bc8bf02ae2aa34a9d54ba660a1a58204da34ba793c00d83ca3730b5f1" +checksum = "bd1df36d9fd0bbe4849461de9b969f765170f4e0f90497d580a235d515722b10" [[package]] name = "winnow" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e9bebe1e0d..abc7f36d73 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.151.1" +version = "1.151.2" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.151.1" +version = "1.151.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c527bb19eb..8e5a6c9dfc 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.151.1 + version: 1.151.2 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 424c01b038..62644ffe85 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.151.1"; +export const VERSION = "v1.151.2"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index d87f9d5162..2c410e3937 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.151.1"; +export const VERSION = "v1.151.2"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b9c43d18bc..fef810d82f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.151.1", + "version": "1.151.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.151.1", + "version": "1.151.2", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 12cbabded4..6c498c5883 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.151.1", + "version": "1.151.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 5bf4aca3a9..7e35255071 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.151.1" -wmill_pg = ">=1.151.1" +wmill = ">=1.151.2" +wmill_pg = ">=1.151.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index fc31a91060..a4abaabc39 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.151.1 + version: 1.151.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 6efc08e78f..03a7734133 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.151.1" +version = "1.151.2" 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.151.1" +windmill-api = "^1.151.2" [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 c8627bc2c6..dfd210522d 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.151.1" +version = "1.151.2" 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 825b046b44..0340ad0608 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.151.1", + "version": "1.151.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index fb8835cdb5..3b6d3ceebf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.151.1 +1.151.2