From 359276537b886aa8eca3aaa946b18b1399c7afbf Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 17 Sep 2024 10:41:26 +0200 Subject: [PATCH] chore(main): release 1.395.0 (#4394) * chore(main): release 1.395.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 18 +++++ backend/Cargo.lock | 66 +++++++++---------- 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 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 68 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf3f25ae1..5076824088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.395.0](https://github.com/windmill-labs/windmill/compare/v1.394.6...v1.395.0) (2024-09-17) + + +### Features + +* failed key renewal alert + renew on start if no recent renewal ([#4387](https://github.com/windmill-labs/windmill/issues/4387)) ([de78f6c](https://github.com/windmill-labs/windmill/commit/de78f6c19266c67d43c7f80016a94b7988347e01)) + + +### Bug Fixes + +* cannot create duplicate apps and raw_apps ([d57b139](https://github.com/windmill-labs/windmill/commit/d57b139df2267d1650749b31a3cce5742a3654d9)) +* **cli:** update CLI schema parsers to latest ([6ba77d5](https://github.com/windmill-labs/windmill/commit/6ba77d533fc1c50cf4153730adaf1b14a466f10a)) +* **deno:** replace lock-write with frozen=false ([277d085](https://github.com/windmill-labs/windmill/commit/277d085dbed0b9b1424348cc580ba601d935759b)) +* **frontend:** add support for step id change for forloops and branch… ([#4395](https://github.com/windmill-labs/windmill/issues/4395)) ([97839a3](https://github.com/windmill-labs/windmill/commit/97839a3583ef398c11e2f51058aaceed8e7382fb)) +* **frontend:** new resource type name must be snake case ([#4396](https://github.com/windmill-labs/windmill/issues/4396)) ([9297ffc](https://github.com/windmill-labs/windmill/commit/9297ffcac4d2092022463cd68b4e8ce8f02dcb3c)) +* improve vscode extension handling of relative paths ([8ae6c32](https://github.com/windmill-labs/windmill/commit/8ae6c3262a75af378a261b49f0e3a08d668c74b3)) +* update bun to 1.1.27 ([39374d7](https://github.com/windmill-labs/windmill/commit/39374d7ee13ffa0fe1e4ded146c91869acad144c)) + ## [1.394.6](https://github.com/windmill-labs/windmill/compare/v1.394.5...v1.394.6) (2024-09-15) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 57c82ebadc..4a462e6a68 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4313,9 +4313,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -5457,9 +5457,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oneshot" @@ -6049,9 +6049,9 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9" +checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f" dependencies = [ "array-init", "bit-vec", @@ -6120,7 +6120,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit 0.22.20", + "toml_edit 0.22.21", ] [[package]] @@ -9315,9 +9315,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03adcf0147e203b6032c0b2d30be1415ba03bc348901f3ff1cc0df6a733e60c3" +checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" dependencies = [ "async-trait", "byteorder", @@ -9433,7 +9433,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.20", + "toml_edit 0.22.21", ] [[package]] @@ -9460,9 +9460,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.20" +version = "0.22.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" +checksum = "3b072cee73c449a636ffd6f32bd8de3a9f7119139aff882f44943ce2986dc5cf" dependencies = [ "indexmap 2.5.0", "serde", @@ -10421,7 +10421,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "axum", @@ -10463,7 +10463,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "argon2", @@ -10547,7 +10547,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.394.6" +version = "1.395.0" dependencies = [ "base64 0.21.7", "chrono", @@ -10565,7 +10565,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.394.6" +version = "1.395.0" dependencies = [ "chrono", "serde", @@ -10578,7 +10578,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "async-stream", @@ -10622,7 +10622,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.394.6" +version = "1.395.0" dependencies = [ "regex", "rsmq_async", @@ -10637,7 +10637,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "bytes", @@ -10658,7 +10658,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.394.6" +version = "1.395.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10667,7 +10667,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "lazy_static", @@ -10679,7 +10679,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "gosyn", @@ -10691,7 +10691,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "lazy_static", @@ -10703,7 +10703,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10714,7 +10714,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10725,7 +10725,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "async-recursion", @@ -10743,7 +10743,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10760,7 +10760,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "lazy_static", @@ -10772,7 +10772,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "lazy_static", @@ -10790,7 +10790,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10810,7 +10810,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "async-recursion", @@ -10843,7 +10843,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.394.6" +version = "1.395.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10853,7 +10853,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.394.6" +version = "1.395.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d7aaf4fd51..318d0d88f5 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.394.6" +version = "1.395.0" authors.workspace = true edition.workspace = true @@ -26,7 +26,7 @@ members = [ ] [workspace.package] -version = "1.394.6" +version = "1.395.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 730baf753c..c655192051 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.394.6 + version: 1.395.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 1a1544fb8d..8c5cf04995 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.394.6"; +export const VERSION = "v1.395.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 3385e4df39..9ca89cf648 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -56,7 +56,7 @@ export { // } // }); -export const VERSION = "1.394.6"; +export const VERSION = "1.395.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e91846f5b0..322704ed78 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.394.6", + "version": "1.395.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.394.6", + "version": "1.395.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 21c475e7ca..08e70ad318 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.394.6", + "version": "1.395.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 20cf2a9e74..b5afa15fd2 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.394.6" -wmill_pg = ">=1.394.6" +wmill = ">=1.395.0" +wmill_pg = ">=1.395.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 5deedf2f98..deaaa150c3 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.394.6 + version: 1.395.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 62e3fd50e5..907e26a072 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. -ModuleVersion = '1.394.6' +ModuleVersion = '1.395.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 4240b62030..a7909f2aa1 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.394.6" +version = "1.395.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 a3b375f532..73faddff8a 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.394.6" +version = "1.395.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/jsr.json b/typescript-client/jsr.json index 7f3580c572..c8d453ebdb 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.394.6", + "version": "1.395.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 3125c7100c..08de0a7deb 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.394.6", + "version": "1.395.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 5a38932ab4..fc9451717c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.394.6 +1.395.0