chore(main): release 1.567.0 (#6953)

* chore(main): release 1.567.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2025-10-27 22:58:13 +01:00
committed by GitHub
parent 663bc3b19a
commit 24ae2cdd01
16 changed files with 88 additions and 53 deletions
+16
View File
@@ -1,5 +1,21 @@
# Changelog
## [1.567.0](https://github.com/windmill-labs/windmill/compare/v1.566.1...v1.567.0) (2025-10-27)
### Features
* is_admin non propagation + change endpoint for forks ([#6958](https://github.com/windmill-labs/windmill/issues/6958)) ([663bc3b](https://github.com/windmill-labs/windmill/commit/663bc3b19ac23938c64b71a0ac10b19d9d6e6d62))
### Bug Fixes
* **cli:** fix generate-metadata wasm parsers ([a9b99e9](https://github.com/windmill-labs/windmill/commit/a9b99e9467a17f056f3cd325dc5dfee0a5ae9caa))
* fix windows bun bundler main.ts path detection ([#6962](https://github.com/windmill-labs/windmill/issues/6962)) ([038986d](https://github.com/windmill-labs/windmill/commit/038986d0b593b5aa172f6c1d2d19337ff0239e4c))
* **frontend:** add transparency to color palette ([#6947](https://github.com/windmill-labs/windmill/issues/6947)) ([a12c278](https://github.com/windmill-labs/windmill/commit/a12c2788ecc1273bb8d98f50520cb1a28e6de280))
* **frontend:** larger object limit for pdfs and files ([#6961](https://github.com/windmill-labs/windmill/issues/6961)) ([4bf2329](https://github.com/windmill-labs/windmill/commit/4bf23294f8ff4998e75108d974447b3b3e147c45))
* improve jobs runs page performance ([#6942](https://github.com/windmill-labs/windmill/issues/6942)) ([5b315bf](https://github.com/windmill-labs/windmill/commit/5b315bf2c8e3d992ca690f994cea2205541ab5ae))
## [1.566.1](https://github.com/windmill-labs/windmill/compare/v1.566.0...v1.566.1) (2025-10-25)
+55 -36
View File
@@ -223,6 +223,15 @@ version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "ar_archive_writer"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a"
dependencies = [
"object 0.32.2",
]
[[package]]
name = "arbitrary"
version = "1.4.2"
@@ -1253,7 +1262,7 @@ dependencies = [
"cfg-if",
"libc",
"miniz_oxide 0.8.9",
"object",
"object 0.37.3",
"rustc-demangle",
"windows-link 0.2.1",
]
@@ -1702,9 +1711,9 @@ dependencies = [
[[package]]
name = "bstr"
version = "1.12.0"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
dependencies = [
"memchr",
"serde",
@@ -8898,6 +8907,15 @@ dependencies = [
"malloc_buf",
]
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
[[package]]
name = "object"
version = "0.37.3"
@@ -10112,10 +10130,11 @@ dependencies = [
[[package]]
name = "psm"
version = "0.1.27"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e66fcd288453b748497d8fb18bccc83a16b0518e3906d4b8df0a8d42d93dbb1c"
checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01"
dependencies = [
"ar_archive_writer",
"cc",
]
@@ -11192,9 +11211,9 @@ dependencies = [
[[package]]
name = "rustls-pki-types"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
dependencies = [
"web-time",
"zeroize",
@@ -15123,7 +15142,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"aws-sdk-config",
@@ -15183,7 +15202,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"argon2",
@@ -15303,7 +15322,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -15318,7 +15337,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"chrono",
"serde",
@@ -15331,7 +15350,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"axum",
@@ -15350,7 +15369,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15435,7 +15454,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"regex",
"serde",
@@ -15450,7 +15469,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"bytes",
@@ -15474,7 +15493,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"itertools 0.14.0",
"lazy_static",
@@ -15486,7 +15505,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -15495,7 +15514,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15507,7 +15526,7 @@ dependencies = [
[[package]]
name = "windmill-parser-csharp"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15519,7 +15538,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"gosyn",
@@ -15531,7 +15550,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15543,7 +15562,7 @@ dependencies = [
[[package]]
name = "windmill-parser-java"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15555,7 +15574,7 @@ dependencies = [
[[package]]
name = "windmill-parser-nu"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"nu-parser",
@@ -15566,7 +15585,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15577,7 +15596,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15589,7 +15608,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15612,7 +15631,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ruby"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15626,7 +15645,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -15643,7 +15662,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15657,7 +15676,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15675,7 +15694,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"serde",
@@ -15686,7 +15705,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15719,7 +15738,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -15729,7 +15748,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.566.1"
version = "1.567.0"
dependencies = [
"anyhow",
"async-once-cell",
@@ -16427,9 +16446,9 @@ dependencies = [
[[package]]
name = "xml-rs"
version = "0.8.27"
version = "0.8.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7"
checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
[[package]]
name = "xmlparser"
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.566.1"
version = "1.567.0"
authors.workspace = true
edition.workspace = true
@@ -33,7 +33,7 @@ members = [
exclude = ["./windmill-duckdb-ffi-internal"]
[workspace.package]
version = "1.566.1"
version = "1.567.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.566.1
version: 1.567.0
title: Windmill API
contact:
+1 -1
View File
@@ -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.566.1";
export const VERSION = "v1.567.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -68,7 +68,7 @@ export {
// }
// });
export const VERSION = "1.566.1";
export const VERSION = "1.567.0";
export const WM_FORK_PREFIX = "wm-fork";
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.566.1",
"version": "1.567.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.566.1",
"version": "1.567.0",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.566.1",
"version": "1.567.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.566.1"
wmill_pg = ">=1.566.1"
wmill = ">=1.567.0"
wmill_pg = ">=1.567.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.566.1
version: 1.567.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.566.1'
ModuleVersion = '1.567.0'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.566.1"
version = "1.567.0"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.566.1"
version = "1.567.0"
description = "An extension client for the wmill client library focused on pg"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@windmill/windmill",
"version": "1.566.1",
"version": "1.567.0",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.ts", "./client.ts"]
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.566.1",
"version": "1.567.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.566.1
1.567.0