From 1c9d6c2fb7eaba6098fd0312135ff6bb313a2286 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 17 Apr 2024 14:11:13 +0200 Subject: [PATCH] chore(main): release 1.308.2 (#3569) * chore(main): release 1.308.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 ++++ backend/Cargo.lock | 48 +++++++++++++-------------- 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, 46 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeba6f9bfe..719f9fd33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.308.2](https://github.com/windmill-labs/windmill/compare/v1.308.1...v1.308.2) (2024-04-17) + + +### Bug Fixes + +* **backend:** prevent push fail of schedule error handling from reverting job completion ([#3568](https://github.com/windmill-labs/windmill/issues/3568)) ([fdaa49a](https://github.com/windmill-labs/windmill/commit/fdaa49a7e964640be2857a5b677fae7cdefdc5b1)) + ## [1.308.1](https://github.com/windmill-labs/windmill/compare/v1.308.0...v1.308.1) (2024-04-16) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 67c9d99f82..a7245fef91 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -5818,9 +5818,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e" +checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" dependencies = [ "unicode-ident", ] @@ -7011,9 +7011,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" -version = "1.0.197" +version = "1.0.198" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" +checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc" dependencies = [ "serde_derive", ] @@ -7052,9 +7052,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.197" +version = "1.0.198" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" +checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9" dependencies = [ "proc-macro2", "quote", @@ -9706,7 +9706,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "axum", @@ -9743,7 +9743,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "argon2", @@ -9820,7 +9820,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.308.1" +version = "1.308.2" dependencies = [ "base64 0.21.7", "chrono", @@ -9838,7 +9838,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.308.1" +version = "1.308.2" dependencies = [ "chrono", "serde", @@ -9851,7 +9851,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "aws-config", @@ -9887,7 +9887,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.308.1" +version = "1.308.2" dependencies = [ "regex", "rsmq_async", @@ -9902,7 +9902,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.308.1" +version = "1.308.2" dependencies = [ "serde", "serde_json", @@ -9910,7 +9910,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "lazy_static", @@ -9921,7 +9921,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "gosyn", @@ -9933,7 +9933,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "lazy_static", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9955,7 +9955,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "async-recursion", @@ -9972,7 +9972,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "lazy_static", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10001,7 +10001,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "getrandom 0.2.14", @@ -10019,7 +10019,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "async-recursion", @@ -10052,7 +10052,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.308.1" +version = "1.308.2" dependencies = [ "serde", "wasm-bindgen", @@ -10063,7 +10063,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.308.1" +version = "1.308.2" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index bc428c01cc..7d0d3f0bad 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.308.1" +version = "1.308.2" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.308.1" +version = "1.308.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 215dec831f..9d267a2955 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.308.1 + version: 1.308.2 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 2abb30e13a..89a91e97fb 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.308.1"; +export const VERSION = "v1.308.2"; 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 cafd207f7b..348eecd722 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.308.1"; +export const VERSION = "v1.308.2"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 142a62b29d..9cdab84024 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.308.1", + "version": "1.308.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.308.1", + "version": "1.308.2", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index dda8abde58..1462536aac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.308.1", + "version": "1.308.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ed3ab68796..9ce5c5d92d 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.308.1" -wmill_pg = ">=1.308.1" +wmill = ">=1.308.2" +wmill_pg = ">=1.308.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 3a5e478d3d..78f37dc050 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.308.1 + version: 1.308.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 74e03d2ae5..f37fcc803d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.308.1" +version = "1.308.2" 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 3a1bc56c8b..c1fdc68609 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.308.1" +version = "1.308.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 3bc3f9bb9f..76e2c8e282 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.308.1", + "version": "1.308.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 2dde1e645f..aa3e5a774a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.308.1 +1.308.2