diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2d204c98..63d86e7779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.136.0](https://github.com/windmill-labs/windmill/compare/v1.135.1...v1.136.0) (2023-07-24) + + +### Features + +* add SCIM instances groups to group page ([6517caf](https://github.com/windmill-labs/windmill/commit/6517caf7d5e5a905d251dfcc3055308487e644f8)) + + +### Bug Fixes + +* **frontend:** Fix fetch webhook code + add copy to clipboard button ([#1928](https://github.com/windmill-labs/windmill/issues/1928)) ([7799e4e](https://github.com/windmill-labs/windmill/commit/7799e4e73283d51b7dff8a27f70ecf29be298c13)) +* improve SCIM sync ([c05b138](https://github.com/windmill-labs/windmill/commit/c05b13804f21cb02d5f27df2a046e37a6ccfcce7)) + ## [1.135.1](https://github.com/windmill-labs/windmill/compare/v1.135.0...v1.135.1) (2023-07-23) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index fb1d3d3421..09dff5818c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2838,9 +2838,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.9" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" +checksum = "24e6ab01971eb092ffe6a7d42f49f9ff42662f17604681e2843ad65077ba47dc" dependencies = [ "cc", "libc", @@ -3976,9 +3976,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" +checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" dependencies = [ "proc-macro2", ] @@ -4751,9 +4751,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.174" +version = "1.0.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b88756493a5bd5e5395d53baa70b194b05764ab85b59e43e4b8f4e1192fa9b1" +checksum = "5d25439cd7397d044e2748a6fe2432b5e85db703d6d097bd014b3c0ad1ebff0b" dependencies = [ "serde_derive", ] @@ -4791,9 +4791,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.174" +version = "1.0.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e5c3a298c7f978e53536f95a63bdc4c4a64550582f31a0359a9afda6aede62e" +checksum = "b23f7ade6f110613c0d63858ddb8b94c1041f550eab58a16b371bdf2c9c80ab4" dependencies = [ "proc-macro2", "quote", @@ -6981,7 +6981,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "axum", @@ -7016,7 +7016,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "argon2", @@ -7074,7 +7074,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.135.1" +version = "1.136.0" dependencies = [ "base64 0.21.2", "chrono", @@ -7091,7 +7091,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.135.1" +version = "1.136.0" dependencies = [ "chrono", "serde", @@ -7104,7 +7104,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "axum", @@ -7129,7 +7129,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.135.1" +version = "1.136.0" dependencies = [ "serde", "serde_json", @@ -7137,7 +7137,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "lazy_static", @@ -7148,7 +7148,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "gosyn", @@ -7158,7 +7158,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7169,7 +7169,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7184,7 +7184,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "lazy_static", @@ -7195,7 +7195,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7210,7 +7210,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7227,7 +7227,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "async-recursion", @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.135.1" +version = "1.136.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 721ffe301a..5c873d45a7 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.135.1" +version = "1.136.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.135.1" +version = "1.136.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 5f9edd5fe4..dbfc56139e 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.135.1 + version: 1.136.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 5be55a82ae..3b902b6dab 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.135.1"; +export const VERSION = "v1.136.0"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index ae43fb5d5d..800f3ef351 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -30,7 +30,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.135.1"; +export const VERSION = "v1.136.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 995da83926..dec0af1e4a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.135.1", + "version": "1.136.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.135.1", + "version": "1.136.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index ee66d98bcf..a95fb1f05b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.135.1", + "version": "1.136.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d1341d4335..f01253285a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.135.1" -wmill_pg = ">=1.135.1" +wmill = ">=1.136.0" +wmill_pg = ">=1.136.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 4b55ba7d1d..c7b031081a 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.135.1 + version: 1.136.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index e04b73cc8c..d5f16cd8af 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.135.1" +version = "1.136.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.135.1" +windmill-api = "^1.136.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 5adc8a7afb..8c5c182f2a 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.135.1" +version = "1.136.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/version.txt b/version.txt index 9da5617eb2..f69bce49e8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.135.1 +1.136.0