chore(main): release 1.341.1 (#3864)

* chore(main): release 1.341.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-06-04 21:20:20 +02:00
committed by GitHub
parent fa0e7d0fde
commit dd5f0a7e77
16 changed files with 85 additions and 73 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## [1.341.1](https://github.com/windmill-labs/windmill/compare/v1.341.0...v1.341.1) (2024-06-04)
### Bug Fixes
* Filter on path not working ([#3863](https://github.com/windmill-labs/windmill/issues/3863)) ([98869ef](https://github.com/windmill-labs/windmill/commit/98869efdabfd5e275c76fd811b8337c00c9574a5))
* fix writing binary file from global cache in go ([ef9ad1a](https://github.com/windmill-labs/windmill/commit/ef9ad1af49d9d22a790cba4edb21dbbfa6df0b31))
* flow status viewer takes all the width on the runs page ([b6016ab](https://github.com/windmill-labs/windmill/commit/b6016abb222481a16dfb684a782c763cf3966856))
* improve flow status viewer to display the step details on third tab ([f54cfd3](https://github.com/windmill-labs/windmill/commit/f54cfd3640a2be0bb25eacea979d9ea056e190ad))
* lock steps inside whileloops for flows ([439ab8a](https://github.com/windmill-labs/windmill/commit/439ab8ab14547991bb4e60e0b377d61e81d4b1b9))
* make typescript client compatible with cf workers ([#3807](https://github.com/windmill-labs/windmill/issues/3807)) ([a9bf5a4](https://github.com/windmill-labs/windmill/commit/a9bf5a46831cf3b3e262167af99af1ebb9336f36))
## [1.341.0](https://github.com/windmill-labs/windmill/compare/v1.340.2...v1.341.0) (2024-06-03)
+56 -56
View File
@@ -152,9 +152,9 @@ dependencies = [
[[package]]
name = "anstyle-query"
version = "1.0.3"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
dependencies = [
"windows-sys 0.52.0",
]
@@ -692,7 +692,7 @@ dependencies = [
"hex",
"hmac",
"http-types",
"hyper 0.14.28",
"hyper 0.14.29",
"hyper-tls 0.5.0",
"serde",
"serde_json",
@@ -774,9 +774,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "aws-config"
version = "1.5.0"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1234b742ac4a40a7d3459c6e3c99818271976a5a6ae3732cb415f4a9a94da7b6"
checksum = "2ac9889352d632214df943e26740c46a0f3da6e329fbd28164fe7ae1b061da7b"
dependencies = [
"aws-credential-types",
"aws-runtime",
@@ -794,7 +794,7 @@ dependencies = [
"fastrand 2.1.0",
"hex",
"http 0.2.12",
"hyper 0.14.28",
"hyper 0.14.29",
"ring 0.17.8",
"time",
"tokio",
@@ -840,9 +840,9 @@ dependencies = [
[[package]]
name = "aws-sdk-sso"
version = "1.28.0"
version = "1.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee458e39982214c70432e87756227de474318283137c38d84be0aeebc77acced"
checksum = "da75cf91cbb46686a27436d639a720a3a198b148efa76dc2467b7e5374a67fc0"
dependencies = [
"aws-credential-types",
"aws-runtime",
@@ -862,9 +862,9 @@ dependencies = [
[[package]]
name = "aws-sdk-ssooidc"
version = "1.29.0"
version = "1.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75562f0e82b87f41210c1de110f3fb169e189f962f4b2e94fd7f370d70e063c"
checksum = "cf2ec8a6687299685ed0a4a3137c129cdb132b5235bc3aa3443f6cffe468b9ff"
dependencies = [
"aws-credential-types",
"aws-runtime",
@@ -884,9 +884,9 @@ dependencies = [
[[package]]
name = "aws-sdk-sts"
version = "1.28.0"
version = "1.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a422d2f3080421ed23630ada0e474c76e4279c18b4a379bff2f1062e05cef466"
checksum = "458f1031e094b1411b59b49b19e4118f069e1fe13a9c5b8888e933daaf7ffdd6"
dependencies = [
"aws-credential-types",
"aws-runtime",
@@ -980,9 +980,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime"
version = "1.5.4"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "607e8b53aeb2bc23fb332159d72a69650cd9643c161d76cd3b7f88ac00b5a1bb"
checksum = "d0d3965f6417a92a6d1009c5958a67042f57e46342afb37ca58f9ad26744ec73"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
@@ -994,7 +994,7 @@ dependencies = [
"http 0.2.12",
"http-body 0.4.6",
"http-body 1.0.0",
"hyper 0.14.28",
"hyper 0.14.29",
"hyper-rustls",
"once_cell",
"pin-project-lite",
@@ -1006,9 +1006,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
version = "1.6.1"
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b7d790d553d163c7d80a4e06e2906bf24b9172c9ebe045fc3a274e9358ab7bb"
checksum = "4179bd8a1c943e1aceb46c5b9fc014a561bd6c35a2153e816ba29076ee49d245"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
@@ -1058,9 +1058,9 @@ dependencies = [
[[package]]
name = "aws-types"
version = "1.3.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02fa328e19c849b20ef7ada4c9b581dd12351ff35ecc7642d06e69de4f98407c"
checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922"
dependencies = [
"aws-credential-types",
"aws-smithy-async",
@@ -3532,7 +3532,7 @@ dependencies = [
"async-trait",
"base64 0.21.7",
"dirs-next",
"hyper 0.14.28",
"hyper 0.14.29",
"hyper-rustls",
"ring 0.16.20",
"rustls 0.21.12",
@@ -4071,9 +4071,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.28"
version = "0.14.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
dependencies = [
"bytes",
"futures-channel",
@@ -4122,7 +4122,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
"http 0.2.12",
"hyper 0.14.28",
"hyper 0.14.29",
"log",
"rustls 0.21.12",
"rustls-native-certs",
@@ -4137,7 +4137,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper 0.14.28",
"hyper 0.14.29",
"native-tls",
"tokio",
"tokio-native-tls",
@@ -5234,7 +5234,7 @@ dependencies = [
"chrono",
"futures",
"humantime",
"hyper 0.14.28",
"hyper 0.14.29",
"itertools 0.12.1",
"md-5 0.10.6",
"parking_lot",
@@ -6485,7 +6485,7 @@ dependencies = [
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.28",
"hyper 0.14.29",
"hyper-rustls",
"hyper-tls 0.5.0",
"ipnet",
@@ -6782,7 +6782,7 @@ dependencies = [
"serde",
"tempfile",
"thiserror",
"toml 0.8.13",
"toml 0.8.14",
"toolchain_find",
]
@@ -8907,14 +8907,14 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.13"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.13",
"toml_edit 0.22.14",
]
[[package]]
@@ -8952,15 +8952,15 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.13"
version = "0.22.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
dependencies = [
"indexmap 2.2.6",
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.9",
"winnow 0.6.11",
]
[[package]]
@@ -9390,9 +9390,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
version = "0.1.12"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unicode-xid"
@@ -9837,7 +9837,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"axum",
@@ -9876,7 +9876,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"argon2",
@@ -9953,7 +9953,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -9971,7 +9971,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"chrono",
"serde",
@@ -9984,7 +9984,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"aws-config",
@@ -10023,7 +10023,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"regex",
"rsmq_async",
@@ -10038,7 +10038,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"serde",
"serde_json",
@@ -10046,7 +10046,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -10057,7 +10057,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"gosyn",
@@ -10069,7 +10069,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -10080,7 +10080,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10094,7 +10094,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10105,7 +10105,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -10122,7 +10122,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -10133,7 +10133,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10152,7 +10152,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -10171,7 +10171,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -10204,7 +10204,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"serde",
"wasm-bindgen",
@@ -10215,7 +10215,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.341.0"
version = "1.341.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -10442,9 +10442,9 @@ dependencies = [
[[package]]
name = "winnow"
version = "0.6.9"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6"
checksum = "56c52728401e1dc672a56e81e593e912aa54c78f40246869f78359a2bf24d29d"
dependencies = [
"memchr",
]
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.341.0"
version = "1.341.1"
authors.workspace = true
edition.workspace = true
@@ -24,7 +24,7 @@ members = [
]
[workspace.package]
version = "1.341.0"
version = "1.341.1"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.341.0
version: 1.341.1
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.341.0";
export const VERSION = "v1.341.1";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -33,7 +33,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.341.0";
export const VERSION = "v1.341.1";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.341.0",
"version": "1.341.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.341.0",
"version": "1.341.1",
"license": "AGPL-3.0",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.341.0",
"version": "1.341.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.341.0"
wmill_pg = ">=1.341.0"
wmill = ">=1.341.1"
wmill_pg = ">=1.341.1"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.341.0
version: 1.341.1
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.341.0'
ModuleVersion = '1.341.1'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.341.0"
version = "1.341.1"
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.341.0"
version = "1.341.1"
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.341.0",
"version": "1.341.1",
"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.341.0",
"version": "1.341.1",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.341.0
1.341.1