diff --git a/CHANGELOG.md b/CHANGELOG.md index d803b3573a..86004b9b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.88.1](https://github.com/windmill-labs/windmill/compare/v1.88.0...v1.88.1) (2023-04-18) + + +### Bug Fixes + +* **frontend:** fix hub list ([1144329](https://github.com/windmill-labs/windmill/commit/1144329972fb61e2df62873ca1e485c88fabc478)) + ## [1.88.0](https://github.com/windmill-labs/windmill/compare/v1.87.0...v1.88.0) (2023-04-17) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 966560efbd..fc5ac29909 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2782,7 +2782,7 @@ dependencies = [ [[package]] name = "progenitor" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c8f5c0e0384c2e16b1079cb94db4fcd870fc8e66" +source = "git+https://github.com/oxidecomputer/progenitor#b969813fd7933b1caffd8357ac1f88606410c74d" dependencies = [ "anyhow", "built", @@ -2800,7 +2800,7 @@ dependencies = [ [[package]] name = "progenitor-client" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c8f5c0e0384c2e16b1079cb94db4fcd870fc8e66" +source = "git+https://github.com/oxidecomputer/progenitor#b969813fd7933b1caffd8357ac1f88606410c74d" dependencies = [ "bytes", "futures-core", @@ -2814,7 +2814,7 @@ dependencies = [ [[package]] name = "progenitor-impl" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c8f5c0e0384c2e16b1079cb94db4fcd870fc8e66" +source = "git+https://github.com/oxidecomputer/progenitor#b969813fd7933b1caffd8357ac1f88606410c74d" dependencies = [ "getopts", "heck", @@ -2836,7 +2836,7 @@ dependencies = [ [[package]] name = "progenitor-macro" version = "0.2.1-dev" -source = "git+https://github.com/oxidecomputer/progenitor#c8f5c0e0384c2e16b1079cb94db4fcd870fc8e66" +source = "git+https://github.com/oxidecomputer/progenitor#b969813fd7933b1caffd8357ac1f88606410c74d" dependencies = [ "openapiv3", "proc-macro2", @@ -4603,7 +4603,7 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "typify" version = "0.0.12-dev" -source = "git+https://github.com/oxidecomputer/typify#7393e427c34f10fef45f02df5c906a1e925929f8" +source = "git+https://github.com/oxidecomputer/typify#26efa84c0fbc185d3c48a5a82298e4341a0998c9" dependencies = [ "typify-impl", "typify-macro", @@ -4612,7 +4612,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.12-dev" -source = "git+https://github.com/oxidecomputer/typify#7393e427c34f10fef45f02df5c906a1e925929f8" +source = "git+https://github.com/oxidecomputer/typify#26efa84c0fbc185d3c48a5a82298e4341a0998c9" dependencies = [ "heck", "log", @@ -4629,7 +4629,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.12-dev" -source = "git+https://github.com/oxidecomputer/typify#7393e427c34f10fef45f02df5c906a1e925929f8" +source = "git+https://github.com/oxidecomputer/typify#26efa84c0fbc185d3c48a5a82298e4341a0998c9" dependencies = [ "proc-macro2", "quote", @@ -5096,7 +5096,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "axum", @@ -5130,7 +5130,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "argon2", @@ -5188,7 +5188,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.88.0" +version = "1.88.1" dependencies = [ "base64 0.21.0", "chrono", @@ -5203,7 +5203,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.88.0" +version = "1.88.1" dependencies = [ "chrono", "serde", @@ -5216,7 +5216,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "axum", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.88.0" +version = "1.88.1" dependencies = [ "serde", "serde_json", @@ -5249,7 +5249,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "itertools", @@ -5264,7 +5264,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "gosyn", @@ -5277,7 +5277,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "itertools", @@ -5292,7 +5292,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "deno_core", @@ -5306,7 +5306,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "chrono", @@ -5333,7 +5333,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.88.0" +version = "1.88.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ebc6762e6b..82f4460d05 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.88.0" +version = "1.88.1" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.88.0" +version = "1.88.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index d2f5536ef7..7d0bbdcd68 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.88.0 + version: 1.88.1 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 60891ddb51..b972a12f09 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.88.0"; +export const VERSION = "v1.88.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 834761c7f6..ff5fad4bde 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.88.0", + "version": "1.88.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.88.0", + "version": "1.88.1", "license": "Apache-2.0", "dependencies": { "@fortawesome/free-brands-svg-icons": "^6.2.1", diff --git a/frontend/package.json b/frontend/package.json index 20862b0915..b59c9e84b3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.88.0", + "version": "1.88.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index a5f8df65e0..36abbd39c4 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.88.0" -wmill_pg = ">=1.88.0" +wmill = ">=1.88.1" +wmill_pg = ">=1.88.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 04baa22354..07cb0054ad 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.88.0 + version: 1.88.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 9343dc7a73..f8540c63f7 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.88.0" +version = "1.88.1" 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.88.0" +windmill-api = "^1.88.1" [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 7a6cac6912..b83829d7d1 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.88.0" +version = "1.88.1" 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 59be592144..2d0226d9f3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.88.0 +1.88.1