diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e6ba0930..7bc5826206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.120.0](https://github.com/windmill-labs/windmill/compare/v1.119.0...v1.120.0) (2023-06-22) + + +### Features + +* add ability to copy job args ([29a2eeb](https://github.com/windmill-labs/windmill/commit/29a2eeb382b1d9359eb385fc21fc332c861ea2ff)) +* add update checker on version info ([f9341af](https://github.com/windmill-labs/windmill/commit/f9341af2feaf3bf2e0681c82350cdf24adfd7e8d)) + + +### Bug Fixes + +* **cli:** expose --skip-secrets --skip-variables --skip-resources ([a1b5c14](https://github.com/windmill-labs/windmill/commit/a1b5c142bd1012e83b2f194d073a1d1531753618)) + ## [1.119.0](https://github.com/windmill-labs/windmill/compare/v1.118.0...v1.119.0) (2023-06-22) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 1b7821cc2c..a95695505a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "better_scoped_tls" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123" +checksum = "794edcc9b3fb07bb4aecaa11f093fd45663b4feadb782d68303a2268bc2701de" dependencies = [ "scoped-tls", ] @@ -4048,9 +4048,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.31.14" +version = "0.31.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5fc6ab986a680b4f1d5c78d53976b395eb01372977e46db5c71557039bce439" +checksum = "31f3acface9a59ac1bb76ec0b71dccadf413169db89d426f6cafc51d1f4d108f" dependencies = [ "ahash 0.8.3", "ast_node", @@ -4075,9 +4075,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.106.4" +version = "0.106.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd7945b03e384d1a1a56577d4457c21a0d5751ff6830d21b6bdab67a57f7a2e" +checksum = "8be2269591931983cd0d977018e4362bc17c7576ea4c6a7aa22bb4223fd2095a" dependencies = [ "bitflags 2.3.2", "is-macro", @@ -4091,9 +4091,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.136.5" +version = "0.136.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dda315283416b168710540fc9f19c1f9b363c62b67a588166bb23dec3699193" +checksum = "acc053020267c317a35c464c01f2990ca155c97c02d34a460b66f1f4b568b7eb" dependencies = [ "either", "lexical", @@ -5164,7 +5164,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "axum", @@ -5199,7 +5199,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "argon2", @@ -5255,7 +5255,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.119.0" +version = "1.120.0" dependencies = [ "base64 0.21.2", "chrono", @@ -5272,7 +5272,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.119.0" +version = "1.120.0" dependencies = [ "chrono", "serde", @@ -5285,7 +5285,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "axum", @@ -5310,7 +5310,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.119.0" +version = "1.120.0" dependencies = [ "serde", "serde_json", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "lazy_static", @@ -5329,7 +5329,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "gosyn", @@ -5339,7 +5339,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -5350,7 +5350,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -5365,7 +5365,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -5380,7 +5380,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "serde_json", @@ -5395,7 +5395,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "async-recursion", @@ -5424,7 +5424,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.119.0" +version = "1.120.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index dc1ab0e4a1..6580342732 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.119.0" +version = "1.120.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.119.0" +version = "1.120.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 81bb04dc93..e1a4fa7a35 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.119.0 + version: 1.120.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index eb7fef2ee6..db49b03f62 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -28,7 +28,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.119.0"; +export const VERSION = "v1.120.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 56cf3a1c23..0d42240e8d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.119.0", + "version": "1.120.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.119.0", + "version": "1.120.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index dd0c6f1878..d71d996e89 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.119.0", + "version": "1.120.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index e3ed4faabc..3dfad075a3 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.119.0" -wmill_pg = ">=1.119.0" +wmill = ">=1.120.0" +wmill_pg = ">=1.120.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 3f33077b03..f7d9ffb46b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.119.0 + version: 1.120.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 18be74f596..2fb614041e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.119.0" +version = "1.120.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.119.0" +windmill-api = "^1.120.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 b692cb9aa2..002761862d 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.119.0" +version = "1.120.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 46cd969413..499526a011 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.119.0 +1.120.0