From 2bd8fabcf7638c3f94258a5dca87d59d475b5305 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 23 Feb 2023 13:42:42 +0100 Subject: [PATCH] chore(main): release 1.68.0 (#1223) * chore(main): release 1.68.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 13 ++++++++++++ backend/Cargo.lock | 30 +++++++++++++-------------- 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, 42 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adb721ec6..a6f828a29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.68.0](https://github.com/windmill-labs/windmill/compare/v1.67.4...v1.68.0) (2023-02-23) + + +### Features + +* **frontend:** Add more app component CSS customisation ([#1218](https://github.com/windmill-labs/windmill/issues/1218)) ([6044e3b](https://github.com/windmill-labs/windmill/commit/6044e3b6ef92e89b8f15f38bc2d0986ec64105d5)) + + +### Bug Fixes + +* **cli:** better ergonomics around workspace add ([40c12e6](https://github.com/windmill-labs/windmill/commit/40c12e6139c7b42d7ab169bab2dd37f8b43bea06)) +* **cli:** better ergonomics around workspaces ([3b7160e](https://github.com/windmill-labs/windmill/commit/3b7160e84aa454bdb5f343da99cfd97a6b319937)) + ## [1.67.4](https://github.com/windmill-labs/windmill/compare/v1.67.3...v1.67.4) (2023-02-23) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 8f20eb5fb5..3ef3448418 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3003,7 +3003,7 @@ dependencies = [ [[package]] name = "rustpython-ast" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#4a579b5752355de4e9efc63f9c1351c12ae90556" +source = "git+https://github.com/RustPython/RustPython#5018b1a42681d2d02c514d54e23eace02af942c2" dependencies = [ "num-bigint", "rustpython-compiler-core", @@ -3012,7 +3012,7 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#4a579b5752355de4e9efc63f9c1351c12ae90556" +source = "git+https://github.com/RustPython/RustPython#5018b1a42681d2d02c514d54e23eace02af942c2" dependencies = [ "bincode", "bitflags", @@ -3029,7 +3029,7 @@ dependencies = [ [[package]] name = "rustpython-parser" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#4a579b5752355de4e9efc63f9c1351c12ae90556" +source = "git+https://github.com/RustPython/RustPython#5018b1a42681d2d02c514d54e23eace02af942c2" dependencies = [ "ahash", "anyhow", @@ -4766,7 +4766,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "axum", @@ -4793,7 +4793,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "argon2", @@ -4848,7 +4848,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.67.4" +version = "1.68.0" dependencies = [ "base64 0.21.0", "chrono", @@ -4863,7 +4863,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.67.4" +version = "1.68.0" dependencies = [ "chrono", "serde", @@ -4876,7 +4876,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "axum", @@ -4901,7 +4901,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.67.4" +version = "1.68.0" dependencies = [ "serde", "serde_json", @@ -4909,7 +4909,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "itertools", @@ -4923,7 +4923,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "itertools", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "itertools", @@ -4950,7 +4950,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "deno_core", @@ -4964,7 +4964,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "chrono", @@ -4987,7 +4987,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.67.4" +version = "1.68.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cece813357..f8c51939ad 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.67.4" +version = "1.68.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.67.4" +version = "1.68.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index ab2021b448..ded424aa4c 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.67.4 + version: 1.68.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 493891de72..2cb2bee379 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.67.4"; +const VERSION = "v1.68.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f2bd9d50a2..4dafe2fdd2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.67.4", + "version": "1.68.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.67.4", + "version": "1.68.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 bf2984d7d2..d6f3570d1d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.67.4", + "version": "1.68.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 77c3284579..6e7468c268 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.67.4" -wmill_pg = ">=1.67.4" +wmill = ">=1.68.0" +wmill_pg = ">=1.68.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index e4f29fe915..a811bed06c 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.67.4 + version: 1.68.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a1ba385318..f4fb5feef6 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.67.4" +version = "1.68.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.67.4" +windmill-api = "^1.68.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 7165ff01f9..7be467c53c 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.67.4" +version = "1.68.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 2b26941e92..ee2f4ca913 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.67.4 +1.68.0