diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e7010940..ce18644216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.260.1](https://github.com/windmill-labs/windmill/compare/v1.260.0...v1.260.1) (2024-02-02) + + +### Bug Fixes + +* retrigger release ([160f91e](https://github.com/windmill-labs/windmill/commit/160f91e0be87a6ccf59eb99589ac7f73fa43d10c)) + ## [1.260.0](https://github.com/windmill-labs/windmill/compare/v1.259.2...v1.260.0) (2024-02-02) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 72f3dc99f5..9502f9efcd 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3751,7 +3751,7 @@ dependencies = [ "smtp-proto", "tokio", "tokio-rustls 0.25.0", - "webpki-roots 0.26.0", + "webpki-roots 0.26.1", ] [[package]] @@ -5881,7 +5881,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots 0.25.3", + "webpki-roots 0.25.4", "winreg", ] @@ -6169,7 +6169,7 @@ dependencies = [ "log", "ring 0.17.7", "rustls-pki-types", - "rustls-webpki 0.102.1", + "rustls-webpki 0.102.2", "subtle", "zeroize", ] @@ -6197,9 +6197,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9d979b3ce68192e42760c7810125eb6cf2ea10efae545a156063e61f314e2a" +checksum = "0a716eb65e3158e90e17cd93d855216e27bde02745ab842f2cab4a39dba1bacf" [[package]] name = "rustls-webpki" @@ -6213,9 +6213,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.1" +version = "0.102.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef4ca26037c909dedb327b48c3327d0ba91d3dd3c4e05dad328f210ffb68e95b" +checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" dependencies = [ "ring 0.17.7", "rustls-pki-types", @@ -7071,7 +7071,7 @@ dependencies = [ "tracing", "url", "uuid 1.7.0", - "webpki-roots 0.25.3", + "webpki-roots 0.25.4", ] [[package]] @@ -8727,7 +8727,7 @@ dependencies = [ "serde", "serde_json", "url", - "webpki-roots 0.25.3", + "webpki-roots 0.25.4", ] [[package]] @@ -9019,15 +9019,15 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.3" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de2cfda980f21be5a7ed2eadb3e6fe074d56022bea2cdeb1a62eb220fc04188" +checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" dependencies = [ "rustls-pki-types", ] @@ -9087,7 +9087,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "axum", @@ -9123,7 +9123,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "argon2", @@ -9197,7 +9197,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.260.0" +version = "1.260.1" dependencies = [ "base64 0.21.7", "chrono", @@ -9215,7 +9215,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.260.0" +version = "1.260.1" dependencies = [ "chrono", "serde", @@ -9228,7 +9228,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "axum", @@ -9261,7 +9261,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.260.0" +version = "1.260.1" dependencies = [ "rsmq_async", "serde", @@ -9275,7 +9275,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.260.0" +version = "1.260.1" dependencies = [ "serde", "serde_json", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "lazy_static", @@ -9294,7 +9294,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "gosyn", @@ -9306,7 +9306,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "lazy_static", @@ -9317,7 +9317,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9328,7 +9328,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "async-recursion", @@ -9345,7 +9345,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "lazy_static", @@ -9356,7 +9356,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9374,7 +9374,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9392,7 +9392,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "async-recursion", @@ -9425,7 +9425,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.260.0" +version = "1.260.1" dependencies = [ "anyhow", "async-recursion", @@ -9631,9 +9631,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.36" +version = "0.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "818ce546a11a9986bc24f93d0cdf38a8a1a400f1473ea8c82e59f6e0ffab9249" +checksum = "a7cad8365489051ae9f054164e459304af2e7e9bb407c958076c8bf4aef52da5" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4af75acc13..2c899c89fb 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.260.0" +version = "1.260.1" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.260.0" +version = "1.260.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 4abdd84575..91f09fc025 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.260.0 + version: 1.260.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 7fbc2d0eda..aaa551171f 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.260.0"; +export const VERSION = "v1.260.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 ab3b247bcd..c5fb23796d 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.260.0"; +export const VERSION = "v1.260.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c41fe11e97..0ec1ee6015 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.260.0", + "version": "1.260.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.260.0", + "version": "1.260.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 1f2439928a..696ceb2cf2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.260.0", + "version": "1.260.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 843ac8192a..7aa5c724c5 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.260.0" -wmill_pg = ">=1.260.0" +wmill = ">=1.260.1" +wmill_pg = ">=1.260.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 95b9711bfc..027c17129b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.260.0 + version: 1.260.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 85ebe2667f..2eabca38ca 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.260.0" +version = "1.260.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 2755c3e35c..cb3ef7a954 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.260.0" +version = "1.260.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 759aacadcd..87f2d78d64 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.260.0", + "version": "1.260.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index ca16b5a927..fad9f8a5a2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.260.0 +1.260.1