From b988f9b0aceeb87c79031aaa00a1633c1364abbc Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 22 Mar 2024 19:02:10 +0100 Subject: [PATCH] chore(main): release 1.294.0 (#3453) * chore(main): release 1.294.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 13 ++++++ backend/Cargo.lock | 60 +++++++++++++-------------- 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, 58 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fde6da431..7312795271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.294.0](https://github.com/windmill-labs/windmill/compare/v1.293.1...v1.294.0) (2024-03-22) + + +### Features + +* workspace renaming ([#3452](https://github.com/windmill-labs/windmill/issues/3452)) ([fdc98b7](https://github.com/windmill-labs/windmill/commit/fdc98b73ae06fb65c86bd542991d84219cb3eaea)) + + +### Bug Fixes + +* small table fixes ([089aab8](https://github.com/windmill-labs/windmill/commit/089aab880d83bf24e079f501f9415bc321836a23)) +* update git sync cli ([868020f](https://github.com/windmill-labs/windmill/commit/868020fbf74fbfb5410c41e2250401e5ec9d0f2b)) + ## [1.293.1](https://github.com/windmill-labs/windmill/compare/v1.293.0...v1.293.1) (2024-03-21) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0158497137..d38b462f99 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -906,9 +906,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" +checksum = "95d8e92cac0961e91dbd517496b00f7e9b92363dbe6d42c3198268323798860c" dependencies = [ "addr2line", "cc", @@ -4015,9 +4015,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.15" +version = "1.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" +checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" dependencies = [ "cc", "libc", @@ -6314,9 +6314,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b48d98d932f4ee75e541614d32a7f44c889b72bd9c2e04d95edd135989df88" +checksum = "e333b1eb9fe677f6893a9efcb0d277a2d3edd83f358a236b657c32301dc6e5f6" dependencies = [ "base64 0.21.7", "bytes", @@ -6669,9 +6669,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" +checksum = "868e20fada228fefaf6b652e00cc73623d54f8171e7352c18bb281571f2d92da" [[package]] name = "rustls-tokio-stream" @@ -9621,7 +9621,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "axum", @@ -9637,7 +9637,7 @@ dependencies = [ "pg-embed", "prometheus", "rand 0.8.5", - "reqwest 0.12.0", + "reqwest 0.12.1", "rsmq_async", "serde", "serde_json", @@ -9658,7 +9658,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "argon2", @@ -9699,7 +9699,7 @@ dependencies = [ "rand 0.8.5", "regex", "reqwest 0.11.20", - "reqwest 0.12.0", + "reqwest 0.12.1", "rsa 0.7.2", "rsmq_async", "rust-embed", @@ -9735,7 +9735,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.293.1" +version = "1.294.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9753,7 +9753,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.293.1" +version = "1.294.0" dependencies = [ "chrono", "serde", @@ -9766,7 +9766,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "aws-config", @@ -9786,7 +9786,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.0", + "reqwest 0.12.1", "serde", "serde_json", "sha2 0.10.8", @@ -9802,7 +9802,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.293.1" +version = "1.294.0" dependencies = [ "regex", "rsmq_async", @@ -9817,7 +9817,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.293.1" +version = "1.294.0" dependencies = [ "serde", "serde_json", @@ -9825,7 +9825,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "lazy_static", @@ -9836,7 +9836,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "gosyn", @@ -9848,7 +9848,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "lazy_static", @@ -9859,7 +9859,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9870,7 +9870,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "async-recursion", @@ -9887,7 +9887,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "lazy_static", @@ -9898,7 +9898,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9934,7 +9934,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "async-recursion", @@ -9950,7 +9950,7 @@ dependencies = [ "lazy_static", "prometheus", "regex", - "reqwest 0.12.0", + "reqwest 0.12.1", "rsmq_async", "serde", "serde_json", @@ -9967,7 +9967,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.293.1" +version = "1.294.0" dependencies = [ "anyhow", "async-recursion", @@ -10004,7 +10004,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.0", + "reqwest 0.12.1", "rsmq_async", "rust_decimal", "serde", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 49998e8463..10405dfd2a 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.293.1" +version = "1.294.0" authors.workspace = true edition.workspace = true @@ -23,7 +23,7 @@ members = [ ] [workspace.package] -version = "1.293.1" +version = "1.294.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index b31f893393..768cb0fba6 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.293.1 + version: 1.294.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 316610d526..10c11cb61a 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.293.1"; +export const VERSION = "v1.294.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 b5938c0248..04666be870 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.293.1"; +export const VERSION = "v1.294.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a07a525976..ee4831d93a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.293.1", + "version": "1.294.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.293.1", + "version": "1.294.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 9844fac5eb..ce6a35e505 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.293.1", + "version": "1.294.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 0e3c65815d..04640efc97 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.293.1" -wmill_pg = ">=1.293.1" +wmill = ">=1.294.0" +wmill_pg = ">=1.294.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 96164de269..9233186eb1 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.293.1 + version: 1.294.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 795273bf92..38ec7e4d18 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.293.1" +version = "1.294.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 72b179f789..88b8284f57 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.293.1" +version = "1.294.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 891b95b82b..9adc600634 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.293.1", + "version": "1.294.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index e992d5d5ad..d502b86d60 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.293.1 +1.294.0