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 upgrade-19-rc1 #11072

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

mujahidkay
Copy link
Member

Description

Mostly as per instructions in MAINTAINERS.md except for the fact that I have added tags to the latest commit. I found it a bit cumbersome everytime when I had to manually update tag info in release notes so I have taken the liberty to work around that. Makes no functional difference.

Packages that have NEWS.md updates

--- a/packages/SwingSet/CHANGELOG.md
+++ b/packages/SwingSet/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.33.0-u19.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.33.0-u19.0...@agoric/swingset-vat@0.33.0-u19.1) (2025-03-03)
+
+
+### Bug Fixes
+
+* **SwingSet:** Include level in kernel console slog output ([9e1ce5b](https://github.com/Agoric/agoric-sdk/commit/9e1ce5bb5be8ab589d926676e778b6920f4d8270)), closes [#10925](https://github.com/Agoric/agoric-sdk/issues/10925)
+
+
+
 ## [0.33.0-u19.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-vat@0.32.2...@agoric/swingset-vat@0.33.0-u19.0) (2025-02-24)
 
 
--- a/packages/cosmic-swingset/CHANGELOG.md
+++ b/packages/cosmic-swingset/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.42.0-u19.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.42.0-u19.0...@agoric/cosmic-swingset@0.42.0-u19.1) (2025-03-03)
+
+
+### Bug Fixes
+
+* Properly synchronize slog sender termination ([2fc342c](https://github.com/Agoric/agoric-sdk/commit/2fc342c180e296208d077a1d4799da139d3b7848))
+
+
+
 ## [0.42.0-u19.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmic-swingset@0.41.3...@agoric/cosmic-swingset@0.42.0-u19.0) (2025-02-24)
 
 
--- a/packages/internal/CHANGELOG.md
+++ b/packages/internal/CHANGELOG.md
@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [0.4.0-u19.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/internal@0.4.0-u19.0...@agoric/internal@0.4.0-u19.1) (2025-03-03)
+
+
+### Bug Fixes
+
+* **internal:** Exempt process.stdout from being closed by makeFsStreamWriter ([ff29903](https://github.com/Agoric/agoric-sdk/commit/ff29903c5cb0667a802fc9a8ed2402d0c323e68d))
+* Properly synchronize slog sender termination ([2fc342c](https://github.com/Agoric/agoric-sdk/commit/2fc342c180e296208d077a1d4799da139d3b7848))
+
+
+
 ## [0.4.0-u19.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/internal@0.3.2...@agoric/internal@0.4.0-u19.0) (2025-02-24)
 
 
--- 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-u19.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.3-u19.0...@agoric/telemetry@0.6.3-u19.1) (2025-03-03)
+
+
+### Bug Fixes
+
+* Properly synchronize slog sender termination ([2fc342c](https://github.com/Agoric/agoric-sdk/commit/2fc342c180e296208d077a1d4799da139d3b7848))
+
+
+
 ### [0.6.3-u19.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/telemetry@0.6.2...@agoric/telemetry@0.6.3-u19.0) (2025-02-24)
 
 

Changes

  • @agoric/cosmos@0.35.0-u19.1
  • @agoric/ertp@0.16.3-u19.1
  • @agoric/swingset-vat@0.33.0-u19.1
  • agoric@0.22.0-u19.1
  • @agoric/async-flow@0.2.0-u19.1
  • @agoric/benchmark@0.1.1-u19.1
  • @agoric/boot@0.2.0-u19.1
  • @agoric/builders@0.2.0-u19.1
  • @agoric/cache@0.3.3-u19.1
  • @agoric/casting@0.4.3-u19.1
  • @agoric/client-utils@0.2.0-u19.1
  • @agoric/cosmic-proto@0.5.0-u19.1
  • @agoric/cosmic-swingset@0.42.0-u19.1
  • @agoric/create-dapp@0.1.1-u19.1
  • @agoric/deploy-script-support@0.10.4-u19.1
  • @agoric/fast-usdc@0.2.0-u19.1
  • @agoric/governance@0.10.4-u19.1
  • @agoric/import-manager@0.3.12-u19.1
  • @agoric/inter-protocol@0.17.0-u19.1
  • @agoric/internal@0.4.0-u19.1
  • @agoric/network@0.2.0-u19.1
  • @agoric/notifier@0.7.0-u19.1
  • @agoric/orchestration@0.2.0-u19.1
  • @agoric/pegasus@0.8.0-u19.1
  • @agoric/smart-wallet@0.5.4-u19.1
  • @agoric/solo@0.11.0-u19.1
  • @agoric/spawner@0.6.9-u19.1
  • @agoric/swing-store@0.10.0-u19.1
  • @agoric/swingset-liveslots@0.10.3-u19.1
  • @agoric/swingset-runner@0.22.3-u19.1
  • @agoric/telemetry@0.6.3-u19.1
  • @agoric/vat-data@0.5.3-u19.1
  • @agoric/vats@0.16.0-u19.1
  • @agoric/vow@0.2.0-u19.1
  • @agoric/wallet@0.19.0-u19.1
  • @agoric/xsnap@0.14.3-u19.1
  • @agoric/zoe@0.27.0-u19.1
  • @agoric/zone@0.3.0-u19.1
  • @agoric/wallet-backend@0.15.0-u19.1

 - @agoric/cosmos@0.35.0-u19.1
 - @agoric/ertp@0.16.3-u19.1
 - @agoric/swingset-vat@0.33.0-u19.1
 - agoric@0.22.0-u19.1
 - @agoric/async-flow@0.2.0-u19.1
 - @agoric/benchmark@0.1.1-u19.1
 - @agoric/boot@0.2.0-u19.1
 - @agoric/builders@0.2.0-u19.1
 - @agoric/cache@0.3.3-u19.1
 - @agoric/casting@0.4.3-u19.1
 - @agoric/client-utils@0.2.0-u19.1
 - @agoric/cosmic-proto@0.5.0-u19.1
 - @agoric/cosmic-swingset@0.42.0-u19.1
 - @agoric/create-dapp@0.1.1-u19.1
 - @agoric/deploy-script-support@0.10.4-u19.1
 - @agoric/fast-usdc@0.2.0-u19.1
 - @agoric/governance@0.10.4-u19.1
 - @agoric/import-manager@0.3.12-u19.1
 - @agoric/inter-protocol@0.17.0-u19.1
 - @agoric/internal@0.4.0-u19.1
 - @agoric/network@0.2.0-u19.1
 - @agoric/notifier@0.7.0-u19.1
 - @agoric/orchestration@0.2.0-u19.1
 - @agoric/pegasus@0.8.0-u19.1
 - @agoric/smart-wallet@0.5.4-u19.1
 - @agoric/solo@0.11.0-u19.1
 - @agoric/spawner@0.6.9-u19.1
 - @agoric/swing-store@0.10.0-u19.1
 - @agoric/swingset-liveslots@0.10.3-u19.1
 - @agoric/swingset-runner@0.22.3-u19.1
 - @agoric/telemetry@0.6.3-u19.1
 - @agoric/vat-data@0.5.3-u19.1
 - @agoric/vats@0.16.0-u19.1
 - @agoric/vow@0.2.0-u19.1
 - @agoric/wallet@0.19.0-u19.1
 - @agoric/xsnap@0.14.3-u19.1
 - @agoric/zoe@0.27.0-u19.1
 - @agoric/zone@0.3.0-u19.1
 - @agoric/wallet-backend@0.15.0-u19.1
@mujahidkay mujahidkay requested a review from a team as a code owner March 3, 2025 11:09
@mujahidkay mujahidkay requested a review from AgoricTriage March 3, 2025 11:09
@mujahidkay mujahidkay self-assigned this Mar 3, 2025
@mujahidkay mujahidkay added the force:integration Force integration tests to run on PR label Mar 3, 2025
@mujahidkay mujahidkay requested a review from Muneeb147 March 3, 2025 12:04
@mujahidkay mujahidkay merged commit aa5fa27 into dev-upgrade-19 Mar 3, 2025
92 checks passed
@mujahidkay mujahidkay deleted the prepare-release-20250303T104248 branch March 3, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
force:integration Force integration tests to run on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants