diff --git a/CHANGELOG.md b/CHANGELOG.md index a5beb3719e949..ec087d4b693ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.440.2](https://github.com/windmill-labs/windmill/compare/v1.440.1...v1.440.2) (2024-12-18) + + +### Bug Fixes + +* fix redeploying flows with attached schedules ([fb536df](https://github.com/windmill-labs/windmill/commit/fb536df0668d49d14f4aed98870caaad396d0389)) + ## [1.440.1](https://github.com/windmill-labs/windmill/compare/v1.440.0...v1.440.1) (2024-12-18) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 09049c2df1a32..0e98391d0fedd 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -614,9 +614,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "aws-config" -version = "1.5.10" +version = "1.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b49afaa341e8dd8577e1a2200468f98956d6eda50bcf4a53246cc00174ba924" +checksum = "a5d1c2c88936a73c699225d0bc00684a534166b0cebc2659c3cdf08de8edc64c" dependencies = [ "aws-credential-types", "aws-runtime", @@ -625,7 +625,7 @@ dependencies = [ "aws-sdk-sts", "aws-smithy-async", "aws-smithy-http", - "aws-smithy-json 0.60.7", + "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.4.4" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5ac934720fbb46206292d2c75b57e67acfc56fe7dfd34fb9a02334af08409ea" +checksum = "300a12520b4e6d08b73f77680f12c16e8ae43250d55100e0b2be46d78da16a48" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -681,15 +681,15 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.50.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ca43a4ef210894f93096039ef1d6fa4ad3edfabb3be92b80908b9f2e4b4eab" +checksum = "74995133da38f109a0eb8e8c886f9e80c713b6e9f2e6e5a6a1ba4450ce2ffc46" dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", "aws-smithy-http", - "aws-smithy-json 0.61.1", + "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", @@ -703,15 +703,15 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.51.0" +version = "1.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abaf490c2e48eed0bb8e2da2fb08405647bd7f253996e0f93b981958ea0f73b0" +checksum = "e7062a779685cbf3b2401eb36151e2c6589fd5f3569b8a6bc2d199e5aaa1d059" dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", "aws-smithy-http", - "aws-smithy-json 0.61.1", + "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", @@ -725,15 +725,15 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.51.0" +version = "1.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b68fde0d69c8bfdc1060ea7da21df3e39f6014da316783336deff0a9ec28f4bf" +checksum = "299dae7b1dc0ee50434453fa5a229dc4b22bd3ee50409ff16becf1f7346e0193" dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", "aws-smithy-http", - "aws-smithy-json 0.61.1", + "aws-smithy-json", "aws-smithy-query", "aws-smithy-runtime", "aws-smithy-runtime-api", @@ -800,15 +800,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "aws-smithy-json" -version = "0.60.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" -dependencies = [ - "aws-smithy-types", -] - [[package]] name = "aws-smithy-json" version = "0.61.1" @@ -10666,7 +10657,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "axum", @@ -10707,7 +10698,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "argon2", @@ -10792,7 +10783,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.440.1" +version = "1.440.2" dependencies = [ "base64 0.22.1", "chrono", @@ -10810,7 +10801,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.440.1" +version = "1.440.2" dependencies = [ "chrono", "serde", @@ -10823,7 +10814,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "serde", @@ -10837,7 +10828,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "async-stream", @@ -10895,7 +10886,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.440.1" +version = "1.440.2" dependencies = [ "regex", "serde", @@ -10909,7 +10900,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "bytes", @@ -10932,7 +10923,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.440.1" +version = "1.440.2" dependencies = [ "itertools 0.13.0", "lazy_static", @@ -10944,7 +10935,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.440.1" +version = "1.440.2" dependencies = [ "convert_case 0.6.0", "serde", @@ -10953,7 +10944,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "lazy_static", @@ -10965,7 +10956,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "serde_json", @@ -10977,7 +10968,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "gosyn", @@ -10989,7 +10980,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "lazy_static", @@ -11001,7 +10992,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "itertools 0.13.0", @@ -11012,7 +11003,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "itertools 0.13.0", @@ -11023,7 +11014,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "async-recursion", @@ -11041,7 +11032,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -11058,7 +11049,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "lazy_static", @@ -11070,7 +11061,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "lazy_static", @@ -11088,7 +11079,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -11110,7 +11101,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "serde_json", @@ -11120,7 +11111,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "async-recursion", @@ -11154,7 +11145,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.440.1" +version = "1.440.2" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -11164,7 +11155,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.440.1" +version = "1.440.2" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3a0cb42f5ac31..55748766ab568 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.440.1" +version = "1.440.2" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.440.1" +version = "1.440.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 72c92db7079ea..d00704ea879ab 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.440.1 + version: 1.440.2 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 887644c2ff753..bc5a100710844 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.440.1"; +export const VERSION = "v1.440.2"; 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 cff86d6365a8d..f78dd7ee4365d 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.440.1"; +export const VERSION = "1.440.2"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 02632ec4414f0..24e8f50383641 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.440.1", + "version": "1.440.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.440.1", + "version": "1.440.2", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index e70039c21b22e..4ade2e05d6f40 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.440.1", + "version": "1.440.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 5635f71723259..e5919ecd6b270 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.440.1" -wmill_pg = ">=1.440.1" +wmill = ">=1.440.2" +wmill_pg = ">=1.440.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ff249852ca460..31456e3393baf 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.440.1 + version: 1.440.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 7e97f85577164..10494b8a9ed94 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.440.1' + ModuleVersion = '1.440.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 53c5cbc2c2438..45760b6fcd831 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.440.1" +version = "1.440.2" 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 bbc9908f8031b..e2f4001b6ed3c 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.440.1" +version = "1.440.2" 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 b9b808770a7fa..b57ad982a9766 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.440.1", + "version": "1.440.2", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 3b43a12caa32c..f9dd98dfb7ff8 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.440.1", + "version": "1.440.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f5823e14fb0ef..f30d8392d8c6e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.440.1 +1.440.2