chore(main): release 1.123.1 (#1780)

* chore(main): release 1.123.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2023-06-29 23:10:44 +02:00
committed by GitHub
co-authored by rubenfiszel
parent ff942f4d06
commit 7d5a90147f
13 changed files with 47 additions and 49 deletions
+7
View File
@@ -1,6 +1,13 @@
# Changelog
## [1.123.1](https://github.com/windmill-labs/windmill/compare/v1.123.0...v1.123.1) (2023-06-29)
### Bug Fixes
* add CREATE_WORKSPACE_REQUIRE_SUPERADMIN ([ff942f4](https://github.com/windmill-labs/windmill/commit/ff942f4d06ed06877ec2512e6940c346e3484c47))
## [1.123.0](https://github.com/windmill-labs/windmill/compare/v1.122.0...v1.123.0) (2023-06-29)
+25 -34
View File
@@ -859,9 +859,9 @@ dependencies = [
[[package]]
name = "const-oid"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
checksum = "6340df57935414636969091153f35f68d9f00bbc8fb4a9c6054706c213e6c6bc"
[[package]]
name = "const_format"
@@ -1696,15 +1696,6 @@ dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
@@ -1954,7 +1945,7 @@ version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi 0.3.1",
"hermit-abi",
"libc",
"windows-sys 0.48.0",
]
@@ -1996,7 +1987,7 @@ version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"hermit-abi",
"io-lifetimes",
"rustix",
"windows-sys 0.48.0",
@@ -2603,11 +2594,11 @@ dependencies = [
[[package]]
name = "num_cpus"
version = "1.15.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi 0.2.6",
"hermit-abi",
"libc",
]
@@ -2923,18 +2914,18 @@ dependencies = [
[[package]]
name = "pin-project"
version = "1.1.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
checksum = "6e138fdd8263907a2b0e1b4e80b7e58c721126479b6e6eedfb1b402acea7b9bd"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
checksum = "d1fef411b303e3e12d534fb6e7852de82da56edd937d895125821fb7c09436c7"
dependencies = [
"proc-macro2",
"quote",
@@ -5642,7 +5633,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"axum",
@@ -5677,7 +5668,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"argon2",
@@ -5734,7 +5725,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"base64 0.21.2",
"chrono",
@@ -5751,7 +5742,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"chrono",
"serde",
@@ -5764,7 +5755,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"axum",
@@ -5789,7 +5780,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"serde",
"serde_json",
@@ -5797,7 +5788,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -5808,7 +5799,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"gosyn",
@@ -5818,7 +5809,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"itertools 0.11.0",
@@ -5829,7 +5820,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"itertools 0.11.0",
@@ -5844,7 +5835,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -5859,7 +5850,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"getrandom 0.2.10",
@@ -5875,7 +5866,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -5904,7 +5895,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.123.0"
version = "1.123.1"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.123.0"
version = "1.123.1"
authors.workspace = true
edition.workspace = true
@@ -22,7 +22,7 @@ members = [
]
[workspace.package]
version = "1.123.0"
version = "1.123.1"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.123.0
version: 1.123.1
title: Windmill API
contact:
+1 -1
View File
@@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise<string> {
});
}
export const VERSION = "v1.123.0";
export const VERSION = "v1.123.1";
await new Command()
.name("wmillbench")
+1 -1
View File
@@ -28,7 +28,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.123.0";
export const VERSION = "v1.123.1";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.123.0",
"version": "1.123.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.123.0",
"version": "1.123.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.123.0",
"version": "1.123.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.123.0"
wmill_pg = ">=1.123.0"
wmill = ">=1.123.1"
wmill_pg = ">=1.123.1"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.123.0
version: 1.123.1
title: OpenFlow Spec
contact:
name: Ruben Fiszel
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.123.0"
version = "1.123.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.123.0"
windmill-api = "^1.123.1"
[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.123.0"
version = "1.123.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 +1 @@
1.123.0
1.123.1