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

Publish Zebra NU6 Testnet release: 1.9.0 #8543

Closed
7 of 17 tasks
mpguerra opened this issue May 16, 2024 · 1 comment · Fixed by #8734 or #8811
Closed
7 of 17 tasks

Publish Zebra NU6 Testnet release: 1.9.0 #8543

mpguerra opened this issue May 16, 2024 · 1 comment · Fixed by #8734 or #8811
Assignees
Labels
A-release Area: Zebra releases and release management C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG NU-6 Network Upgrade: NU6 specific tasks P-Medium ⚡
Milestone

Comments

@mpguerra
Copy link
Contributor

mpguerra commented May 16, 2024

Prepare for the Release

These release steps can be done a week before the release, in separate PRs.
They can be skipped for urgent releases.

State Full Sync Test

To check consensus correctness, we want to test that the state format is valid after a full sync. (Format upgrades are tested in CI on each PR.)

State format changes can be made in zebra-state or zebra-chain. The state format can be changed by data that is sent to the state, data created within the state using zebra-chain, or serialization formats in zebra-state or zebra-chain.

After the test has been started, or if it has finished already:

  • Ask for a state code freeze in Slack. The freeze lasts until the release has been published.

Checkpoints

For performance and security, we want to update the Zebra checkpoints in every release.

Missed Dependency Updates

Sometimes dependabot misses some dependency updates, or we accidentally turned them off.

This step can be skipped if there is a large pending dependency upgrade. (For example, shared ECC crates.)

Here's how we make sure we got everything:

  • Run cargo update on the latest main branch, and keep the output
  • If needed, add duplicate dependency exceptions to deny.toml
  • If needed, remove resolved duplicate dependencies from deny.toml
  • Open a separate PR with the changes
  • Add the output of cargo update to that PR as a comment

Prepare and Publish the Release

Follow the steps in the release checklist to prepare the release:

Release PR:

  • Update Changelog
  • Update README
  • Update Zebra Versions
  • Update End of Support Height

Publish Release:

  • Create & Test GitHub Pre-Release
  • Publish GitHub Release
  • Publish Rust Crates
  • Publish Docker Images

depends-on: #8709

@mpguerra mpguerra added A-release Area: Zebra releases and release management C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG P-Medium ⚡ labels May 16, 2024
@mpguerra mpguerra added this to Zebra May 16, 2024
@mpguerra mpguerra moved this to Sprint Backlog in Zebra May 16, 2024
@mpguerra mpguerra linked a pull request Jun 26, 2024 that will close this issue
7 tasks
@mpguerra mpguerra removed a link to a pull request Jun 26, 2024
7 tasks
@mpguerra mpguerra added the NU-6 Network Upgrade: NU6 specific tasks label Jul 15, 2024
@mpguerra mpguerra added this to the NU6 milestone Jul 15, 2024
@mpguerra mpguerra changed the title Publish next Zebra release: (version) Publish Zebra NU6 Testnet release: (version) Jul 15, 2024
@mpguerra mpguerra changed the title Publish Zebra NU6 Testnet release: (version) Publish Zebra NU6 Testnet release: 1.9.0 Jul 22, 2024
@arya2 arya2 moved this from Sprint Backlog to In progress in Zebra Jul 29, 2024
@arya2 arya2 mentioned this issue Aug 1, 2024
43 tasks
This was linked to pull requests Aug 29, 2024
@mpguerra
Copy link
Contributor Author

This is released

@github-project-automation github-project-automation bot moved this from In progress to Done in Zebra Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-release Area: Zebra releases and release management C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG NU-6 Network Upgrade: NU6 specific tasks P-Medium ⚡
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants