chore(main): release 1.127.1 (#1823)

* chore(main): release 1.127.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2023-07-10 21:14:12 +02:00
committed by GitHub
parent c470e027bb
commit 951fedf740
13 changed files with 41 additions and 33 deletions

View File

@@ -1,6 +1,14 @@
# Changelog
## [1.127.1](https://github.com/windmill-labs/windmill/compare/v1.127.0...v1.127.1) (2023-07-10)
### Bug Fixes
* **frontend:** Fix debug runs zIndex ([#1822](https://github.com/windmill-labs/windmill/issues/1822)) ([ce9088e](https://github.com/windmill-labs/windmill/commit/ce9088e7a847834522890ed53c96794773ced491))
* **frontend:** Fix graph view when mulitple graphs are displayed ([#1821](https://github.com/windmill-labs/windmill/issues/1821)) ([5e4e52a](https://github.com/windmill-labs/windmill/commit/5e4e52a10941c83b54da730ed51fc982f44f8ac8))
## [1.127.0](https://github.com/windmill-labs/windmill/compare/v1.126.0...v1.127.0) (2023-07-10)

36
backend/Cargo.lock generated
View File

@@ -230,9 +230,9 @@ dependencies = [
[[package]]
name = "async-compression"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11"
checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6"
dependencies = [
"brotli",
"flate2",
@@ -3494,7 +3494,7 @@ version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
dependencies = [
"async-compression 0.4.0",
"async-compression 0.4.1",
"base64 0.21.2",
"bytes",
"encoding_rs",
@@ -6026,7 +6026,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"axum",
@@ -6061,7 +6061,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"argon2",
@@ -6118,7 +6118,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"base64 0.21.2",
"chrono",
@@ -6135,7 +6135,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"chrono",
"serde",
@@ -6148,7 +6148,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"axum",
@@ -6173,7 +6173,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"serde",
"serde_json",
@@ -6181,7 +6181,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -6192,7 +6192,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"gosyn",
@@ -6202,7 +6202,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"itertools 0.11.0",
@@ -6213,7 +6213,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"itertools 0.11.0",
@@ -6228,7 +6228,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -6239,7 +6239,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -6254,7 +6254,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"getrandom 0.2.10",
@@ -6271,7 +6271,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -6300,7 +6300,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.127.0"
version = "1.127.1"
dependencies = [
"anyhow",
"async-recursion",

View File

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

View File

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

View File

@@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise<string> {
});
}
export const VERSION = "v1.127.0";
export const VERSION = "v1.127.1";
await new Command()
.name("wmillbench")

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.127.0"
version = "1.127.1"
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.127.0"
windmill-api = "^1.127.1"
[build-system]
requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]

View File

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

View File

@@ -1 +1 @@
1.127.0
1.127.1