chore(main): release 1.266.0 (#3187)

* chore(main): release 1.266.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-02-10 00:46:38 +01:00
committed by GitHub
co-authored by rubenfiszel
parent 0a5bf33beb
commit 266697d195
14 changed files with 86 additions and 43 deletions
+17
View File
@@ -1,6 +1,23 @@
# Changelog
## [1.266.0](https://github.com/windmill-labs/windmill/compare/v1.265.3...v1.266.0) (2024-02-09)
### Features
* git sync now accepts path filters and type filters ([#3189](https://github.com/windmill-labs/windmill/issues/3189)) ([e9a6c81](https://github.com/windmill-labs/windmill/commit/e9a6c8154c4fc1bf52e26251a9d75e54c511837d))
### Bug Fixes
* add --unstable-http arg to deno ([#3186](https://github.com/windmill-labs/windmill/issues/3186)) ([8d5c7c2](https://github.com/windmill-labs/windmill/commit/8d5c7c2b461ee71b8376b12f574dffff1c9f1387))
* **frontend:** fix html component initial data ([#3188](https://github.com/windmill-labs/windmill/issues/3188)) ([6a13b97](https://github.com/windmill-labs/windmill/commit/6a13b97bc3561fe4bdeb8a02e88f80f749d906f6))
* improve no flow overlap + schedule args loading ([6614817](https://github.com/windmill-labs/windmill/commit/6614817cd4c208eebc52955f408041b14b9dd34f))
* improve no flow overlap + schedule args loading ([48b8520](https://github.com/windmill-labs/windmill/commit/48b8520239a591756e4573190e3fa45b57e52535))
* improve on-boarding flow app ([4d64c94](https://github.com/windmill-labs/windmill/commit/4d64c942fced44b4ca4af2801009849d5dd1f55b))
* Properly handle pip index urls in pip-compile ([#3192](https://github.com/windmill-labs/windmill/issues/3192)) ([b230378](https://github.com/windmill-labs/windmill/commit/b230378320336331de1c50d6fdec60da576751e6))
## [1.265.3](https://github.com/windmill-labs/windmill/compare/v1.265.2...v1.265.3) (2024-02-08)
+54 -28
View File
@@ -934,9 +934,9 @@ dependencies = [
[[package]]
name = "bytemuck"
version = "1.14.2"
version = "1.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea31d69bda4949c1c1562c1e6f042a1caefac98cdc8a298260a2ff41c1e2d42b"
checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
dependencies = [
"bytemuck_derive",
]
@@ -3115,6 +3115,29 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "hoot"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df22a4d90f1b0e65fe3e0d6ee6a4608cc4d81f4b2eb3e670f44bb6bde711e452"
dependencies = [
"httparse",
"log",
]
[[package]]
name = "hootbin"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "354e60868e49ea1a39c44b9562ad207c4259dc6eabf9863bf3b0f058c55cfdb2"
dependencies = [
"fastrand 2.0.1",
"hoot",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "http"
version = "0.2.11"
@@ -6663,9 +6686,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "3.6.0"
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981"
checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -6673,6 +6696,7 @@ dependencies = [
"indexmap 1.9.3",
"indexmap 2.2.2",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
@@ -6680,9 +6704,9 @@ dependencies = [
[[package]]
name = "serde_with_macros"
version = "3.6.0"
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15"
checksum = "865f9743393e638991566a8b7a479043c2c8da94a33e0a31f18214c9cae0a64d"
dependencies = [
"darling 0.20.5",
"proc-macro2",
@@ -8743,21 +8767,23 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
version = "2.9.1"
version = "2.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97"
checksum = "0b52731d03d6bb2fd18289d4028aee361d6c28d44977846793b994b13cdcc64d"
dependencies = [
"base64 0.21.7",
"flate2",
"hootbin",
"log",
"native-tls",
"once_cell",
"rustls 0.21.10",
"rustls-webpki 0.101.7",
"rustls 0.22.2",
"rustls-pki-types",
"rustls-webpki 0.102.2",
"serde",
"serde_json",
"url",
"webpki-roots 0.25.4",
"webpki-roots 0.26.1",
]
[[package]]
@@ -9117,7 +9143,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"axum",
@@ -9153,7 +9179,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"argon2",
@@ -9227,7 +9253,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -9245,7 +9271,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"chrono",
"serde",
@@ -9258,7 +9284,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"axum",
@@ -9291,7 +9317,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"regex",
"rsmq_async",
@@ -9306,7 +9332,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"serde",
"serde_json",
@@ -9314,7 +9340,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -9325,7 +9351,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"gosyn",
@@ -9337,7 +9363,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -9348,7 +9374,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"itertools 0.12.1",
@@ -9359,7 +9385,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -9376,7 +9402,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -9387,7 +9413,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -9405,7 +9431,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"getrandom 0.2.12",
@@ -9423,7 +9449,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -9456,7 +9482,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.265.3"
version = "1.266.0"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.265.3"
version = "1.266.0"
authors.workspace = true
edition.workspace = true
@@ -22,7 +22,7 @@ members = [
]
[workspace.package]
version = "1.265.3"
version = "1.266.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.265.3
version: 1.266.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.265.3";
export const VERSION = "v1.266.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.265.3";
export const VERSION = "v1.266.0";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.265.3",
"version": "1.266.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.265.3",
"version": "1.266.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.265.3",
"version": "1.266.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.265.3"
wmill_pg = ">=1.265.3"
wmill = ">=1.266.0"
wmill_pg = ">=1.266.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.265.3
version: 1.266.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.265.3"
version = "1.266.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.265.3"
version = "1.266.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.265.3",
"version": "1.266.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.265.3
1.266.0