From 772bb602b0f867e0d969da583500cb0f0c3bdd43 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 16 Feb 2023 04:31:32 +0100 Subject: [PATCH] chore(main): release 1.64.0 (#1206) * chore(main): release 1.64.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 ++++ backend/Cargo.lock | 50 +++++++++++++-------------- 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, 46 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e22a5afcc..d94f098095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.64.0](https://github.com/windmill-labs/windmill/compare/v1.63.2...v1.64.0) (2023-02-16) + + +### Features + +* **frontend:** Trigger settings drawer with URL hash ([#1185](https://github.com/windmill-labs/windmill/issues/1185)) ([8445697](https://github.com/windmill-labs/windmill/commit/8445697e31394ac11f3b8aa10af1546cc9c0041c)) + ## [1.63.2](https://github.com/windmill-labs/windmill/compare/v1.63.1...v1.63.2) (2023-02-15) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 452eb2dd42..8f85f4f848 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -466,9 +466,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.4" +version = "4.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" +checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" dependencies = [ "bitflags", "clap_derive", @@ -661,9 +661,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90d59d9acd2a682b4e40605a242f6670eaa58c5957471cbf85e8aa6a0b97a5e8" +checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" dependencies = [ "cc", "cxxbridge-flags", @@ -673,9 +673,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfa40bda659dd5c864e65f4c9a2b0aff19bea56b017b9b77c73d3766a453a38" +checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" dependencies = [ "cc", "codespan-reporting", @@ -688,15 +688,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "457ce6757c5c70dc6ecdbda6925b958aae7f959bda7d8fb9bde889e34a09dc03" +checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" [[package]] name = "cxxbridge-macro" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebf883b7aacd7b2aeb2a7b338648ee19f57c140d4ee8e52c68979c6b2f7f2263" +checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" dependencies = [ "proc-macro2", "quote", @@ -2905,7 +2905,7 @@ dependencies = [ [[package]] name = "rustpython-ast" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#1fd557d549cd72e7da83608b99e5464273abd4b3" +source = "git+https://github.com/RustPython/RustPython#3c4f04f3aa457d386815b94bfc17564ad40cbc89" dependencies = [ "num-bigint", "rustpython-compiler-core", @@ -2914,7 +2914,7 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#1fd557d549cd72e7da83608b99e5464273abd4b3" +source = "git+https://github.com/RustPython/RustPython#3c4f04f3aa457d386815b94bfc17564ad40cbc89" dependencies = [ "bincode", "bitflags", @@ -2931,7 +2931,7 @@ dependencies = [ [[package]] name = "rustpython-parser" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#1fd557d549cd72e7da83608b99e5464273abd4b3" +source = "git+https://github.com/RustPython/RustPython#3c4f04f3aa457d386815b94bfc17564ad40cbc89" dependencies = [ "ahash", "anyhow", @@ -4668,7 +4668,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "axum", @@ -4695,7 +4695,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "argon2", @@ -4749,7 +4749,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.63.2" +version = "1.64.0" dependencies = [ "base64 0.21.0", "chrono", @@ -4764,7 +4764,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.63.2" +version = "1.64.0" dependencies = [ "chrono", "serde", @@ -4777,7 +4777,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "axum", @@ -4802,7 +4802,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.63.2" +version = "1.64.0" dependencies = [ "serde", "serde_json", @@ -4810,7 +4810,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "itertools", @@ -4824,7 +4824,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "itertools", @@ -4836,7 +4836,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "itertools", @@ -4851,7 +4851,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "deno_core", @@ -4865,7 +4865,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "chrono", @@ -4888,7 +4888,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.63.2" +version = "1.64.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7129fb018f..b81133cc44 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.63.2" +version = "1.64.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.63.2" +version = "1.64.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 7347375754..45c722385c 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.63.2 + version: 1.64.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index a185cc0c94..a4d1a23bd0 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.63.2"; +const VERSION = "v1.64.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0d692ee597..9898e1c4d6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.63.2", + "version": "1.64.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.63.2", + "version": "1.64.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 1eec0488d6..05526c3db5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.63.2", + "version": "1.64.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b0ea14c395..6a4a9dcd97 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.63.2" -wmill_pg = ">=1.63.2" +wmill = ">=1.64.0" +wmill_pg = ">=1.64.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 714a143f3c..8ddb15e310 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.63.2 + version: 1.64.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 1e2cbea7e0..1cea20746c 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.63.2" +version = "1.64.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.63.2" +windmill-api = "^1.64.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 7992a4b8ea..ec483405f4 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.63.2" +version = "1.64.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 590653d944..9405730420 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.63.2 +1.64.0