From 6e43b62b957931b2978535fef27f0c034bdd2d2d Mon Sep 17 00:00:00 2001 From: Kepler Vital Date: Fri, 22 Nov 2024 12:44:08 +0000 Subject: [PATCH] chore(release): publish (#436) - project: control-panel 0.0.2-alpha.8 - project: upgrader 0.0.2-alpha.6 - project: station 0.0.2-alpha.9 - project: station-api 0.0.2-alpha.8 - project: wallet-dapp 0.0.2-alpha.14 - project: dfx-orbit 0.7.0 --- .release.json | 196 ++++++++++++++++++++++++++- Cargo.lock | 10 +- apps/wallet/CHANGELOG.md | 27 ++++ apps/wallet/package.json | 2 +- apps/wallet/public/compat.json | 9 +- core/control-panel/impl/CHANGELOG.md | 24 ++++ core/control-panel/impl/Cargo.toml | 4 +- core/station/api/CHANGELOG.md | 22 +++ core/station/api/Cargo.toml | 2 +- core/station/impl/CHANGELOG.md | 27 ++++ core/station/impl/Cargo.toml | 4 +- core/upgrader/api/Cargo.toml | 2 +- core/upgrader/impl/CHANGELOG.md | 28 ++++ core/upgrader/impl/Cargo.toml | 4 +- tests/integration/Cargo.toml | 4 +- tools/dfx-orbit/CHANGELOG.md | 33 +++++ tools/dfx-orbit/Cargo.toml | 4 +- 17 files changed, 377 insertions(+), 25 deletions(-) diff --git a/.release.json b/.release.json index 34932fa79..830779615 100644 --- a/.release.json +++ b/.release.json @@ -1,20 +1,206 @@ { "__important__": "DO NOT MODIFY THIS FILE. This file is automatically generated.", "versions": { + "orbit-essentials-macros": { + "currentVersion": "0.0.2-alpha.3", + "dependentProjects": [ + { + "source": "orbit-essentials", + "target": "orbit-essentials-macros", + "type": "static", + "dependencyCollection": "dependencies" + } + ], + "newVersion": null + }, + "orbit-essentials": { + "currentVersion": "0.0.2-alpha.6", + "dependentProjects": [ + { + "source": "control-panel", + "target": "orbit-essentials", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "control-panel-api", + "target": "orbit-essentials", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "upgrader", + "target": "orbit-essentials", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "station", + "target": "orbit-essentials", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "upgrader-api", + "target": "orbit-essentials", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "station-api", + "target": "orbit-essentials", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "dfx-orbit", + "target": "orbit-essentials", + "type": "static", + "dependencyCollection": "dependencies" + } + ], + "newVersion": null + }, + "control-panel": { + "currentVersion": "0.0.2-alpha.7", + "dependentProjects": [], + "newVersion": "0.0.2-alpha.8" + }, + "control-panel-api": { + "currentVersion": "0.0.2-alpha.4", + "dependentProjects": [ + { + "source": "control-panel", + "target": "control-panel-api", + "type": "static", + "dependencyCollection": "dependencies" + } + ], + "newVersion": null + }, + "upgrader": { + "currentVersion": "0.0.2-alpha.5", + "dependentProjects": [], + "newVersion": "0.0.2-alpha.6" + }, + "station": { + "currentVersion": "0.0.2-alpha.8", + "dependentProjects": [], + "newVersion": "0.0.2-alpha.9" + }, + "upgrader-api": { + "currentVersion": "0.0.2-alpha.6", + "dependentProjects": [ + { + "source": "upgrader", + "target": "upgrader-api", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "station", + "target": "upgrader-api", + "type": "static", + "dependencyCollection": "dependencies" + } + ], + "newVersion": null + }, + "station-api": { + "currentVersion": "0.0.2-alpha.7", + "dependentProjects": [ + { + "source": "control-panel", + "target": "station-api", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "upgrader", + "target": "station-api", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "station", + "target": "station-api", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "upgrader-api", + "target": "station-api", + "type": "static", + "dependencyCollection": "dependencies" + }, + { + "source": "dfx-orbit", + "target": "station-api", + "type": "static", + "dependencyCollection": "dependencies" + } + ], + "newVersion": "0.0.2-alpha.8" + }, + "dfx-orbit": { + "currentVersion": "0.6.0", + "dependentProjects": [], + "newVersion": "0.7.0" + }, "wallet-dapp": { - "currentVersion": "0.0.2-alpha.12", - "newVersion": "0.0.2-alpha.13", + "currentVersion": "0.0.2-alpha.13", + "newVersion": "0.0.2-alpha.14", "dependentProjects": [] } }, "changes": { + "control-panel": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.8", + "gitTag": "@orbit/control-panel-v0.0.2-alpha.8", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.8 (2024-11-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403))\n\n- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **enable:** wallet ui accepts wasm chunk store from registry ([#433](https://github.com/dfinity/orbit/pull/433))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan" + }, + "upgrader": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.6", + "gitTag": "@orbit/upgrader-v0.0.2-alpha.6", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.6 (2024-11-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403))\n\n- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n\n### 🩹 Fixes\n\n- **upgrader:** relax disaster recovery query restrictions ([#428](https://github.com/dfinity/orbit/pull/428))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" + }, + "station": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.9", + "gitTag": "@orbit/station-v0.0.2-alpha.9", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.9 (2024-11-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403))\n\n- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402))\n\n- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" + }, + "station-api": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.8", + "gitTag": "@orbit/station-api-v0.0.2-alpha.8", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.8 (2024-11-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403))\n\n- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402))\n\n- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426))\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" + }, "wallet-dapp": { "releaseVersion": { - "rawVersion": "0.0.2-alpha.13", - "gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.13", + "rawVersion": "0.0.2-alpha.14", + "gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.14", "isPrerelease": true }, - "contents": "## 0.0.2-alpha.13 (2024-10-28)\n\n\n### 🚀 Features\n\n- **wallet:** enable webassembly loading ([#409](https://github.com/dfinity/orbit/pull/409))\n\n\n### ❤️ Thank You\n\n- Kepler Vital" + "contents": "## 0.0.2-alpha.14 (2024-11-22)\n\n\n### 🚀 Features\n\n- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426))\n\n- **enable:** wallet ui accepts wasm chunk store from registry ([#433](https://github.com/dfinity/orbit/pull/433))\n\n- **wallet:** add close btn to error dialog ([#434](https://github.com/dfinity/orbit/pull/434))\n\n\n### 🩹 Fixes\n\n- **station:** add missing metadata field from UI ([#427](https://github.com/dfinity/orbit/pull/427))\n\n\n### ❤️ Thank You\n\n- Jan Hrubes @jedna\n- Kepler Vital\n- olaszakos" + }, + "dfx-orbit": { + "releaseVersion": { + "rawVersion": "0.7.0", + "gitTag": "@orbit/dfx-orbit-v0.7.0", + "isPrerelease": false + }, + "contents": "## 0.7.0 (2024-11-22)\n\n\n### 🚀 Features\n\n- **dfx-orbit:** Enable controller management through Orbit ([#395](https://github.com/dfinity/orbit/pull/395))\n\n- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403))\n\n- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402))\n\n- **dfx-orbit:** Implement station file option ([#406](https://github.com/dfinity/orbit/pull/406))\n\n- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424))\n\n\n### 🩹 Fixes\n\n- **dfx-orbit:** Fix argument parsing and evaluation around dfx-orbit ([#397](https://github.com/dfinity/orbit/pull/397))\n\n- **dfx-orbit:** Check that there is a matching asset upload proposal ([#401](https://github.com/dfinity/orbit/pull/401))\n\n\n### 🧱 Updated Dependencies\n\n- Updated station-api to 0.0.2-alpha.8\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan" } } } \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index c29b752cd..bbdee83d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "control-panel" -version = "0.0.2-alpha.7" +version = "0.0.2-alpha.8" dependencies = [ "candid", "candid_parser", @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "dfx-orbit" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "candid", @@ -4640,7 +4640,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "station" -version = "0.0.2-alpha.8" +version = "0.0.2-alpha.9" dependencies = [ "anyhow", "async-trait", @@ -4674,7 +4674,7 @@ dependencies = [ [[package]] name = "station-api" -version = "0.0.2-alpha.7" +version = "0.0.2-alpha.8" dependencies = [ "candid", "orbit-essentials", @@ -5268,7 +5268,7 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "upgrader" -version = "0.0.2-alpha.5" +version = "0.0.2-alpha.6" dependencies = [ "anyhow", "async-trait", diff --git a/apps/wallet/CHANGELOG.md b/apps/wallet/CHANGELOG.md index 22fdee785..63d9efad5 100644 --- a/apps/wallet/CHANGELOG.md +++ b/apps/wallet/CHANGELOG.md @@ -1,3 +1,30 @@ +## 0.0.2-alpha.14 (2024-11-22) + + +### 🚀 Features + +- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418)) + +- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424)) + +- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426)) + +- **enable:** wallet ui accepts wasm chunk store from registry ([#433](https://github.com/dfinity/orbit/pull/433)) + +- **wallet:** add close btn to error dialog ([#434](https://github.com/dfinity/orbit/pull/434)) + + +### 🩹 Fixes + +- **station:** add missing metadata field from UI ([#427](https://github.com/dfinity/orbit/pull/427)) + + +### ❤️ Thank You + +- Jan Hrubes @jedna +- Kepler Vital +- olaszakos + ## 0.0.2-alpha.13 (2024-10-28) diff --git a/apps/wallet/package.json b/apps/wallet/package.json index b0b094b6f..4fd1e71bf 100644 --- a/apps/wallet/package.json +++ b/apps/wallet/package.json @@ -1,7 +1,7 @@ { "name": "wallet-dapp", "private": true, - "version": "0.0.2-alpha.13", + "version": "0.0.2-alpha.14", "type": "module", "repository": { "type": "git", diff --git a/apps/wallet/public/compat.json b/apps/wallet/public/compat.json index 9a672798e..f402db614 100644 --- a/apps/wallet/public/compat.json +++ b/apps/wallet/public/compat.json @@ -1,9 +1,14 @@ { "__important__": "This file is automatically generated by the build process. Do not modify it manually.", - "version": "0.0.2-alpha.13", + "version": "0.0.2-alpha.14", "api": { - "latest": "0.0.2-alpha.8", + "latest": "0.0.2-alpha.9", "compatibility": { + "0.0.2-alpha.9": { + "ui": [ + "0.0.2-alpha.14" + ] + }, "0.0.2-alpha.8": { "ui": [ "0.0.2-alpha.13", diff --git a/core/control-panel/impl/CHANGELOG.md b/core/control-panel/impl/CHANGELOG.md index 1501839bf..112b1ac08 100644 --- a/core/control-panel/impl/CHANGELOG.md +++ b/core/control-panel/impl/CHANGELOG.md @@ -1,3 +1,27 @@ +## 0.0.2-alpha.8 (2024-11-22) + + +### 🚀 Features + +- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403)) + +- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402)) + +- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424)) + +- **enable:** wallet ui accepts wasm chunk store from registry ([#433](https://github.com/dfinity/orbit/pull/433)) + + +### 🧱 Updated Dependencies + +- Updated station-api to 0.0.2-alpha.8 + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan + ## 0.0.2-alpha.7 (2024-10-22) diff --git a/core/control-panel/impl/Cargo.toml b/core/control-panel/impl/Cargo.toml index c699ee76f..aa6d677a9 100644 --- a/core/control-panel/impl/Cargo.toml +++ b/core/control-panel/impl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'control-panel' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.7' +version = '0.0.2-alpha.8' authors.workspace = true edition.workspace = true repository.workspace = true @@ -29,7 +29,7 @@ serde_cbor = { workspace = true } thiserror = { workspace = true } uuid = { workspace = true, features = ['serde', 'v4'] } control-panel-api = { path = '../api', version = '0.0.2-alpha.4' } -station-api = { path = '../../station/api', version = '0.0.2-alpha.7' } +station-api = { path = '../../station/api', version = '0.0.2-alpha.8' } semver = { workspace = true } email_address = '0.2.4' diff --git a/core/station/api/CHANGELOG.md b/core/station/api/CHANGELOG.md index bb27ea3f8..5c8702f6b 100644 --- a/core/station/api/CHANGELOG.md +++ b/core/station/api/CHANGELOG.md @@ -1,3 +1,25 @@ +## 0.0.2-alpha.8 (2024-11-22) + + +### 🚀 Features + +- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403)) + +- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402)) + +- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418)) + +- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424)) + +- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426)) + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- olaszakos + ## 0.0.2-alpha.7 (2024-10-22) diff --git a/core/station/api/Cargo.toml b/core/station/api/Cargo.toml index 084370877..28d913885 100644 --- a/core/station/api/Cargo.toml +++ b/core/station/api/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'station-api' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.7' +version = '0.0.2-alpha.8' authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/core/station/impl/CHANGELOG.md b/core/station/impl/CHANGELOG.md index 0f4096732..0306c15d2 100644 --- a/core/station/impl/CHANGELOG.md +++ b/core/station/impl/CHANGELOG.md @@ -1,3 +1,30 @@ +## 0.0.2-alpha.9 (2024-11-22) + + +### 🚀 Features + +- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403)) + +- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402)) + +- **station:** add metadata to external canisters ([#418](https://github.com/dfinity/orbit/pull/418)) + +- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424)) + +- **station:** requestor can cancel pending requests ([#426](https://github.com/dfinity/orbit/pull/426)) + + +### 🧱 Updated Dependencies + +- Updated station-api to 0.0.2-alpha.8 + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- olaszakos + ## 0.0.2-alpha.8 (2024-10-22) diff --git a/core/station/impl/Cargo.toml b/core/station/impl/Cargo.toml index d48dcf429..40ee3824b 100644 --- a/core/station/impl/Cargo.toml +++ b/core/station/impl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'station' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.8' +version = '0.0.2-alpha.9' authors.workspace = true edition.workspace = true repository.workspace = true @@ -40,7 +40,7 @@ sha2 = { workspace = true } strum = { version = '0.26', features = ['derive'] } thiserror = { workspace = true } uuid = { workspace = true, features = ['v4'] } -station-api = { path = '../api', version = '0.0.2-alpha.7' } +station-api = { path = '../api', version = '0.0.2-alpha.8' } upgrader-api = { path = '../../upgrader/api', version = '0.0.2-alpha.6' } [dev-dependencies] diff --git a/core/upgrader/api/Cargo.toml b/core/upgrader/api/Cargo.toml index e437ec6eb..5fce34759 100644 --- a/core/upgrader/api/Cargo.toml +++ b/core/upgrader/api/Cargo.toml @@ -14,5 +14,5 @@ candid = { workspace = true } serde = { workspace = true } serde_bytes = { workspace = true } orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.6' } -station-api = { path = '../../../core/station/api', version = '0.0.2-alpha.7' } +station-api = { path = '../../../core/station/api', version = '0.0.2-alpha.8' } ic-stable-structures = { workspace = true } diff --git a/core/upgrader/impl/CHANGELOG.md b/core/upgrader/impl/CHANGELOG.md index 2d79f0aa3..471e6d2c5 100644 --- a/core/upgrader/impl/CHANGELOG.md +++ b/core/upgrader/impl/CHANGELOG.md @@ -1,3 +1,31 @@ +## 0.0.2-alpha.6 (2024-11-22) + + +### 🚀 Features + +- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403)) + +- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402)) + +- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424)) + + +### 🩹 Fixes + +- **upgrader:** relax disaster recovery query restrictions ([#428](https://github.com/dfinity/orbit/pull/428)) + + +### 🧱 Updated Dependencies + +- Updated station-api to 0.0.2-alpha.8 + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- olaszakos + ## 0.0.2-alpha.5 (2024-10-22) diff --git a/core/upgrader/impl/Cargo.toml b/core/upgrader/impl/Cargo.toml index f1e4bc49d..e651dfa68 100644 --- a/core/upgrader/impl/Cargo.toml +++ b/core/upgrader/impl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'upgrader' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.5' +version = '0.0.2-alpha.6' authors.workspace = true edition.workspace = true repository.workspace = true @@ -27,7 +27,7 @@ serde = { workspace = true, features = ['derive'] } serde_bytes = { workspace = true } serde_cbor = { workspace = true } serde_json = { workspace = true } -station-api = { path = '../../station/api', version = '0.0.2-alpha.7' } +station-api = { path = '../../station/api', version = '0.0.2-alpha.8' } sha2 = { workspace = true } thiserror = { workspace = true } uuid = { workspace = true, features = ['v4'] } diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index 65ac55f2f..1f6e1901d 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -7,7 +7,7 @@ edition = '2021' [dependencies] candid = { workspace = true } candid_parser = { workspace = true } -dfx-orbit = { path = '../../tools/dfx-orbit', version = '0.6.0' } +dfx-orbit = { path = '../../tools/dfx-orbit', version = '0.7.0' } flate2 = { workspace = true } hex = { workspace = true } orbit-essentials = { path = '../../libs/orbit-essentials', version = '0.0.2-alpha.6' } @@ -30,5 +30,5 @@ tokio.workspace = true uuid = { workspace = true } control-panel-api = { path = '../../core/control-panel/api', version = '0.0.2-alpha.4' } upgrader-api = { path = '../../core/upgrader/api', version = '0.0.2-alpha.6' } -station-api = { path = '../../core/station/api', version = '0.0.2-alpha.7' } +station-api = { path = '../../core/station/api', version = '0.0.2-alpha.8' } wat = { workspace = true } diff --git a/tools/dfx-orbit/CHANGELOG.md b/tools/dfx-orbit/CHANGELOG.md index d892cbd4f..35153c077 100644 --- a/tools/dfx-orbit/CHANGELOG.md +++ b/tools/dfx-orbit/CHANGELOG.md @@ -1,3 +1,36 @@ +## 0.7.0 (2024-11-22) + + +### 🚀 Features + +- **dfx-orbit:** Enable controller management through Orbit ([#395](https://github.com/dfinity/orbit/pull/395)) + +- **dfx-orbit:** Review list pagination ([#403](https://github.com/dfinity/orbit/pull/403)) + +- **wallet:** use didc for candid parsing ([#402](https://github.com/dfinity/orbit/pull/402)) + +- **dfx-orbit:** Implement station file option ([#406](https://github.com/dfinity/orbit/pull/406)) + +- **station:** add expiration dt during request creation ([#424](https://github.com/dfinity/orbit/pull/424)) + + +### 🩹 Fixes + +- **dfx-orbit:** Fix argument parsing and evaluation around dfx-orbit ([#397](https://github.com/dfinity/orbit/pull/397)) + +- **dfx-orbit:** Check that there is a matching asset upload proposal ([#401](https://github.com/dfinity/orbit/pull/401)) + + +### 🧱 Updated Dependencies + +- Updated station-api to 0.0.2-alpha.8 + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan + ## 0.6.0 (2024-10-22) diff --git a/tools/dfx-orbit/Cargo.toml b/tools/dfx-orbit/Cargo.toml index cf67a1c6c..519f3f163 100644 --- a/tools/dfx-orbit/Cargo.toml +++ b/tools/dfx-orbit/Cargo.toml @@ -1,7 +1,7 @@ [package] name = 'dfx-orbit' -version = '0.6.0' +version = '0.7.0' description = 'Command line tool for interacting with the Orbit digital asset manager on the ICP blockchain.' authors.workspace = true edition.workspace = true @@ -36,7 +36,7 @@ slog-async.workspace = true tabled.workspace = true thiserror.workspace = true tokio = { workspace = true, features = ['rt'] } -station-api = { path = '../../core/station/api', version = '0.0.2-alpha.7' } +station-api = { path = '../../core/station/api', version = '0.0.2-alpha.8' } [lib] doctest = false