diff --git a/CHANGELOG.md b/CHANGELOG.md index df0e6fb413..aeba6f9bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.308.1](https://github.com/windmill-labs/windmill/compare/v1.308.0...v1.308.1) (2024-04-16) + + +### Bug Fixes + +* fix delete perms user folders ([456b903](https://github.com/windmill-labs/windmill/commit/456b9037666d2986be7a0663a5dab19f2067580f)) + ## [1.308.0](https://github.com/windmill-labs/windmill/compare/v1.307.0...v1.308.0) (2024-04-16) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 10fc249d68..67c9d99f82 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -227,9 +227,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "ast_node" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e3e06ec6ac7d893a0db7127d91063ad7d9da8988f8a1a256f03729e6eec026" +checksum = "2e521452c6bce47ee5a5461c5e5d707212907826de14124962c58fcaf463115e" dependencies = [ "proc-macro2", "quote", @@ -866,7 +866,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.0", + "hyper 1.3.1", "hyper-util", "itoa", "matchit", @@ -3658,9 +3658,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f24ce812868d86d19daa79bf3bf9175bc44ea323391147a5e3abde2a283871b" +checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" dependencies = [ "bytes", "futures-channel", @@ -3714,7 +3714,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.3.0", + "hyper 1.3.1", "hyper-util", "native-tls", "tokio", @@ -3733,7 +3733,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.3.0", + "hyper 1.3.1", "pin-project-lite", "socket2 0.5.6", "tokio", @@ -6367,7 +6367,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.0", + "hyper 1.3.1", "hyper-tls 0.6.0", "hyper-util", "ipnet", @@ -7813,9 +7813,9 @@ checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" [[package]] name = "string_enum" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b650ea2087d32854a0f20b837fc56ec987a1cb4f758c9757e1171ee9812da63" +checksum = "6960defec35d15d58331ffb8a315d551634f757fe139c7b3d6063cae88ec90f6" dependencies = [ "proc-macro2", "quote", @@ -9706,7 +9706,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "axum", @@ -9743,7 +9743,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "argon2", @@ -9769,7 +9769,7 @@ dependencies = [ "hf-hub", "hmac", "http 1.1.0", - "hyper 1.3.0", + "hyper 1.3.1", "itertools 0.12.1", "lazy_static", "magic-crypt", @@ -9820,7 +9820,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.308.0" +version = "1.308.1" dependencies = [ "base64 0.21.7", "chrono", @@ -9838,7 +9838,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.308.0" +version = "1.308.1" dependencies = [ "chrono", "serde", @@ -9851,7 +9851,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "aws-config", @@ -9862,7 +9862,7 @@ dependencies = [ "git-version", "hex", "hmac", - "hyper 1.3.0", + "hyper 1.3.1", "indexmap 2.2.6", "itertools 0.12.1", "lazy_static", @@ -9887,7 +9887,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.308.0" +version = "1.308.1" dependencies = [ "regex", "rsmq_async", @@ -9902,7 +9902,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.308.0" +version = "1.308.1" dependencies = [ "serde", "serde_json", @@ -9910,7 +9910,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "lazy_static", @@ -9921,7 +9921,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "gosyn", @@ -9933,7 +9933,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "lazy_static", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9955,7 +9955,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "async-recursion", @@ -9972,7 +9972,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "lazy_static", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10001,7 +10001,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "getrandom 0.2.14", @@ -10019,7 +10019,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "async-recursion", @@ -10052,7 +10052,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.308.0" +version = "1.308.1" dependencies = [ "serde", "wasm-bindgen", @@ -10063,7 +10063,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.308.0" +version = "1.308.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 790760a456..bc428c01cc 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.308.0" +version = "1.308.1" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.308.0" +version = "1.308.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 0c418df016..215dec831f 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.308.0 + version: 1.308.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 3dff7f6eef..2abb30e13a 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts"; import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts"; import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts"; -export const VERSION = "v1.308.0"; +export const VERSION = "v1.308.1"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 86359058ed..cafd207f7b 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.308.0"; +export const VERSION = "v1.308.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4c69de61f1..142a62b29d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.308.0", + "version": "1.308.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.308.0", + "version": "1.308.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 722c6f2185..dda8abde58 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.308.0", + "version": "1.308.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d6d90a9041..ed3ab68796 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.308.0" -wmill_pg = ">=1.308.0" +wmill = ">=1.308.1" +wmill_pg = ">=1.308.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index bebb77d273..3a5e478d3d 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.308.0 + version: 1.308.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 379875bad7..74e03d2ae5 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.308.0" +version = "1.308.1" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 5e7276a97e..3a1bc56c8b 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.308.0" +version = "1.308.1" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/package.json b/typescript-client/package.json index 43139c68a5..3bc3f9bb9f 100644 --- a/typescript-client/package.json +++ b/typescript-client/package.json @@ -1,7 +1,7 @@ { "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", - "version": "1.308.0", + "version": "1.308.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index c122667b0e..2dde1e645f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.308.0 +1.308.1