From 8adedc4964bf8567dd28bfe7b6d76ce6587a89f5 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 21 Feb 2025 21:29:50 +0100 Subject: [PATCH] chore(main): release 1.467.0 (#5344) * chore(main): release 1.467.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 23 +++ backend/Cargo.lock | 164 +++++++++--------- 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, 122 insertions(+), 99 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855adf9f6a..796dec3044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.467.0](https://github.com/windmill-labs/windmill/compare/v1.466.3...v1.467.0) (2025-02-21) + + +### Features + +* enable rust AI gen/fix/edit ([#5349](https://github.com/windmill-labs/windmill/issues/5349)) ([d9844fd](https://github.com/windmill-labs/windmill/commit/d9844fd7f7cf89a0914176944d4af0b485ed3f3c)) +* provision from SSO preferred_username ([#5347](https://github.com/windmill-labs/windmill/issues/5347)) ([19d33bd](https://github.com/windmill-labs/windmill/commit/19d33bdc7c4633f0c338c77de1d316f733e4304a)) + + +### Bug Fixes + +* disable toggle is more consistently applied on arg inputs ([3188bee](https://github.com/windmill-labs/windmill/commit/3188bee46e3dc46a699096bd3c2668df0cbdb9a1)) +* do not pin python patch version in docker preinstalled python ([f058782](https://github.com/windmill-labs/windmill/commit/f05878271becb28f83678c5b0ae498d0192b2458)) +* fix app component header buttons ([ab1c15d](https://github.com/windmill-labs/windmill/commit/ab1c15d92f3f86f4bd8d782fa6a806a59f30fdf1)) +* fix schedule run now args ([3430f9c](https://github.com/windmill-labs/windmill/commit/3430f9c4390b6c630086394ddfaf1a1b2030c78f)) +* **frontend:** improve rename workspace id UX ([#5353](https://github.com/windmill-labs/windmill/issues/5353)) ([521b6ba](https://github.com/windmill-labs/windmill/commit/521b6ba92c86a55b9977463ae05ecd4fca400ce4)) +* **frontend:** invalid username for superadmin in some workspaces ([#5350](https://github.com/windmill-labs/windmill/issues/5350)) ([7d73dec](https://github.com/windmill-labs/windmill/commit/7d73decd8dc7039ef84915994074c07dc51280c9)) +* **frontend:** missing config for Custom AI ([#5351](https://github.com/windmill-labs/windmill/issues/5351)) ([8a7730e](https://github.com/windmill-labs/windmill/commit/8a7730efa06283e72292d894584b279c908a7604)) +* handle better forced value propagation in apps ([3ac912f](https://github.com/windmill-labs/windmill/commit/3ac912fa308fbbf6cf41562cfdbe8eea7c1cc372)) +* **image:** use debian image instead of python image as base ([676b78b](https://github.com/windmill-labs/windmill/commit/676b78b15db8e1c749107fa41c4c98ab3a37154e)) +* initialize s3 file input if value already present ([c6601da](https://github.com/windmill-labs/windmill/commit/c6601da3d8557af9d32b0202bf50c40b89d481a9)) +* schedules do not accept 5 units cron syntax on update/create anymore ([c90fe38](https://github.com/windmill-labs/windmill/commit/c90fe387e882f7767c3b3621e5e230fc8acd80b0)) + ## [1.466.3](https://github.com/windmill-labs/windmill/compare/v1.466.2...v1.466.3) (2025-02-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 85c588e0d8..bc48682de4 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -492,7 +492,7 @@ dependencies = [ "portable-atomic", "rand 0.8.5", "regex", - "ring 0.17.9", + "ring 0.17.10", "rustls-native-certs 0.7.3", "rustls-pemfile 2.2.0", "rustls-webpki 0.102.8", @@ -671,7 +671,7 @@ dependencies = [ "fastrand 2.3.0", "hex", "http 0.2.12", - "ring 0.17.9", + "ring 0.17.10", "time", "tokio", "tracing", @@ -713,7 +713,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -1575,9 +1575,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.14" +version = "1.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9" +checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" dependencies = [ "jobserver", "libc", @@ -2286,7 +2286,7 @@ dependencies = [ "tokio", "tokio-util", "url", - "uuid 1.13.2", + "uuid 1.14.0", "xz2", "zstd", ] @@ -2386,7 +2386,7 @@ dependencies = [ "regex", "sha2 0.10.8", "unicode-segmentation", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -2553,7 +2553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ "serde", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -2848,7 +2848,7 @@ dependencies = [ "serde", "thiserror 1.0.69", "tokio", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -4920,7 +4920,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.8.0", "libc", - "redox_syscall 0.5.8", + "redox_syscall 0.5.9", ] [[package]] @@ -4986,9 +4986,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "loki-api" @@ -5384,7 +5384,7 @@ dependencies = [ "lru", "mysql_common", "native-tls", - "pem 3.0.4", + "pem 3.0.5", "percent-encoding", "pin-project", "rand 0.8.5", @@ -5428,7 +5428,7 @@ dependencies = [ "sha2 0.10.8", "subprocess", "thiserror 1.0.69", - "uuid 1.13.2", + "uuid 1.14.0", "zstd", ] @@ -5696,7 +5696,7 @@ dependencies = [ "quick-xml 0.36.2", "rand 0.8.5", "reqwest 0.12.9", - "ring 0.17.9", + "ring 0.17.10", "serde", "serde_json", "snafu", @@ -6052,7 +6052,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.8", + "redox_syscall 0.5.9", "smallvec", "windows-targets 0.52.6", ] @@ -6136,9 +6136,9 @@ dependencies = [ [[package]] name = "pem" -version = "3.0.4" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" dependencies = [ "base64 0.22.1", "serde", @@ -6389,7 +6389,7 @@ dependencies = [ "postgres-protocol 0.6.8", "serde", "serde_json", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -6747,7 +6747,7 @@ dependencies = [ "bytes", "getrandom 0.2.15", "rand 0.8.5", - "ring 0.17.9", + "ring 0.17.10", "rustc-hash 2.1.1", "rustls 0.23.23", "rustls-pki-types", @@ -6988,9 +6988,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" +checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f" dependencies = [ "bitflags 2.8.0", ] @@ -7218,9 +7218,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.9" +version = "0.17.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24" +checksum = "d34b5020fcdea098ef7d95e9f89ec15952123a4a039badd09fabebe9e963e839" dependencies = [ "cc", "cfg-if", @@ -7245,7 +7245,7 @@ dependencies = [ "rkyv_derive", "seahash", "tinyvec", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -7410,7 +7410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", - "ring 0.17.9", + "ring 0.17.10", "rustls-webpki 0.101.7", "sct", ] @@ -7423,7 +7423,7 @@ checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" dependencies = [ "log", "once_cell", - "ring 0.17.9", + "ring 0.17.10", "rustls-pki-types", "rustls-webpki 0.102.8", "subtle", @@ -7512,7 +7512,7 @@ version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.9", + "ring 0.17.10", "untrusted 0.9.0", ] @@ -7522,7 +7522,7 @@ version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "ring 0.17.9", + "ring 0.17.10", "rustls-pki-types", "untrusted 0.9.0", ] @@ -7636,7 +7636,7 @@ dependencies = [ "serde", "thiserror 1.0.69", "url", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -7674,7 +7674,7 @@ dependencies = [ "schemars_derive", "serde", "serde_json", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -7707,7 +7707,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.9", + "ring 0.17.10", "untrusted 0.9.0", ] @@ -8409,7 +8409,7 @@ dependencies = [ "tokio-stream", "tracing", "url", - "uuid 1.13.2", + "uuid 1.14.0", "webpki-roots", ] @@ -8493,7 +8493,7 @@ dependencies = [ "stringprep", "thiserror 2.0.11", "tracing", - "uuid 1.13.2", + "uuid 1.14.0", "whoami", ] @@ -8534,7 +8534,7 @@ dependencies = [ "stringprep", "thiserror 2.0.11", "tracing", - "uuid 1.13.2", + "uuid 1.14.0", "whoami", ] @@ -8560,7 +8560,7 @@ dependencies = [ "sqlx-core", "tracing", "url", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -8571,9 +8571,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stacker" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d08feb8f695b465baed819b03c128dc23f57a694510ab1f06c77f763975685e" +checksum = "d9156ebd5870ef293bfb43f91c7a74528d363ec0d424afe24160ed5a4343d08a" dependencies = [ "cc", "cfg-if", @@ -9207,7 +9207,7 @@ dependencies = [ "tempfile", "thiserror 1.0.69", "time", - "uuid 1.13.2", + "uuid 1.14.0", "winapi", ] @@ -9437,7 +9437,7 @@ dependencies = [ "tokio-rustls 0.24.1", "tokio-util", "tracing", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] @@ -9785,7 +9785,7 @@ dependencies = [ "http 1.2.0", "httparse", "rand 0.8.5", - "ring 0.17.9", + "ring 0.17.10", "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", @@ -10273,7 +10273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3" dependencies = [ "rand 0.9.0", - "uuid 1.13.2", + "uuid 1.14.0", "web-time", ] @@ -10555,9 +10555,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" +checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" dependencies = [ "getrandom 0.3.1", "serde", @@ -10837,7 +10837,7 @@ version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" dependencies = [ - "redox_syscall 0.5.8", + "redox_syscall 0.5.9", "wasite", "web-sys", ] @@ -10881,7 +10881,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "axum", @@ -10910,7 +10910,7 @@ dependencies = [ "tokio", "tracing", "url", - "uuid 1.13.2", + "uuid 1.14.0", "v8", "windmill-api", "windmill-api-client", @@ -10924,7 +10924,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "argon2", @@ -11007,7 +11007,7 @@ dependencies = [ "ulid", "url", "urlencoding", - "uuid 1.13.2", + "uuid 1.14.0", "windmill-audit", "windmill-common", "windmill-git-sync", @@ -11020,7 +11020,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.466.3" +version = "1.467.0" dependencies = [ "base64 0.22.1", "chrono", @@ -11033,12 +11033,12 @@ dependencies = [ "serde", "serde_json", "syn 1.0.109", - "uuid 1.13.2", + "uuid 1.14.0", ] [[package]] name = "windmill-audit" -version = "1.466.3" +version = "1.467.0" dependencies = [ "chrono", "serde", @@ -11051,21 +11051,21 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "serde", "serde_json", "sqlx", "tracing", - "uuid 1.13.2", + "uuid 1.14.0", "windmill-common", "windmill-queue", ] [[package]] name = "windmill-common" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "async-stream", @@ -11118,27 +11118,27 @@ dependencies = [ "tracing-loki", "tracing-opentelemetry", "tracing-subscriber", - "uuid 1.13.2", + "uuid 1.14.0", "windmill-macros", ] [[package]] name = "windmill-git-sync" -version = "1.466.3" +version = "1.467.0" dependencies = [ "regex", "serde", "serde_json", "sqlx", "tracing", - "uuid 1.13.2", + "uuid 1.14.0", "windmill-common", "windmill-queue", ] [[package]] name = "windmill-indexer" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "bytes", @@ -11155,13 +11155,13 @@ dependencies = [ "tokio", "tokio-tar", "tracing", - "uuid 1.13.2", + "uuid 1.14.0", "windmill-common", ] [[package]] name = "windmill-macros" -version = "1.466.3" +version = "1.467.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -11173,7 +11173,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.466.3" +version = "1.467.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -11182,7 +11182,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "lazy_static", @@ -11194,7 +11194,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "serde_json", @@ -11206,7 +11206,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "gosyn", @@ -11218,7 +11218,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "lazy_static", @@ -11230,7 +11230,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -11241,7 +11241,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -11252,7 +11252,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "async-recursion", @@ -11272,7 +11272,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -11289,7 +11289,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "lazy_static", @@ -11301,7 +11301,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "lazy_static", @@ -11319,7 +11319,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -11341,7 +11341,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "serde_json", @@ -11351,7 +11351,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "async-recursion", @@ -11377,14 +11377,14 @@ dependencies = [ "tokio", "tracing", "ulid", - "uuid 1.13.2", + "uuid 1.14.0", "windmill-audit", "windmill-common", ] [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.466.3" +version = "1.467.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -11394,7 +11394,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.466.3" +version = "1.467.0" dependencies = [ "anyhow", "async-recursion", @@ -11433,7 +11433,7 @@ dependencies = [ "once_cell", "opentelemetry", "oracle", - "pem 3.0.4", + "pem 3.0.5", "postgres-native-tls 0.5.1", "prometheus", "rand 0.9.0", @@ -11451,7 +11451,7 @@ dependencies = [ "tokio-util", "tracing", "urlencoding", - "uuid 1.13.2", + "uuid 1.14.0", "windmill-audit", "windmill-common", "windmill-git-sync", @@ -11899,9 +11899,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" dependencies = [ "zstd-safe", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4a2c5a54ab..5b74b48b80 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.466.3" +version = "1.467.0" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.466.3" +version = "1.467.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index b29b0becb3..bc4ab0e544 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.466.3 + version: 1.467.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 5ad5e5409a..620d205aa7 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.466.3"; +export const VERSION = "v1.467.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 ce18ecb71a..ac889c8119 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -62,7 +62,7 @@ export { // } // }); -export const VERSION = "1.466.3"; +export const VERSION = "1.467.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5a35915436..6d32957e02 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.466.3", + "version": "1.467.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.466.3", + "version": "1.467.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index 31d890f5fd..426570bd08 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.466.3", + "version": "1.467.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index a73ca504c6..43dcdf2f60 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.466.3" -wmill_pg = ">=1.466.3" +wmill = ">=1.467.0" +wmill_pg = ">=1.467.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 026c49eeae..0f6bd1ad01 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.466.3 + version: 1.467.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index aa7a638e18..4080700491 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.466.3' + ModuleVersion = '1.467.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index c3b8b9ee89..4a8493ade4 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.466.3" +version = "1.467.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 50df562b2a..0e9244dde1 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.466.3" +version = "1.467.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 ef34b2170d..c2660722b6 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.466.3", + "version": "1.467.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 b59f005490..7a30af8908 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.466.3", + "version": "1.467.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index c9071e15c0..b6954d4e62 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.466.3 +1.467.0