From 38ac8de377ffa1925bb7b397c9faaeaa9ffca773 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 11 Jan 2023 19:14:48 +0800 Subject: [PATCH] chore(main): release 1.60.0 (#1086) * chore(main): release 1.60.0 * Update CHANGELOG.md * Apply automatic changes Co-authored-by: rubenfiszel --- CHANGELOG.md | 13 ++++++++++ backend/Cargo.lock | 36 +++++++++++++-------------- 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, 45 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd93108f22..dc9c436c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.60.0](https://github.com/windmill-labs/windmill/compare/v1.59.0...v1.60.0) (2023-01-11) + + +### Features + +* add 'add user to workspace' ([a14623f](https://github.com/windmill-labs/windmill/commit/a14623feaab4a36c01d558b775a42e587a74cdc9)) +* **frontend:** Add frost to color palette ([#1084](https://github.com/windmill-labs/windmill/issues/1084)) ([8e72007](https://github.com/windmill-labs/windmill/commit/8e7200736827e8f6e593f900124b1bd1bc0bd5f2)) + + +### Bug Fixes + +* **frontend:** Keep pane resizer under open drawer ([#1089](https://github.com/windmill-labs/windmill/issues/1089)) ([cb25f88](https://github.com/windmill-labs/windmill/commit/cb25f883005b99b4ce98e8ae7b8253a8a2fedb5b)) + ## [1.59.0](https://github.com/windmill-labs/windmill/compare/v1.58.0...v1.59.0) (2023-01-09) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 82491a45a6..36eceac12a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2557,8 +2557,8 @@ dependencies = [ [[package]] name = "rustpython-ast" -version = "0.1.0" -source = "git+https://github.com/RustPython/RustPython#c38babe5cb2a53a907f81c3b3a90147eaa1e3771" +version = "0.2.0" +source = "git+https://github.com/RustPython/RustPython#c7faae9b22ce31a3ba1f2cc1cd3ad759b54ce100" dependencies = [ "num-bigint", "rustpython-compiler-core", @@ -2566,8 +2566,8 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" -version = "0.1.2" -source = "git+https://github.com/RustPython/RustPython#c38babe5cb2a53a907f81c3b3a90147eaa1e3771" +version = "0.2.0" +source = "git+https://github.com/RustPython/RustPython#c7faae9b22ce31a3ba1f2cc1cd3ad759b54ce100" dependencies = [ "bincode", "bitflags", @@ -2583,8 +2583,8 @@ dependencies = [ [[package]] name = "rustpython-parser" -version = "0.1.2" -source = "git+https://github.com/RustPython/RustPython#c38babe5cb2a53a907f81c3b3a90147eaa1e3771" +version = "0.2.0" +source = "git+https://github.com/RustPython/RustPython#c7faae9b22ce31a3ba1f2cc1cd3ad759b54ce100" dependencies = [ "ahash", "anyhow", @@ -4177,7 +4177,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "axum", @@ -4201,7 +4201,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "argon2", @@ -4252,7 +4252,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.59.0" +version = "1.60.0" dependencies = [ "base64 0.21.0", "chrono", @@ -4267,7 +4267,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.59.0" +version = "1.60.0" dependencies = [ "chrono", "serde", @@ -4280,7 +4280,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "axum", @@ -4304,7 +4304,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.59.0" +version = "1.60.0" dependencies = [ "serde", "serde_json", @@ -4312,7 +4312,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "itertools", @@ -4326,7 +4326,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "itertools", @@ -4338,7 +4338,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "itertools", @@ -4353,7 +4353,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "deno_core", @@ -4367,7 +4367,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "chrono", @@ -4390,7 +4390,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.59.0" +version = "1.60.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d79e96eb1c..c2356ab2d3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.59.0" +version = "1.60.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.59.0" +version = "1.60.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 26b44b4e80..ca6ab3235e 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.59.0 + version: 1.60.0 title: Windmill server API contact: name: Windmill contact diff --git a/cli/main.ts b/cli/main.ts index 10e25ea4a5..5132647c8c 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -12,7 +12,7 @@ import hub from "./hub.ts"; import { tryResolveVersion } from "./context.ts"; import { GlobalOptions } from "./types.ts"; -const VERSION = "v1.59.0"; +const VERSION = "v1.60.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f5296b145f..a4d6de7989 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.59.0", + "version": "1.60.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.59.0", + "version": "1.60.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 730005c455..90f7e1616c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.59.0", + "version": "1.60.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 68d950baad..199af4979e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.59.0" -wmill_pg = ">=1.59.0" +wmill = ">=1.60.0" +wmill_pg = ">=1.60.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0249662846..c6f6d15aeb 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.59.0 + version: 1.60.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index da61c2894f..6f3081c53e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.59.0" +version = "1.60.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.59.0" +windmill-api = "^1.60.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 b7c485f0ea..4e1e0538e6 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.59.0" +version = "1.60.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 bb120e876c..4d5fde5bd1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.59.0 +1.60.0