From 8f0bf6a2e892c39ed5ac110acde4def47ba3fe92 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 27 Dec 2023 23:04:51 +0900 Subject: [PATCH] chore(main): release 1.232.0 (#2924) * chore(main): release 1.232.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 15 +++++++++ backend/Cargo.lock | 46 +++++++++++++-------------- 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 | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 53 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a15b8877..e83a5694ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [1.232.0](https://github.com/windmill-labs/windmill/compare/v1.231.0...v1.232.0) (2023-12-27) + + +### Features + +* add summary to schedules ([606b03d](https://github.com/windmill-labs/windmill/commit/606b03d7613cf15ab9a60ef34a82657ff49ccdbd)) +* no overlap for flows togglable on schedules ([4935528](https://github.com/windmill-labs/windmill/commit/49355280f6442c342a46f90b2fe2cb089b3f4eff)) + + +### Bug Fixes + +* fix file input ([263f41c](https://github.com/windmill-labs/windmill/commit/263f41cda3dba24bcaa2bbabfc3f5bc54c70f9cb)) +* improve ata for bun ([b66fcbf](https://github.com/windmill-labs/windmill/commit/b66fcbf6261f69a57e6711fa8b9d1d499c1b47ed)) +* use bun install in every case ([948b0da](https://github.com/windmill-labs/windmill/commit/948b0da59e6bcd3b6312373a1bbe52d541e54d56)) + ## [1.231.0](https://github.com/windmill-labs/windmill/compare/v1.230.0...v1.231.0) (2023-12-26) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5fe693360c..3220347e6f 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9" [[package]] name = "archiver-rs" @@ -6643,11 +6643,11 @@ checksum = "ece8e78b2f38ec51c51f5d475df0a7187ba5111b2a28bdc761ee05b075d40a71" [[package]] name = "schannel" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" +checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -6804,9 +6804,9 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff" +checksum = "8bb1879ea93538b78549031e2d54da3e901fd7e75f2e4dc758d760937b123d10" dependencies = [ "serde", ] @@ -9409,7 +9409,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "axum", @@ -9444,7 +9444,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "argon2", @@ -9516,7 +9516,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.231.0" +version = "1.232.0" dependencies = [ "base64 0.21.5", "chrono", @@ -9534,7 +9534,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.231.0" +version = "1.232.0" dependencies = [ "chrono", "serde", @@ -9547,7 +9547,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "axum", @@ -9578,7 +9578,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.231.0" +version = "1.232.0" dependencies = [ "serde", "serde_json", @@ -9586,7 +9586,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "lazy_static", @@ -9597,7 +9597,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "gosyn", @@ -9609,7 +9609,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "lazy_static", @@ -9620,7 +9620,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "async-recursion", @@ -9648,7 +9648,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "lazy_static", @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9676,7 +9676,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -9694,7 +9694,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "async-recursion", @@ -9726,7 +9726,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.231.0" +version = "1.232.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0f23c4d6ee..c30b7c51a3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.231.0" +version = "1.232.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.231.0" +version = "1.232.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3e05878bbb..6445a6c76a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.231.0 + version: 1.232.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 41980ff265..2f8a7394f1 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.231.0"; +export const VERSION = "v1.232.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 d47b180685..305679f718 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.231.0"; +export const VERSION = "v1.232.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 504beebda4..e9de0883d7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.231.0", + "version": "1.232.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.231.0", + "version": "1.232.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index f41ea304a3..3cd839a561 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.231.0", + "version": "1.232.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 7daf16da79..6b6ebba507 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.231.0" -wmill_pg = ">=1.231.0" +wmill = ">=1.232.0" +wmill_pg = ">=1.232.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 68bbd32239..2a8326e3c3 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.231.0 + version: 1.232.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index ac72f35118..d6a9904b92 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.231.0" +version = "1.232.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index a759ad8ae4..7eecc7cf97 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.231.0" +version = "1.232.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 176276a67a..66f35cd2ef 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.231.0", + "version": "1.232.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f5ad50e024..a50fe3a802 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.231.0 +1.232.0