From 9df33ff660c8d1b48efc4183aa9b49c82a499eff Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 21 Oct 2023 02:34:57 +0200 Subject: [PATCH] chore(main): release 1.187.0 (#2472) * chore(main): release 1.187.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 16 ++++++++ backend/Cargo.lock | 56 +++++++++++++-------------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.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, 60 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a96661092..cbd36bc889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## [1.187.0](https://github.com/windmill-labs/windmill/compare/v1.186.0...v1.187.0) (2023-10-21) + + +### Features + +* timelines for apps ([d0161d2](https://github.com/windmill-labs/windmill/commit/d0161d2772e6bead7917bcfc12e721d0c79bca69)) +* timelines for apps ([2385e18](https://github.com/windmill-labs/windmill/commit/2385e182867a4cc51a268545a9c62e7c9a90aa20)) + + +### Bug Fixes + +* cache embedding model in docker img ([#2474](https://github.com/windmill-labs/windmill/issues/2474)) ([8fe30ca](https://github.com/windmill-labs/windmill/commit/8fe30ca4caae488c8586d35ec2979ac045f86eb3)) +* **frontend:** Remove monaco as a dependency of AppPreview ([#2475](https://github.com/windmill-labs/windmill/issues/2475)) ([dd1e03d](https://github.com/windmill-labs/windmill/commit/dd1e03de4a965f75a66fda027e993435684d0790)) +* hub scripts search types ([#2471](https://github.com/windmill-labs/windmill/issues/2471)) ([e0edd37](https://github.com/windmill-labs/windmill/commit/e0edd3763704e0e52956043fb20e73fb8380cad1)) +* windmill_status_code script now properly return + script bash default arg ([255dd53](https://github.com/windmill-labs/windmill/commit/255dd53ed38deb116eb09d202f2c615e63239c6c)) + ## [1.186.0](https://github.com/windmill-labs/windmill/compare/v1.185.0...v1.186.0) (2023-10-19) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 69e8adf2ae..ba2aa90b12 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -294,7 +294,7 @@ dependencies = [ "polling", "rustix 0.37.26", "slab", - "socket2 0.4.9", + "socket2 0.4.10", "waker-fn", ] @@ -1336,9 +1336,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "cpufeatures" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" +checksum = "3fbc60abd742b35f2492f808e1abbb83d45f72db402e14c55057edc9c7b1e9e4" dependencies = [ "libc", ] @@ -2743,7 +2743,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.9", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -3504,7 +3504,7 @@ dependencies = [ "priority-queue", "serde", "serde_json", - "socket2 0.5.4", + "socket2 0.5.5", "thiserror", "tokio", "tokio-native-tls", @@ -4655,7 +4655,7 @@ dependencies = [ "pin-project-lite", "ryu", "sha1_smol", - "socket2 0.4.9", + "socket2 0.4.10", "tokio", "tokio-util", "url", @@ -5694,9 +5694,9 @@ checksum = "d4b756ac662e92a0e5b360349bea5f0b0784d4be4541eff2972049dfdfd7f862" [[package]] name = "socket2" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ "libc", "winapi", @@ -5704,9 +5704,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" +checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" dependencies = [ "libc", "windows-sys 0.48.0", @@ -6728,7 +6728,7 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.4", + "socket2 0.5.5", "tokio-macros", "tracing", "windows-sys 0.48.0", @@ -6786,7 +6786,7 @@ dependencies = [ "postgres-protocol", "postgres-types", "rand 0.8.5", - "socket2 0.5.4", + "socket2 0.5.5", "tokio", "tokio-util", "whoami", @@ -7691,7 +7691,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "axum", @@ -7725,7 +7725,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "argon2", @@ -7792,7 +7792,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.186.0" +version = "1.187.0" dependencies = [ "base64 0.21.4", "chrono", @@ -7810,7 +7810,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.186.0" +version = "1.187.0" dependencies = [ "chrono", "serde", @@ -7823,7 +7823,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "axum", @@ -7851,7 +7851,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.186.0" +version = "1.187.0" dependencies = [ "serde", "serde_json", @@ -7859,7 +7859,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "lazy_static", @@ -7870,7 +7870,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "gosyn", @@ -7882,7 +7882,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "lazy_static", @@ -7893,7 +7893,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7904,7 +7904,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "async-recursion", @@ -7921,7 +7921,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "lazy_static", @@ -7932,7 +7932,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7949,7 +7949,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7967,7 +7967,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "async-recursion", @@ -7998,7 +7998,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.186.0" +version = "1.187.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e4f28e8186..06bf097a06 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.186.0" +version = "1.187.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.186.0" +version = "1.187.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3b828b3e00..a2b00175e3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.186.0 + version: 1.187.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f678d00be7..6dae134390 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts"; import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts"; import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts"; -export const VERSION = "v1.186.0"; +export const VERSION = "v1.187.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 5be546eb09..c81179daf3 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.186.0"; +export const VERSION = "v1.187.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c8e8329b15..a634ecdfd5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.186.0", + "version": "1.187.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.186.0", + "version": "1.187.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index e4c6ba2d0a..f2f5cb2683 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.186.0", + "version": "1.187.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index da9361ad1d..9e3876186a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.186.0" -wmill_pg = ">=1.186.0" +wmill = ">=1.187.0" +wmill_pg = ">=1.187.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a8e96cf45d..8a071a074d 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.186.0 + version: 1.187.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index b0cead3b5a..954c1763fb 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.186.0" +version = "1.187.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.186.0" +windmill-api = "^1.187.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 d13dafffc6..5ac0316213 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.186.0" +version = "1.187.0" 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 1b397d4027..e9977135e8 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.186.0", + "version": "1.187.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 6f832ece0d..4c2ac53efd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.186.0 +1.187.0