From 040c024a992aef9da79202687dccc39e3a5c10af Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 14 Mar 2023 22:27:08 +0100 Subject: [PATCH] chore(main): release 1.77.0 (#1286) * chore(main): release 1.77.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 19 ++++++++++++++++ backend/Cargo.lock | 32 +++++++++++++-------------- backend/Cargo.toml | 4 ++-- backend/windmill-api/openapi.yaml | 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 +- 12 files changed, 49 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c39a9a538..863a11e088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## [1.77.0](https://github.com/windmill-labs/windmill/compare/v1.76.0...v1.77.0) (2023-03-14) + + +### Features + +* **apps:** state can be used as input in apps ([2f0acb9](https://github.com/windmill-labs/windmill/commit/2f0acb9ffa8dace4a886527dcee49809d019b271)) +* **apps:** tabs can be made pages or invisible + better frontend scripts reactivity ([cd645d0](https://github.com/windmill-labs/windmill/commit/cd645d0935f2d06e0ff71f14d2cf63accd378ff3)) +* **deno:** add support for custom npm repo ([#1291](https://github.com/windmill-labs/windmill/issues/1291)) ([944795f](https://github.com/windmill-labs/windmill/commit/944795f6eeaa7d01ab1a35a80570a55c363723e6)) +* **frontend:** add setTab to frontend scripts ([c2a97c5](https://github.com/windmill-labs/windmill/commit/c2a97c53cfff0fdb35dd8bc249490566eebdc1a9)) +* **frontend:** app components output panel ([#1283](https://github.com/windmill-labs/windmill/issues/1283)) ([751edcf](https://github.com/windmill-labs/windmill/commit/751edcf9b8e0976a1d073603c9eff5dc6e714490)) + + +### Bug Fixes + +* **backend:** do not cache reference to workspace scripts ([eb73f2a](https://github.com/windmill-labs/windmill/commit/eb73f2a687f6faad301b9038ab8585450bec7481)) +* **frontend:** fix app tabs ([#1288](https://github.com/windmill-labs/windmill/issues/1288)) ([c71a577](https://github.com/windmill-labs/windmill/commit/c71a577fead90c9cd01a736b54d859ec4f0b7807)) +* **frontend:** fix container deletion ([#1287](https://github.com/windmill-labs/windmill/issues/1287)) ([bc870bd](https://github.com/windmill-labs/windmill/commit/bc870bd03eb76cb8bc0e0c861f6cd8a9c661186b)) +* **frontend:** Update setting accordion ([#1285](https://github.com/windmill-labs/windmill/issues/1285)) ([dea12e8](https://github.com/windmill-labs/windmill/commit/dea12e8870ece998bb6607723cbaab9b9a958f22)) + ## [1.76.0](https://github.com/windmill-labs/windmill/compare/v1.75.0...v1.76.0) (2023-03-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b92cdedde8..3056f98ee3 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3167,9 +3167,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.155" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" +checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4" dependencies = [ "serde_derive", ] @@ -3196,9 +3196,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.155" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" +checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d" dependencies = [ "proc-macro2", "quote", @@ -4743,7 +4743,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "axum", @@ -4770,7 +4770,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "argon2", @@ -4825,7 +4825,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.76.0" +version = "1.77.0" dependencies = [ "base64 0.21.0", "chrono", @@ -4840,7 +4840,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.76.0" +version = "1.77.0" dependencies = [ "chrono", "serde", @@ -4853,7 +4853,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "axum", @@ -4878,7 +4878,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.76.0" +version = "1.77.0" dependencies = [ "serde", "serde_json", @@ -4886,7 +4886,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "itertools", @@ -4901,7 +4901,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "itertools", @@ -4913,7 +4913,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "itertools", @@ -4928,7 +4928,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "deno_core", @@ -4942,7 +4942,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "chrono", @@ -4965,7 +4965,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.76.0" +version = "1.77.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1799aa2ff1..0ef0c92195 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.76.0" +version = "1.77.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.76.0" +version = "1.77.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index bd942a56b8..ac690c25ba 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.76.0 + version: 1.77.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index c88ab4ef76..bad648f47e 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -13,7 +13,7 @@ import sync from "./sync.ts"; import { tryResolveVersion } from "./context.ts"; import { GlobalOptions } from "./types.ts"; -const VERSION = "v1.76.0"; +const VERSION = "v1.77.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7d943d2eba..ec5332055a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.76.0", + "version": "1.77.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.76.0", + "version": "1.77.0", "dependencies": { "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", diff --git a/frontend/package.json b/frontend/package.json index 90e644e0ee..a82c93da55 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.76.0", + "version": "1.77.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index cce8dc3891..dd76656c58 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.76.0" -wmill_pg = ">=1.76.0" +wmill = ">=1.77.0" +wmill_pg = ">=1.77.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 542279b79c..665f054b66 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.76.0 + version: 1.77.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index b0b616fe69..3ece2bdb3b 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.76.0" +version = "1.77.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.76.0" +windmill-api = "^1.77.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 7943c42791..65c2bfd45c 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.76.0" +version = "1.77.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 32a6ce3c71..79e15fd493 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.76.0 +1.77.0