From 146a7f25e73fc9ee29b94495c752c28b4501b381 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 14 Jul 2023 17:12:13 +0200 Subject: [PATCH] chore(main): release 1.131.0 (#1876) * chore(main): release 1.131.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 14 +++++++++ backend/Cargo.lock | 42 +++++++++++++-------------- backend/Cargo.toml | 4 +-- backend/windmill-api/openapi.yaml | 2 +- benchmarks/main.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +-- frontend/package.json | 2 +- lsp/Pipfile | 4 +-- openflow.openapi.yaml | 2 +- python-client/wmill/pyproject.toml | 4 +-- python-client/wmill_pg/pyproject.toml | 2 +- version.txt | 2 +- 13 files changed, 50 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e65159fdd0..dba3e33554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [1.131.0](https://github.com/windmill-labs/windmill/compare/v1.130.0...v1.131.0) (2023-07-14) + + +### Features + +* **frontend:** add missing link to job run page ([#1878](https://github.com/windmill-labs/windmill/issues/1878)) ([b3d61ad](https://github.com/windmill-labs/windmill/commit/b3d61ad67865128114f2c58491aa99f87189dc8c)) +* **frontend:** add modal component controls ([#1877](https://github.com/windmill-labs/windmill/issues/1877)) ([c0e1852](https://github.com/windmill-labs/windmill/commit/c0e18526987b07373e73566118cb7edf2a27ab15)) + + +### Bug Fixes + +* fix REST job potential double execution ([70bc56a](https://github.com/windmill-labs/windmill/commit/70bc56a68bdf8d53b5ae6bb8995572509bea954d)) +* global cache now cache symlinks ([da9c634](https://github.com/windmill-labs/windmill/commit/da9c6340a2ba4a8aaf1ae5d6c16b05583da6860d)) + ## [1.130.0](https://github.com/windmill-labs/windmill/compare/v1.129.1...v1.130.0) (2023-07-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7514820251..e300282ccb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9" +checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "android-tzdata" @@ -5898,9 +5898,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.12" +version = "0.19.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" +checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7" dependencies = [ "indexmap 2.0.0", "serde", @@ -6643,7 +6643,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "axum", @@ -6678,7 +6678,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "argon2", @@ -6735,7 +6735,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.130.0" +version = "1.131.0" dependencies = [ "base64 0.21.2", "chrono", @@ -6752,7 +6752,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.130.0" +version = "1.131.0" dependencies = [ "chrono", "serde", @@ -6765,7 +6765,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "axum", @@ -6790,7 +6790,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.130.0" +version = "1.131.0" dependencies = [ "serde", "serde_json", @@ -6798,7 +6798,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "lazy_static", @@ -6809,7 +6809,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "gosyn", @@ -6819,7 +6819,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -6830,7 +6830,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -6845,7 +6845,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "lazy_static", @@ -6856,7 +6856,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -6871,7 +6871,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -6888,7 +6888,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "async-recursion", @@ -6917,7 +6917,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.130.0" +version = "1.131.0" dependencies = [ "anyhow", "async-recursion", @@ -7042,9 +7042,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.9" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a2094c43cc94775293eaa0e499fbc30048a6d824ac82c0351a8c0bf9112529" +checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4697aae9fa..d6822718e9 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.130.0" +version = "1.131.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.130.0" +version = "1.131.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c80138d4f2..491453f502 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.130.0 + version: 1.131.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index dee12533a1..4bb0420ef8 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.130.0"; +export const VERSION = "v1.131.0"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index d20807d05c..6b8ab39711 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -29,7 +29,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.130.0"; +export const VERSION = "v1.131.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7c45556f3c..6d197068a0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.130.0", + "version": "1.131.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.130.0", + "version": "1.131.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 6aff68cc74..de32a3228b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.130.0", + "version": "1.131.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 1a84fb4c6e..1c8e518283 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.130.0" -wmill_pg = ">=1.130.0" +wmill = ">=1.131.0" +wmill_pg = ">=1.131.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 072668b858..cb8a5bbd65 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.130.0 + version: 1.131.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 9a2bc726e1..f1d1cba3fc 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.130.0" +version = "1.131.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.130.0" +windmill-api = "^1.131.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index c570abc80b..1214868863 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.130.0" +version = "1.131.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/version.txt b/version.txt index e4861cbfb7..0f536b128c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.130.0 +1.131.0