From d2af36c01a0d4daa02d3592c249e17d267816531 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 26 Mar 2024 10:42:48 +0100 Subject: [PATCH] chore(main): release 1.295.4 (#3467) * chore(main): release 1.295.4 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 +++++ backend/Cargo.lock | 42 +++++++++++++-------------- 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, 43 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f27b2c049..366c74cefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.295.4](https://github.com/windmill-labs/windmill/compare/v1.295.3...v1.295.4) (2024-03-26) + + +### Bug Fixes + +* use webhook id as username ([d0edc75](https://github.com/windmill-labs/windmill/commit/d0edc75da9e159da6d4cf672ba0a32b141142761)) + ## [1.295.3](https://github.com/windmill-labs/windmill/compare/v1.295.2...v1.295.3) (2024-03-25) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 05c2e37b38..fbca1aef59 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3850,9 +3850,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "itoap" @@ -7025,9 +7025,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ "indexmap 2.2.6", "itoa", @@ -9628,7 +9628,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "axum", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "argon2", @@ -9743,7 +9743,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.295.3" +version = "1.295.4" dependencies = [ "base64 0.21.7", "chrono", @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.295.3" +version = "1.295.4" dependencies = [ "chrono", "serde", @@ -9774,7 +9774,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "aws-config", @@ -9810,7 +9810,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.295.3" +version = "1.295.4" dependencies = [ "regex", "rsmq_async", @@ -9825,7 +9825,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.295.3" +version = "1.295.4" dependencies = [ "serde", "serde_json", @@ -9833,7 +9833,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "lazy_static", @@ -9844,7 +9844,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "gosyn", @@ -9856,7 +9856,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "lazy_static", @@ -9867,7 +9867,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "async-recursion", @@ -9895,7 +9895,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "lazy_static", @@ -9906,7 +9906,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9924,7 +9924,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9942,7 +9942,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "async-recursion", @@ -9975,7 +9975,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.295.3" +version = "1.295.4" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5a09e1d286..b14bf95f94 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.295.3" +version = "1.295.4" authors.workspace = true edition.workspace = true @@ -23,7 +23,7 @@ members = [ ] [workspace.package] -version = "1.295.3" +version = "1.295.4" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2438b72201..4507d8b89e 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.295.3 + version: 1.295.4 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 072c258d63..be2d7c3e1e 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.295.3"; +export const VERSION = "v1.295.4"; 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 c05570951b..5a90eec51d 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.295.3"; +export const VERSION = "v1.295.4"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e7b61a9ff8..05b8c465f6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.295.3", + "version": "1.295.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.295.3", + "version": "1.295.4", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 5b8b3d85f9..7edd2c1181 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.295.3", + "version": "1.295.4", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 9d51464ee0..9177977294 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.295.3" -wmill_pg = ">=1.295.3" +wmill = ">=1.295.4" +wmill_pg = ">=1.295.4" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index bd9b54b9ac..5e54de030d 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.295.3 + version: 1.295.4 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 578f6f875f..ad4b7d5c00 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.295.3" +version = "1.295.4" 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 ea9243cc00..5125ad321c 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.295.3" +version = "1.295.4" 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 f8c90054e6..0be460d1bc 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.295.3", + "version": "1.295.4", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 59a62f463d..cda6b8ebad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.295.3 +1.295.4