Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish agoric-upgrade-11-rc0 #8244

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

warner
Copy link
Member

@warner warner commented Aug 24, 2023

Packages that have NEWS.md updates

--- a/golang/cosmos/CHANGELOG.md
+++ b/golang/cosmos/CHANGELOG.md
@@ -3,6 +3,51 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.35.0-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.1...@agoric/cosmos@0.35.0-u11.0) (2023-08-24)
+
+
+### ⚠ BREAKING CHANGES
+
+* **cosmos:** add required export-dir export cmd option
+* remove deprecated `ag-cosmos-helper`
+
+### Features
+
+* **agd:** try harder to find cosmic-swingset ([a1d1666](https://github.com/Agoric/agoric-sdk/commit/a1d1666997c2f5b9c7bf14748f6d9603c0b3c5f9))
+* **cosmic-swingset:** add repair-metadata snapshot restore option ([ebbb982](https://github.com/Agoric/agoric-sdk/commit/ebbb9829f1f845c0932ae92b23d0d43be9a0e196))
+* **cosmic-swingset:** replace import/export options ([393b91b](https://github.com/Agoric/agoric-sdk/commit/393b91baaa25c61364955102e8cfcdcaec90870d))
+* **cosmic-swingset:** use x/swingset for swing-store export data ([3336b62](https://github.com/Agoric/agoric-sdk/commit/3336b62fbb10bd2293a832f8c30e590530d14213))
+* **cosmos:** add required export-dir export cmd option ([8d2571c](https://github.com/Agoric/agoric-sdk/commit/8d2571c51c2fe08d630dd2897d7e5e1b45ab45c9))
+* **cosmos:** fix and migrate swing-store ([6ba1957](https://github.com/Agoric/agoric-sdk/commit/6ba19571688518dcfdc4553a0c822695a61908b1))
+* **cosmos:** KVEntry implements json Marshaler and Unmarshaller ([6d2fe11](https://github.com/Agoric/agoric-sdk/commit/6d2fe11d144c5bbdc1611b59c84b6842e8084cb9))
+* **cosmos:** spawn JS on export command ([fe4eb56](https://github.com/Agoric/agoric-sdk/commit/fe4eb56facf83569aa343f098e97c6229556afa9))
+* **cosmos:** wire new swingset port handler ([3361b25](https://github.com/Agoric/agoric-sdk/commit/3361b25ddaa00116476d3de1107e800499ab5c21))
+* **x/swingset:** add store data to genesis ([df72903](https://github.com/Agoric/agoric-sdk/commit/df729030643a097262ad1393503d380e243107eb))
+* **x/swingset:** add WaitUntilSwingStoreExportDone ([f8acd22](https://github.com/Agoric/agoric-sdk/commit/f8acd22381ff3da4682bcb0cdcf71665095506a4))
+* **x/swingset:** allow taking snapshot latest height ([0c0e742](https://github.com/Agoric/agoric-sdk/commit/0c0e74227d34d49ac7ce76ce8e92715816d5ea6a))
+* **x/swingset:** export swing store in genesis ([e5f9425](https://github.com/Agoric/agoric-sdk/commit/e5f9425e74c7235323cd6b1b88540b73b57a69a6))
+* **x/swingset:** import swing store from genesis state ([2446cf4](https://github.com/Agoric/agoric-sdk/commit/2446cf43bb13aad7de0805cd7e33c966d2e31016))
+* Cosmos upgrade handler calls swingset ([66f7bcc](https://github.com/Agoric/agoric-sdk/commit/66f7bccce7ce30cf5b9e1e5321710567c05723cb))
+
+
+### Bug Fixes
+
+* **cosmos:** don't init controller before upgrade ([e567c21](https://github.com/Agoric/agoric-sdk/commit/e567c21a224d239c467f740bb937f84b18db9dd7))
+* **cosmos:** module order independent init and bootstrap ([3ce4012](https://github.com/Agoric/agoric-sdk/commit/3ce4012ea99b39b2d6bfd422b1d7ea7a7e904568))
+* **cosmos:** prevent Golang error wrapping stack frame divergence ([1d8acf6](https://github.com/Agoric/agoric-sdk/commit/1d8acf6270cadfbcdafb1081360155260d031ac1))
+* **cosmos:** Support building on Linux aarch64 ([475708e](https://github.com/Agoric/agoric-sdk/commit/475708e63bb95d75184072547ca92586a978c5a0))
+* **x/swingset:** enforce snapshot restore before init ([c946d58](https://github.com/Agoric/agoric-sdk/commit/c946d5866ef956c198d7ea14936eb9904aa272ae))
+* **x/swingset:** guard snapshot restore for concurrency ([5320a30](https://github.com/Agoric/agoric-sdk/commit/5320a30a873455764104e13d89131e30a93a238c))
+* **x/swingset:** switch export/import to replay artifact level ([c037ea3](https://github.com/Agoric/agoric-sdk/commit/c037ea3931877fe4d56df5b82cc7c3eb77a84a53))
+* **x/vstorage:** value can be empty in genesis data ([9a51df5](https://github.com/Agoric/agoric-sdk/commit/9a51df515b87638b869564ab08445a0ce0d55707))
+
+
+### Build System
+
+* remove deprecated `ag-cosmos-helper` ([ee43112](https://github.com/Agoric/agoric-sdk/commit/ee431121e3f93406896f8a9e7d949fbf1427c44e))
+
+
+
 ### [0.34.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.34.0...@agoric/cosmos@0.34.1) (2023-06-09)
 
 **Note:** Version bump only for package @agoric/cosmos
--- a/packages/agoric-cli/CHANGELOG.md
+++ b/packages/agoric-cli/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+### [0.21.2-u11.0](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.1...agoric@0.21.2-u11.0) (2023-08-24)
+
+
+### Features
+
+* **agd:** try harder to find cosmic-swingset ([a1d1666](https://github.com/Agoric/agoric-sdk/commit/a1d1666997c2f5b9c7bf14748f6d9603c0b3c5f9))
+
+
+
 ### [0.21.1](https://github.com/Agoric/agoric-sdk/compare/agoric@0.21.0...agoric@0.21.1) (2023-06-09)
 
 **Note:** Version bump only for package agoric
--- a/packages/cosmic-swingset/CHANGELOG.md
+++ b/packages/cosmic-swingset/CHANGELOG.md
@@ -3,6 +3,38 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.42.0-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.3...@agoric/cosmic-swingset@0.42.0-u11.0) (2023-08-24)
+
+
+### ⚠ BREAKING CHANGES
+
+* **cosmos:** add required export-dir export cmd option
+* remove deprecated `ag-cosmos-helper`
+
+### Features
+
+* **agd:** try harder to find cosmic-swingset ([a1d1666](https://github.com/Agoric/agoric-sdk/commit/a1d1666997c2f5b9c7bf14748f6d9603c0b3c5f9))
+* **cosmic-swingset:** add JS upgrade plan handler stub ([7803d3d](https://github.com/Agoric/agoric-sdk/commit/7803d3de8e0cba681dfd27dacfc3577eed0bf2f8))
+* **cosmic-swingset:** add repair-metadata snapshot restore option ([ebbb982](https://github.com/Agoric/agoric-sdk/commit/ebbb9829f1f845c0932ae92b23d0d43be9a0e196))
+* **cosmic-swingset:** replace import/export options ([393b91b](https://github.com/Agoric/agoric-sdk/commit/393b91baaa25c61364955102e8cfcdcaec90870d))
+* **cosmic-swingset:** use x/swingset for swing-store export data ([3336b62](https://github.com/Agoric/agoric-sdk/commit/3336b62fbb10bd2293a832f8c30e590530d14213))
+* **cosmos:** add required export-dir export cmd option ([8d2571c](https://github.com/Agoric/agoric-sdk/commit/8d2571c51c2fe08d630dd2897d7e5e1b45ab45c9))
+* **cosmos:** wire new swingset port handler ([3361b25](https://github.com/Agoric/agoric-sdk/commit/3361b25ddaa00116476d3de1107e800499ab5c21))
+
+
+### Bug Fixes
+
+* **cosmic-swingset:** backwards param compat in import/export ([dd8cdf0](https://github.com/Agoric/agoric-sdk/commit/dd8cdf047df05d3c6bca5d1e55e119a33bc0cbf7))
+* **cosmic-swingset:** log level for swing-store export ([c530fdc](https://github.com/Agoric/agoric-sdk/commit/c530fdc72f33d24befb3bff5fe4c94adb0722554))
+* **x/swingset:** switch export/import to replay artifact level ([c037ea3](https://github.com/Agoric/agoric-sdk/commit/c037ea3931877fe4d56df5b82cc7c3eb77a84a53))
+
+
+### Build System
+
+* remove deprecated `ag-cosmos-helper` ([ee43112](https://github.com/Agoric/agoric-sdk/commit/ee431121e3f93406896f8a9e7d949fbf1427c44e))
+
+
+
 ### [0.41.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.2...@agoric/cosmic-swingset@0.41.3) (2023-06-09)
 
 **Note:** Version bump only for package @agoric/cosmic-swingset
--- a/packages/deployment/CHANGELOG.md
+++ b/packages/deployment/CHANGELOG.md
@@ -3,6 +3,47 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [4.0.0-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/ssh-node@3.0.0...@agoric/ssh-node@4.0.0-u11.0) (2023-08-24)
+
+
+### ⚠ BREAKING CHANGES
+
+* **cosmos:** add required export-dir export cmd option
+* remove deprecated `ag-cosmos-helper`
+
+### Features
+
+* **cosmos:** add required export-dir export cmd option ([8d2571c](https://github.com/Agoric/agoric-sdk/commit/8d2571c51c2fe08d630dd2897d7e5e1b45ab45c9))
+* **deployment:** `docker/integration-test.sh` for nested execution ([452bdb8](https://github.com/Agoric/agoric-sdk/commit/452bdb8201841aeb3183d25be7bc760b330daf77))
+* **deployment:** add genesis export test ([4223dee](https://github.com/Agoric/agoric-sdk/commit/4223dee4a4173ebc3a32a7615a2cbfe3522fe3e7))
+* **deployment:** add state-sync to upgrade 11 test ([1d6f3f1](https://github.com/Agoric/agoric-sdk/commit/1d6f3f1325482ec41b7dd574c3060619b94415fa))
+* **deployment:** find testnet-load-generator in parent of agoric-sdk ([0c1b727](https://github.com/Agoric/agoric-sdk/commit/0c1b727cc5b1cf25fab8d59274baf420fdc61352))
+* **deployment:** only include this package in `setup` docker image ([3a8e4c0](https://github.com/Agoric/agoric-sdk/commit/3a8e4c0d576d9b6ff959d1897f99db55e85963ea))
+* **deployment:** replicate broken state sync in upgrade test ([34a43ee](https://github.com/Agoric/agoric-sdk/commit/34a43ee94a4360a36ac107ada4d5406e98f3795f))
+* **upgrade-test:** plumb and use `UPGRADE_INFO` ([0a2ba8a](https://github.com/Agoric/agoric-sdk/commit/0a2ba8aa66800478738131ac2ff237e6ab22045e))
+* **x/swingset:** export swing store in genesis ([e5f9425](https://github.com/Agoric/agoric-sdk/commit/e5f9425e74c7235323cd6b1b88540b73b57a69a6))
+* allow passing tmux flags ([7740bab](https://github.com/Agoric/agoric-sdk/commit/7740bab612ba9ae66d745497db4a90971416412d))
+
+
+### Bug Fixes
+
+* **ci:** require loadgen in deployment integration test ([88889a6](https://github.com/Agoric/agoric-sdk/commit/88889a6ab980b6aec9e807a80be17c42b3cbc368))
+* **deployment:** map Debian `bookworm` to Ubuntu `jammy` ([355f205](https://github.com/Agoric/agoric-sdk/commit/355f205b4ff7cff5063e72b35ed79e206821514b))
+* **deployment:** propagate `ag-setup-cosmos` path to faucet script ([ee0daf3](https://github.com/Agoric/agoric-sdk/commit/ee0daf3235ab5c7634995b0dd0812b2a291880ba))
+* **upgrade-test:** abort if proposal is rejected ([8cdffc6](https://github.com/Agoric/agoric-sdk/commit/8cdffc6a383a51f9318012a33aaafe34eb42e1af))
+* **upgrade-test:** use `agoric-upgrade-10` tag 35 ([47a6b70](https://github.com/Agoric/agoric-sdk/commit/47a6b70c82997e91cdba88f50f5bd61e17477bbf))
+* **upgrade-test:** use correct mainnet-1b image ([981fa01](https://github.com/Agoric/agoric-sdk/commit/981fa019a22bdbd8c512f2ed6b80941e5b8d11b6))
+* **upgrade-test:** use default `$DEBUG` for docker run ([a4fe290](https://github.com/Agoric/agoric-sdk/commit/a4fe29080169cc1bc4295e713c08a37343cd8b49))
+* test upgrade to one-past-vaults ([eeb4f4a](https://github.com/Agoric/agoric-sdk/commit/eeb4f4a50932963e3e41d31d9b21ca4be5fb3b4d))
+* use dev instead of latest ([70f6b90](https://github.com/Agoric/agoric-sdk/commit/70f6b9007f63793da762cc72e6c3b003fa1a3fe5))
+
+
+### Build System
+
+* remove deprecated `ag-cosmos-helper` ([ee43112](https://github.com/Agoric/agoric-sdk/commit/ee431121e3f93406896f8a9e7d949fbf1427c44e))
+
+
+
 ## 3.0.0 (2023-05-19)
 
 
--- a/packages/solo/CHANGELOG.md
+++ b/packages/solo/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+### [0.10.4-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.3...@agoric/solo@0.10.4-u11.0) (2023-08-24)
+
+
+### Bug Fixes
+
+* **solo:** let `init` tolerate existing `html` directory ([fa942e2](https://github.com/Agoric/agoric-sdk/commit/fa942e2f17026635e70e9f618bc1f9005498c862))
+
+
+
 ### [0.10.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/solo@0.10.2...@agoric/solo@0.10.3) (2023-06-09)
 
 **Note:** Version bump only for package @agoric/solo
--- a/packages/swing-store/CHANGELOG.md
+++ b/packages/swing-store/CHANGELOG.md
@@ -3,6 +3,21 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+### [0.9.2-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store@0.9.1...@agoric/swing-store@0.9.2-u11.0) (2023-08-24)
+
+
+### Features
+
+* **swingstore:** add repairMetadata() ([5b2d19d](https://github.com/Agoric/agoric-sdk/commit/5b2d19d1153a23c118afb14ca4ed80e175640f62)), closes [#8025](https://github.com/Agoric/agoric-sdk/issues/8025) [#8025](https://github.com/Agoric/agoric-sdk/issues/8025)
+
+
+### Bug Fixes
+
+* **swing-store:** add 'replay' artifactMode, make export more strict ([d46c8e2](https://github.com/Agoric/agoric-sdk/commit/d46c8e2d270999ccba552e0072cb5e0926922f28)), closes [#8105](https://github.com/Agoric/agoric-sdk/issues/8105)
+* rewrite importSwingStore to preserve metadata properly ([03e323a](https://github.com/Agoric/agoric-sdk/commit/03e323a55ffeb98dcc84a57050a5d3fc881899b8)), closes [#8025](https://github.com/Agoric/agoric-sdk/issues/8025)
+
+
+
 ### [0.9.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swing-store@0.9.0...@agoric/swing-store@0.9.1) (2023-06-02)
 
 **Note:** Version bump only for package @agoric/swing-store
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+### [0.6.3-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.2...@agoric/telemetry@0.6.3-u11.0) (2023-08-24)
+
+
+### Features
+
+* **cosmic-swingset:** add JS upgrade plan handler stub ([7803d3d](https://github.com/Agoric/agoric-sdk/commit/7803d3de8e0cba681dfd27dacfc3577eed0bf2f8))
+
+
+
 ### [0.6.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.1...@agoric/telemetry@0.6.2) (2023-06-02)
 
 **Note:** Version bump only for package @agoric/telemetry
--- a/packages/vats/CHANGELOG.md
+++ b/packages/vats/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+### [0.15.2-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.15.1...@agoric/vats@0.15.2-u11.0) (2023-08-24)
+
+
+### Features
+
+* **cosmos:** wire new swingset port handler ([3361b25](https://github.com/Agoric/agoric-sdk/commit/3361b25ddaa00116476d3de1107e800499ab5c21))
+
+
+
 ### [0.15.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vats@0.15.0...@agoric/vats@0.15.1) (2023-06-09)
 
 **Note:** Version bump only for package @agoric/vats

 - @agoric/cosmos@0.35.0-u11.0
 - @agoric/ertp@0.16.3-u11.0
 - @agoric/swingset-vat@0.32.3-u11.0
 - agoric@0.21.2-u11.0
 - @agoric/cache@0.3.3-u11.0
 - @agoric/casting@0.4.3-u11.0
 - @agoric/cosmic-swingset@0.42.0-u11.0
 - @agoric/deploy-script-support@0.10.4-u11.0
 - @agoric/ssh-node@4.0.0-u11.0
 - @agoric/governance@0.10.4-u11.0
 - @agoric/import-manager@0.3.12-u11.0
 - @agoric/inter-protocol@0.16.2-u11.0
 - @agoric/internal@0.3.3-u11.0
 - @agoric/notifier@0.6.3-u11.0
 - @agoric/pegasus@0.7.13-u11.0
 - @agoric/same-structure@0.2.8-u11.0
 - @agoric/sharing-service@0.2.12-u11.0
 - @agoric/smart-wallet@0.5.4-u11.0
 - @agoric/solo@0.10.4-u11.0
 - @agoric/spawner@0.6.9-u11.0
 - @agoric/store@0.9.3-u11.0
 - @agoric/swing-store@0.9.2-u11.0
 - @agoric/swingset-liveslots@0.10.3-u11.0
 - @agoric/swingset-runner@0.22.3-u11.0
 - @agoric/swingset-xsnap-supervisor@0.10.3-u11.0
 - @agoric/telemetry@0.6.3-u11.0
 - @agoric/time@0.3.3-u11.0
 - @agoric/ui-components@0.3.9-u11.0
 - @agoric/vat-data@0.5.3-u11.0
 - @agoric/vats@0.15.2-u11.0
 - @agoric/wallet-connection@0.1.18-u11.0
 - @agoric/wallet@0.18.4-u11.0
 - @agoric/web-components@0.6.4-u11.0
 - @agoric/xsnap@0.14.3-u11.0
 - @agoric/zoe@0.26.3-u11.0
 - @agoric/zone@0.2.3-u11.0
 - @agoric/wallet-backend@0.14.4-u11.0
@warner
Copy link
Member Author

warner commented Aug 24, 2023

This creates the following package versions:

  • @agoric/cosmos@0.35.0-u11.0
  • @agoric/ertp@0.16.3-u11.0
  • @agoric/swingset-vat@0.32.3-u11.0
  • agoric@0.21.2-u11.0
  • @agoric/cache@0.3.3-u11.0
  • @agoric/casting@0.4.3-u11.0
  • @agoric/cosmic-swingset@0.42.0-u11.0
  • @agoric/deploy-script-support@0.10.4-u11.0
  • @agoric/ssh-node@4.0.0-u11.0
  • @agoric/governance@0.10.4-u11.0
  • @agoric/import-manager@0.3.12-u11.0
  • @agoric/inter-protocol@0.16.2-u11.0
  • @agoric/internal@0.3.3-u11.0
  • @agoric/notifier@0.6.3-u11.0
  • @agoric/pegasus@0.7.13-u11.0
  • @agoric/same-structure@0.2.8-u11.0
  • @agoric/sharing-service@0.2.12-u11.0
  • @agoric/smart-wallet@0.5.4-u11.0
  • @agoric/solo@0.10.4-u11.0
  • @agoric/spawner@0.6.9-u11.0
  • @agoric/store@0.9.3-u11.0
  • @agoric/swing-store@0.9.2-u11.0
  • @agoric/swingset-liveslots@0.10.3-u11.0
  • @agoric/swingset-runner@0.22.3-u11.0
  • @agoric/swingset-xsnap-supervisor@0.10.3-u11.0
  • @agoric/telemetry@0.6.3-u11.0
  • @agoric/time@0.3.3-u11.0
  • @agoric/ui-components@0.3.9-u11.0
  • @agoric/vat-data@0.5.3-u11.0
  • @agoric/vats@0.15.2-u11.0
  • @agoric/wallet-connection@0.1.18-u11.0
  • @agoric/wallet@0.18.4-u11.0
  • @agoric/web-components@0.6.4-u11.0
  • @agoric/xsnap@0.14.3-u11.0
  • @agoric/zoe@0.26.3-u11.0
  • @agoric/zone@0.2.3-u11.0
  • @agoric/wallet-backend@0.14.4-u11.0

@warner warner requested a review from michaelfig August 24, 2023 05:30
@warner warner self-assigned this Aug 24, 2023
Copy link
Member

@michaelfig michaelfig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mhofman
Copy link
Member

mhofman commented Aug 28, 2023

@warner should this be merged ?

@warner warner merged commit c38e84f into release-mainnet1B Aug 28, 2023
67 checks passed
@warner warner deleted the release-20230824T013427 branch August 28, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants