From a20ee6096aec08e84e71595f6b983efa47f3e7b9 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 20 Sep 2024 09:17:15 +0200 Subject: [PATCH] chore(main): release 1.397.1 (#4406) * chore(main): release 1.397.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 9 +++ backend/Cargo.lock | 68 +++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 60 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a323c190d7..0e06756175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.397.1](https://github.com/windmill-labs/windmill/compare/v1.397.0...v1.397.1) (2024-09-20) + + +### Bug Fixes + +* **go:** put shared directory in job dir and not go parent ([623ece8](https://github.com/windmill-labs/windmill/commit/623ece8c6791b2c18648a68c562fcd5c8291be9b)) +* improve ability to paste from macos in vscode extension ([07372e7](https://github.com/windmill-labs/windmill/commit/07372e7e65d77df338718929f133e477a1daf993)) +* update git sync script ([30fe28c](https://github.com/windmill-labs/windmill/commit/30fe28ceecb9043eee6811dce8c3e2cd9224927b)) + ## [1.397.0](https://github.com/windmill-labs/windmill/compare/v1.396.1...v1.397.0) (2024-09-18) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f99979afd0..48eae53d77 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2795,7 +2795,7 @@ dependencies = [ "rustls-webpki 0.102.8", "serde", "tokio", - "webpki-roots 0.26.5", + "webpki-roots 0.26.6", ] [[package]] @@ -4892,7 +4892,7 @@ dependencies = [ "smtp-proto", "tokio", "tokio-rustls 0.26.0", - "webpki-roots 0.26.5", + "webpki-roots 0.26.6", ] [[package]] @@ -8051,7 +8051,7 @@ dependencies = [ "tracing", "url", "uuid 1.10.0", - "webpki-roots 0.26.5", + "webpki-roots 0.26.6", ] [[package]] @@ -9924,9 +9924,9 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-id" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1b6def86329695390197b82c1e244a54a131ceb66c996f2088a3876e2ae083f" +checksum = "10103c57044730945224467c09f71a4db0071c123a0648cc3e818913bde6b561" [[package]] name = "unicode-id-start" @@ -9972,15 +9972,15 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-xid" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "unicode_categories" @@ -10044,7 +10044,7 @@ dependencies = [ "serde", "serde_json", "url", - "webpki-roots 0.26.5", + "webpki-roots 0.26.6", ] [[package]] @@ -10340,9 +10340,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.5" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" +checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" dependencies = [ "rustls-pki-types", ] @@ -10421,7 +10421,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "axum", @@ -10463,7 +10463,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "argon2", @@ -10547,7 +10547,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.397.0" +version = "1.397.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10565,7 +10565,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.397.0" +version = "1.397.1" dependencies = [ "chrono", "serde", @@ -10578,7 +10578,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "async-stream", @@ -10622,7 +10622,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.397.0" +version = "1.397.1" dependencies = [ "regex", "rsmq_async", @@ -10637,7 +10637,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "bytes", @@ -10658,7 +10658,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.397.0" +version = "1.397.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -10667,7 +10667,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "lazy_static", @@ -10679,7 +10679,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "gosyn", @@ -10691,7 +10691,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "lazy_static", @@ -10703,7 +10703,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10714,7 +10714,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10725,7 +10725,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "async-recursion", @@ -10743,7 +10743,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10760,7 +10760,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "lazy_static", @@ -10772,7 +10772,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "lazy_static", @@ -10790,7 +10790,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10811,7 +10811,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "serde_json", @@ -10821,7 +10821,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "async-recursion", @@ -10854,7 +10854,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.397.0" +version = "1.397.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10864,7 +10864,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.397.0" +version = "1.397.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index dcd3c33aa7..c77b140846 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.397.0" +version = "1.397.1" authors.workspace = true edition.workspace = true @@ -27,7 +27,7 @@ members = [ ] [workspace.package] -version = "1.397.0" +version = "1.397.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index f0c48d6e4b..99e48ec00b 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.397.0 + version: 1.397.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index c4f4476c03..fb32b3519a 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.397.0"; +export const VERSION = "v1.397.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 5e0f8187de..402584a5c6 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -56,7 +56,7 @@ export { // } // }); -export const VERSION = "1.397.0"; +export const VERSION = "1.397.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ae6260f40c..b732e98336 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.397.0", + "version": "1.397.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.397.0", + "version": "1.397.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 5fba1c8433..910d85ecea 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.397.0", + "version": "1.397.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index cf310ea66a..857cc0cac5 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.397.0" -wmill_pg = ">=1.397.0" +wmill = ">=1.397.1" +wmill_pg = ">=1.397.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index fffe006283..83136aef4b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.397.0 + version: 1.397.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 3a1ebc98c8..a206a7362c 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. -ModuleVersion = '1.397.0' +ModuleVersion = '1.397.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 011d6d2018..7065c6fd62 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.397.0" +version = "1.397.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 ca7be432f8..755ad89227 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.397.0" +version = "1.397.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/jsr.json b/typescript-client/jsr.json index 166f99aa6b..ba057ecb63 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.397.0", + "version": "1.397.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 133acb6e8b..256eb2e989 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.397.0", + "version": "1.397.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 4cabee71e3..685ffb0bda 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.397.0 +1.397.1