diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fd8dc8a3..c71270ddd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [1.105.0](https://github.com/windmill-labs/windmill/compare/v1.104.2...v1.105.0) (2023-05-27) + + +### Features + +* **apps:** added deployment history browser ([7cb1d12](https://github.com/windmill-labs/windmill/commit/7cb1d12d4ea9c82b96a759878af77a96b5222ad1)) +* **cli:** add variables add to CLI ([6f1d5c4](https://github.com/windmill-labs/windmill/commit/6f1d5c497f52004342234c226d2e36bd3f11b915)) + + +### Bug Fixes + +* **cli:** expose an encrypt value endpoint ([1fff16b](https://github.com/windmill-labs/windmill/commit/1fff16bbb8e71566155d860a7c5f768b2aedbede)) +* **frontend:** Check whether the source has the right type ([#1647](https://github.com/windmill-labs/windmill/issues/1647)) ([7fd5543](https://github.com/windmill-labs/windmill/commit/7fd5543d1a452466be9515f8b5f8fb709569c77b)) + ## [1.104.2](https://github.com/windmill-labs/windmill/compare/v1.104.1...v1.104.2) (2023-05-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d896c0a99f..271729e71c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -251,7 +251,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "beec3f8fb8f710b7be84ccd1716e17f38f2868168355cab5f2f168ae988e767e" dependencies = [ - "base64 0.21.1", + "base64 0.21.2", "bytes", "http", "rand 0.8.5", @@ -272,7 +272,7 @@ checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -349,7 +349,7 @@ checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -446,9 +446,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105" +checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" [[package]] name = "base64ct" @@ -734,7 +734,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -979,9 +979,9 @@ checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" [[package]] name = "deno_core" -version = "0.187.0" +version = "0.188.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "922ed10fa6019414f58095894140e77479662833a62c568b023226e8be103e93" +checksum = "83573c39d4045b6c2e056a2ad87e49c43e57b64b54ee4381894c030390fa1f76" dependencies = [ "anyhow", "bytes", @@ -1005,9 +1005,9 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.65.0" +version = "0.66.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47d3fbb72196f1880ff7a2824e4f3e111f6601b78f38e715ae3d3d412d9e0a42" +checksum = "0446caff6cdb14fbf6c5e85fc042e3102aa6c618fa19a2ef47b67fc2657c0e8e" dependencies = [ "lazy-regex", "once_cell", @@ -1383,7 +1383,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -2403,7 +2403,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -2652,7 +2652,7 @@ checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -2762,9 +2762,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" +checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" dependencies = [ "unicode-ident", ] @@ -2818,7 +2818,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "syn 2.0.16", + "syn 2.0.18", "thiserror", "typify", "unicode-ident", @@ -2838,7 +2838,7 @@ dependencies = [ "serde_json", "serde_tokenstream", "serde_yaml", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -2872,9 +2872,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" +checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" dependencies = [ "proc-macro2", ] @@ -3008,9 +3008,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.2" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" +checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" dependencies = [ "aho-corasick", "memchr", @@ -3054,7 +3054,7 @@ version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ - "base64 0.21.1", + "base64 0.21.2", "bytes", "encoding_rs", "futures-core", @@ -3253,7 +3253,7 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" dependencies = [ - "base64 0.21.1", + "base64 0.21.2", ] [[package]] @@ -3490,7 +3490,7 @@ checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -3556,7 +3556,7 @@ dependencies = [ "proc-macro2", "quote", "serde", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -3573,9 +3573,9 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.98.0" +version = "0.99.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac09be069e49932c7c1df9b25c9e76ecb235e2127530462885926431c00d05f3" +checksum = "abcb15f793aba70da4d29b2015c9b70943bd7f6970cab7963fcf83c19bbab1c9" dependencies = [ "bytes", "derive_more", @@ -4129,9 +4129,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.16" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" +checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" dependencies = [ "proc-macro2", "quote", @@ -4185,7 +4185,7 @@ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -4299,7 +4299,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -4498,7 +4498,7 @@ checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", ] [[package]] @@ -4614,7 +4614,7 @@ dependencies = [ "regress", "schemars", "serde_json", - "syn 2.0.16", + "syn 2.0.18", "thiserror", "unicode-ident", ] @@ -4631,7 +4631,7 @@ dependencies = [ "serde", "serde_json", "serde_tokenstream", - "syn 2.0.16", + "syn 2.0.18", "typify-impl", ] @@ -4844,9 +4844,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.71.2" +version = "0.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a4bbfd886a9c2f87170438c0cdb6b1ddbfe80412ab591c83d24c7e48e487313" +checksum = "d5c1d09f66ab7f69e36211c5488d47f683fef6b65b83a627cfd75ed9cef254e6" dependencies = [ "bitflags", "fslock", @@ -4947,7 +4947,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", "wasm-bindgen-shared", ] @@ -4981,7 +4981,7 @@ checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.16", + "syn 2.0.18", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -5088,11 +5088,11 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "axum", - "base64 0.21.1", + "base64 0.21.2", "chrono", "dotenv", "futures", @@ -5122,7 +5122,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "argon2", @@ -5130,7 +5130,7 @@ dependencies = [ "async-stripe", "async_zip", "axum", - "base64 0.21.1", + "base64 0.21.2", "bytes", "chrono", "chrono-tz", @@ -5181,9 +5181,9 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.104.2" +version = "1.105.0" dependencies = [ - "base64 0.21.1", + "base64 0.21.2", "chrono", "prettyplease", "progenitor", @@ -5198,7 +5198,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.104.2" +version = "1.105.0" dependencies = [ "chrono", "serde", @@ -5211,7 +5211,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "axum", @@ -5236,7 +5236,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.104.2" +version = "1.105.0" dependencies = [ "serde", "serde_json", @@ -5244,7 +5244,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "itertools", @@ -5259,7 +5259,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "gosyn", @@ -5272,7 +5272,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "itertools", @@ -5287,7 +5287,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "deno_core", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "chrono", @@ -5329,7 +5329,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.104.2" +version = "1.105.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1ed4ba191f..e758b7765a 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.104.2" +version = "1.105.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.104.2" +version = "1.105.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 1ed7802a42..749f0c78cd 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.104.2 + version: 1.105.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index d11fbc3e38..021ef500bd 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -27,7 +27,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.104.2"; +export const VERSION = "v1.105.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4488ed1a95..a44a8e5ba4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.104.2", + "version": "1.105.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.104.2", + "version": "1.105.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 0b6a4362b6..de154eb176 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.104.2", + "version": "1.105.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 0af3be1ac5..ddf8deabcd 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.104.2" -wmill_pg = ">=1.104.2" +wmill = ">=1.105.0" +wmill_pg = ">=1.105.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 7dadf837ac..8c0022360c 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.104.2 + version: 1.105.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 0794f5151e..487957aa84 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.104.2" +version = "1.105.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.104.2" +windmill-api = "^1.105.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 bf145ca8f5..a3ff864683 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.104.2" +version = "1.105.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 21781e6f7b..e38c0a0f75 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.104.2 +1.105.0