chore(main): release 1.268.0 (#3196)

* chore(main): release 1.268.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-02-11 12:57:42 +01:00
committed by GitHub
parent 0d3c4ec813
commit bf1cb95cee
14 changed files with 67 additions and 53 deletions

View File

@@ -1,6 +1,20 @@
# Changelog
## [1.268.0](https://github.com/windmill-labs/windmill/compare/v1.267.0...v1.268.0) (2024-02-11)
### Features
* flow inputs ai gen ([#3191](https://github.com/windmill-labs/windmill/issues/3191)) ([13e6706](https://github.com/windmill-labs/windmill/commit/13e6706a095639c92691a4e714704aedd09155c2))
### Bug Fixes
* allow direct git-sync setting loading ([f171d08](https://github.com/windmill-labs/windmill/commit/f171d0827858fbbf1b2a478164ae67bce404e7d1))
* **cli:** improve tty handling ([87ee3e4](https://github.com/windmill-labs/windmill/commit/87ee3e4a93f955f8ee5dab04e8bcec5415fb3fb5))
* **cli:** improve tty handling ([f1ae3f2](https://github.com/windmill-labs/windmill/commit/f1ae3f21ef97b5144cc670b1c5f12508d3ac6c9d))
## [1.267.0](https://github.com/windmill-labs/windmill/compare/v1.266.1...v1.267.0) (2024-02-10)

76
backend/Cargo.lock generated
View File

@@ -52,9 +52,9 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.7.7"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
"getrandom 0.2.12",
"once_cell",
@@ -63,9 +63,9 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.8.7"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
dependencies = [
"cfg-if",
"getrandom 0.2.12",
@@ -1085,9 +1085,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "chrono"
version = "0.4.33"
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
dependencies = [
"android-tzdata",
"iana-time-zone",
@@ -2994,7 +2994,7 @@ version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.7",
"ahash 0.7.8",
]
[[package]]
@@ -3003,7 +3003,7 @@ version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
]
[[package]]
@@ -3012,7 +3012,7 @@ version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"allocator-api2",
"rayon",
]
@@ -4898,7 +4898,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd503430a6d9779b07915d858865fe998317ef3cfef8973881f578ac5d4baae7"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"arrow-format",
"atoi",
"atoi_simd",
@@ -4932,7 +4932,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae73d5b8e55decde670caba1cc82b61f14bfb9a72503198f0997d657a98dcfd6"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"bitflags 2.4.2",
"bytemuck",
"chrono",
@@ -4977,7 +4977,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96e10a0745acd6009db64bef0ceb9e23a70b1c27b26a0a6517c91f3e6363bc06"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"async-trait",
"atoi_simd",
"bytes",
@@ -5017,7 +5017,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3555f759705be6dd0d3762d16a0b8787b2dc4da73b57465f3b2bf1a070ba8f20"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"bitflags 2.4.2",
"futures",
"glob",
@@ -5042,7 +5042,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a7eb218296aaa7f79945f08288ca32ca3cf25fa505649eeee689ec21eebf636"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"argminmax",
"bytemuck",
"either",
@@ -5066,7 +5066,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146010e4b7dd4d2d0e58ddc762f6361f77d7a0385c54471199370c17164f67dd"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"async-stream",
"base64 0.21.7",
"brotli",
@@ -5117,7 +5117,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10e32a0958ef854b132bad7f8369cb3237254635d5e864c99505bc0bc1035fbc"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"bytemuck",
"once_cell",
"percent-encoding",
@@ -5188,7 +5188,7 @@ version = "0.35.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da6ce68169fe61d46958c8eab7447360f30f2f23f6e24a0ce703a14b0a3cfbfc"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"bytemuck",
"hashbrown 0.14.3",
"indexmap 2.2.2",
@@ -5600,7 +5600,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c20af3800cee5134b79a3bd4a3d4b583c16ccfa5f53338f46400851a5b3819"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"equivalent",
"hashbrown 0.14.3",
"parking_lot",
@@ -6088,9 +6088,9 @@ dependencies = [
[[package]]
name = "rust_decimal"
version = "1.34.2"
version = "1.34.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "755392e1a2f77afd95580d3f0d0e94ac83eeeb7167552c9b5bca549e61a94d83"
checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df"
dependencies = [
"arrayvec",
"borsh",
@@ -7072,7 +7072,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d84b0a3c3739e220d94b3239fd69fb1f74bc36e16643423bd99de3b43c21bfbd"
dependencies = [
"ahash 0.8.7",
"ahash 0.8.8",
"atoi",
"bigdecimal 0.3.1",
"byteorder",
@@ -9143,7 +9143,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"axum",
@@ -9179,7 +9179,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"argon2",
@@ -9253,7 +9253,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -9271,7 +9271,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"chrono",
"serde",
@@ -9284,7 +9284,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"axum",
@@ -9317,7 +9317,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"regex",
"rsmq_async",
@@ -9332,7 +9332,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"serde",
"serde_json",
@@ -9340,7 +9340,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -9351,7 +9351,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"gosyn",
@@ -9363,7 +9363,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -9374,7 +9374,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"itertools 0.12.1",
@@ -9385,7 +9385,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -9402,7 +9402,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -9413,7 +9413,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -9431,7 +9431,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"getrandom 0.2.12",
@@ -9449,7 +9449,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -9482,7 +9482,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.267.0"
version = "1.268.0"
dependencies = [
"anyhow",
"async-recursion",

View File

@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.267.0"
version = "1.268.0"
authors.workspace = true
edition.workspace = true
@@ -22,7 +22,7 @@ members = [
]
[workspace.package]
version = "1.267.0"
version = "1.268.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.267.0
version: 1.268.0
title: Windmill API
contact:

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.267.0";
export const VERSION = "v1.268.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({

View File

@@ -31,7 +31,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.267.0";
export const VERSION = "v1.268.0";
let command: any = new Command()
.name("wmill")

View File

@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.267.0",
"version": "1.268.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.267.0",
"version": "1.268.0",
"license": "AGPL-3.0",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.267.0",
"version": "1.268.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",

View File

@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.267.0"
wmill_pg = ">=1.267.0"
wmill = ">=1.268.0"
wmill_pg = ">=1.268.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"

View File

@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.267.0
version: 1.268.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.267.0"
version = "1.268.0"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.267.0"
version = "1.268.0"
description = "An extension client for the wmill client library focused on pg"
license = "Apache-2.0"
homepage = "https://windmill.dev"

View File

@@ -1,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.267.0",
"version": "1.268.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {

View File

@@ -1 +1 @@
1.267.0
1.268.0