chore(main): release 1.417.3 (#4647)

* chore(main): release 1.417.3

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-11-04 20:49:56 +01:00
committed by GitHub
parent 1e7909e959
commit b245edc2dd
16 changed files with 58 additions and 51 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [1.417.3](https://github.com/windmill-labs/windmill/compare/v1.417.2...v1.417.3) (2024-11-04)
### Bug Fixes
* **cli:** improve pulling instance with folderPerInstance ([1e7909e](https://github.com/windmill-labs/windmill/commit/1e7909e95931e1e121cb3767bad093239254935d))
## [1.417.2](https://github.com/windmill-labs/windmill/compare/v1.417.1...v1.417.2) (2024-11-04)
+34 -34
View File
@@ -117,9 +117,9 @@ dependencies = [
[[package]]
name = "anstream"
version = "0.6.17"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
dependencies = [
"anstyle",
"anstyle-parse",
@@ -3987,9 +3987,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.15.0"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
dependencies = [
"allocator-api2",
"equivalent",
@@ -4535,7 +4535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
dependencies = [
"equivalent",
"hashbrown 0.15.0",
"hashbrown 0.15.1",
"serde",
]
@@ -4942,7 +4942,7 @@ version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
dependencies = [
"hashbrown 0.15.0",
"hashbrown 0.15.1",
]
[[package]]
@@ -9124,18 +9124,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.67"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3c6efbfc763e64eb85c11c25320f0737cb7364c4b6336db90aa9ebe27a0bbd"
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.67"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b607164372e89797d78b8e23a6d67d5d1038c1c65efd52e1389ef8b77caba2a6"
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
dependencies = [
"proc-macro2",
"quote",
@@ -10563,7 +10563,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"axum",
@@ -10605,7 +10605,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"argon2",
@@ -10690,7 +10690,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -10708,7 +10708,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"chrono",
"serde",
@@ -10721,7 +10721,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"rsmq_async",
@@ -10736,7 +10736,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"async-stream",
@@ -10782,7 +10782,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"regex",
"rsmq_async",
@@ -10797,7 +10797,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"bytes",
@@ -10819,7 +10819,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"itertools 0.13.0",
"lazy_static",
@@ -10831,7 +10831,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -10840,7 +10840,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"lazy_static",
@@ -10852,7 +10852,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"gosyn",
@@ -10864,7 +10864,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"lazy_static",
@@ -10876,7 +10876,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10887,7 +10887,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10898,7 +10898,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"async-recursion",
@@ -10916,7 +10916,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10933,7 +10933,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"lazy_static",
@@ -10945,7 +10945,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"lazy_static",
@@ -10963,7 +10963,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -10984,7 +10984,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"serde_json",
@@ -10994,7 +10994,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"async-recursion",
@@ -11027,7 +11027,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -11037,7 +11037,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.417.2"
version = "1.417.3"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.417.2"
version = "1.417.3"
authors.workspace = true
edition.workspace = true
@@ -29,7 +29,7 @@ members = [
]
[workspace.package]
version = "1.417.2"
version = "1.417.3"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.417.2
version: 1.417.3
title: Windmill API
contact:
+1 -1
View File
@@ -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.417.2";
export const VERSION = "v1.417.3";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -60,7 +60,7 @@ export {
// }
// });
export const VERSION = "1.417.2";
export const VERSION = "1.417.3";
const command = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.417.2",
"version": "1.417.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.417.2",
"version": "1.417.3",
"license": "AGPL-3.0",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.417.2",
"version": "1.417.3",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.417.2"
wmill_pg = ">=1.417.2"
wmill = ">=1.417.3"
wmill_pg = ">=1.417.3"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.417.2
version: 1.417.3
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.417.2'
ModuleVersion = '1.417.3'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.417.2"
version = "1.417.3"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.417.2"
version = "1.417.3"
description = "An extension client for the wmill client library focused on pg"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@windmill/windmill",
"version": "1.417.2",
"version": "1.417.3",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.ts", "./client.ts"]
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.417.2",
"version": "1.417.3",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.417.2
1.417.3