diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a3cb6512..5cfd45f6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [1.92.0](https://github.com/windmill-labs/windmill/compare/v1.91.0...v1.92.0) (2023-05-02) + + +### Features + +* **frontend:** add labels as table action ([64065c1](https://github.com/windmill-labs/windmill/commit/64065c17f305fb4c7c078c7fa4935d5423da8f66)) +* **frontend:** add labels as table action ([2ab1714](https://github.com/windmill-labs/windmill/commit/2ab1714dfa7cffc46b4b6aa40dabdd92c5a6270f)) +* **frontend:** allow running eval in every field ([62acbb5](https://github.com/windmill-labs/windmill/commit/62acbb5ab3a0727b306e25a80b74ac8216619501)) +* **frontend:** background script can run script and flows ([#1515](https://github.com/windmill-labs/windmill/issues/1515)) ([607c803](https://github.com/windmill-labs/windmill/commit/607c803be91921b53f329a2c2c3c129ce53d6c0c)) + + +### Bug Fixes + +* **frontend:** fix small ui issues ([#1513](https://github.com/windmill-labs/windmill/issues/1513)) ([f6ff8ca](https://github.com/windmill-labs/windmill/commit/f6ff8ca232f5725f86a36379956da2731def2580)) + ## [1.91.0](https://github.com/windmill-labs/windmill/compare/v1.90.0...v1.91.0) (2023-05-01) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0f3f340bc8..2fa75d8e90 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -694,9 +694,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.2.5" +version = "4.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819" +checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" dependencies = [ "clap_builder", "clap_derive", @@ -705,9 +705,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.2.5" +version = "4.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab" +checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" dependencies = [ "anstream", "anstyle", @@ -2785,7 +2785,7 @@ dependencies = [ [[package]] name = "progenitor" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c965167e7e0351f6be6370ca36c163aa57fd16f6" +source = "git+https://github.com/oxidecomputer/progenitor#6936ecc51a2d84e8adee21a003120a05513c6c20" dependencies = [ "anyhow", "built", @@ -2804,7 +2804,7 @@ dependencies = [ [[package]] name = "progenitor-client" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c965167e7e0351f6be6370ca36c163aa57fd16f6" +source = "git+https://github.com/oxidecomputer/progenitor#6936ecc51a2d84e8adee21a003120a05513c6c20" dependencies = [ "bytes", "futures-core", @@ -2818,7 +2818,7 @@ dependencies = [ [[package]] name = "progenitor-impl" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c965167e7e0351f6be6370ca36c163aa57fd16f6" +source = "git+https://github.com/oxidecomputer/progenitor#6936ecc51a2d84e8adee21a003120a05513c6c20" dependencies = [ "getopts", "heck", @@ -2840,7 +2840,7 @@ dependencies = [ [[package]] name = "progenitor-macro" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c965167e7e0351f6be6370ca36c163aa57fd16f6" +source = "git+https://github.com/oxidecomputer/progenitor#6936ecc51a2d84e8adee21a003120a05513c6c20" dependencies = [ "openapiv3", "proc-macro2", @@ -3053,9 +3053,9 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "regress" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d995d590bd8ec096d1893f414bf3f5e8b0ee4c9eed9a5642b9766ef2c8e2e8e9" +checksum = "82a9ecfa0cb04d0b04dddb99b8ccf4f66bc8dfd23df694b398570bd8ae3a50fb" dependencies = [ "hashbrown 0.13.2", "memchr", @@ -4613,7 +4613,7 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "typify" version = "0.0.12-dev" -source = "git+https://github.com/oxidecomputer/typify#4152a79d8e04cb9d8625c2fa0232f6aa657dbb24" +source = "git+https://github.com/oxidecomputer/typify#70a5b06a0948f13264f7a27b2015c3814f90ca8a" dependencies = [ "typify-impl", "typify-macro", @@ -4622,7 +4622,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.12-dev" -source = "git+https://github.com/oxidecomputer/typify#4152a79d8e04cb9d8625c2fa0232f6aa657dbb24" +source = "git+https://github.com/oxidecomputer/typify#70a5b06a0948f13264f7a27b2015c3814f90ca8a" dependencies = [ "heck", "log", @@ -4639,7 +4639,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.12-dev" -source = "git+https://github.com/oxidecomputer/typify#4152a79d8e04cb9d8625c2fa0232f6aa657dbb24" +source = "git+https://github.com/oxidecomputer/typify#70a5b06a0948f13264f7a27b2015c3814f90ca8a" dependencies = [ "proc-macro2", "quote", @@ -5106,7 +5106,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "axum", @@ -5140,7 +5140,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "argon2", @@ -5198,7 +5198,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.91.0" +version = "1.92.0" dependencies = [ "base64 0.21.0", "chrono", @@ -5215,7 +5215,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.91.0" +version = "1.92.0" dependencies = [ "chrono", "serde", @@ -5228,7 +5228,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "axum", @@ -5253,7 +5253,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.91.0" +version = "1.92.0" dependencies = [ "serde", "serde_json", @@ -5261,7 +5261,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "itertools", @@ -5276,7 +5276,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "gosyn", @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "itertools", @@ -5304,7 +5304,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "deno_core", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "chrono", @@ -5346,7 +5346,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.91.0" +version = "1.92.0" dependencies = [ "anyhow", "async-recursion", @@ -5539,9 +5539,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.4" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5617da7e1f97bf363947d767b91aaf3c2bbc19db7fda9c65af1278713d58e0a2" +checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cfaa4e160a..b585a6f9ed 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.91.0" +version = "1.92.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.91.0" +version = "1.92.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 1c3f9ab00e..e23efa1fee 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.91.0 + version: 1.92.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 4e701116e4..ac49b2c14c 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -19,7 +19,7 @@ import sync from "./sync.ts"; import { tryResolveVersion } from "./context.ts"; import { GlobalOptions } from "./types.ts"; -export const VERSION = "v1.91.0"; +export const VERSION = "v1.92.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9aecf845f6..b66a747679 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.91.0", + "version": "1.92.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.91.0", + "version": "1.92.0", "license": "Apache-2.0", "dependencies": { "@fortawesome/free-brands-svg-icons": "^6.2.1", diff --git a/frontend/package.json b/frontend/package.json index 112f81f8a7..a0ace411b9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.91.0", + "version": "1.92.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 2decd5e5e2..ba3e5c1be1 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.91.0" -wmill_pg = ">=1.91.0" +wmill = ">=1.92.0" +wmill_pg = ">=1.92.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index b6364066c5..63a1f46583 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.91.0 + version: 1.92.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index eceb5bb59a..c4afccd442 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.91.0" +version = "1.92.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.91.0" +windmill-api = "^1.92.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 864665aba7..e9440e7aab 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.91.0" +version = "1.92.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 6979a6c066..7f229af964 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.91.0 +1.92.0