chore(main): release 1.205.0 (#2613)

* chore(main): release 1.205.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2023-11-11 11:37:41 +01:00
committed by GitHub
co-authored by rubenfiszel
parent 44f37ac50d
commit 272240abad
14 changed files with 56 additions and 41 deletions
+15
View File
@@ -1,6 +1,21 @@
# Changelog
## [1.205.0](https://github.com/windmill-labs/windmill/compare/v1.204.1...v1.205.0) (2023-11-11)
### Features
* exit dedicated worker upon new deployment ([2038fe6](https://github.com/windmill-labs/windmill/commit/2038fe68ce2ffeeed34c4cfcb44c46ad08f8e732))
* exit dedicated worker upon new deployment ([4661dd2](https://github.com/windmill-labs/windmill/commit/4661dd2cea343572099ca66459d3db5f3c7879c8))
### Bug Fixes
* improve display of optimized one-loops + dependency jobs of dedicated workers happen on dedicated worker ([f998c72](https://github.com/windmill-labs/windmill/commit/f998c7229cd0b27d906a79f99ee7c6e0da1d1810))
* Invalid config for workers does not panic ([#2612](https://github.com/windmill-labs/windmill/issues/2612)) ([aee35d6](https://github.com/windmill-labs/windmill/commit/aee35d6d511d16130fb64ae4dd2e28757e99f79a))
* support digit prefixed script in python ([b9e41d0](https://github.com/windmill-labs/windmill/commit/b9e41d066da801ac43276c48af3f100aa70c5a5d))
## [1.204.1](https://github.com/windmill-labs/windmill/compare/v1.204.0...v1.204.1) (2023-11-10)
+25 -25
View File
@@ -1197,9 +1197,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.7"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
dependencies = [
"clap_builder",
"clap_derive",
@@ -1207,9 +1207,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.4.7"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
dependencies = [
"anstream",
"anstyle",
@@ -2816,9 +2816,9 @@ dependencies = [
[[package]]
name = "http"
version = "0.2.9"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
checksum = "f95b9abcae896730d42b78e09c155ed4ddf82c07b4de772c64aee5b2d8b7c150"
dependencies = [
"bytes",
"fnv",
@@ -3374,12 +3374,12 @@ checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
[[package]]
name = "magic-crypt"
version = "3.1.12"
version = "3.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0196bd5c76f5f51d7d6563545f86262fef4c82d75466ba6f6d359c40a523318d"
checksum = "6c42f95f9d296f2dcb50665f507ed5a68a171453142663ce44d77a4eb217b053"
dependencies = [
"aes 0.7.5",
"base64 0.13.1",
"base64 0.21.5",
"block-modes",
"crc-any",
"des",
@@ -8071,7 +8071,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"axum",
@@ -8106,7 +8106,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"argon2",
@@ -8173,7 +8173,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"base64 0.21.5",
"chrono",
@@ -8191,7 +8191,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"chrono",
"serde",
@@ -8204,7 +8204,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"axum",
@@ -8235,7 +8235,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"serde",
"serde_json",
@@ -8243,7 +8243,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -8254,7 +8254,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"gosyn",
@@ -8266,7 +8266,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -8277,7 +8277,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"itertools 0.11.0",
@@ -8288,7 +8288,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -8305,7 +8305,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -8316,7 +8316,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -8333,7 +8333,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"getrandom 0.2.11",
@@ -8351,7 +8351,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -8382,7 +8382,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.204.1"
version = "1.205.0"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.204.1"
version = "1.205.0"
authors.workspace = true
edition.workspace = true
@@ -21,7 +21,7 @@ members = [
]
[workspace.package]
version = "1.204.1"
version = "1.205.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.204.1
version: 1.205.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.204.1";
export const VERSION = "v1.205.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -31,7 +31,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.204.1";
export const VERSION = "v1.205.0";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.204.1",
"version": "1.205.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.204.1",
"version": "1.205.0",
"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.204.1",
"version": "1.205.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.204.1"
wmill_pg = ">=1.204.1"
wmill = ">=1.205.0"
wmill_pg = ">=1.205.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.204.1
version: 1.205.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.204.1"
version = "1.205.0"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"
@@ -16,7 +16,7 @@ include = ["wmill/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"
windmill-api = "^1.204.1"
windmill-api = "^1.205.0"
[build-system]
requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.204.1"
version = "1.205.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,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.204.1",
"version": "1.205.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.204.1
1.205.0