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

build: release: v1.28.0-rc2 #12179

Merged
merged 9 commits into from
Jul 4, 2024
Merged

build: release: v1.28.0-rc2 #12179

merged 9 commits into from
Jul 4, 2024

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Jul 4, 2024

Proposed Changes

Prep v1.28.0-rc2 (as part of #12109)

Backports:

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

hanabi1224 and others added 3 commits July 4, 2024 07:34
…works (#12175)

* Update to always use quicknet in 2k-net

Update to always use quicknet in 2k-net

* Update params_2k.go

Update params_2k.go

* Update to always use DrandQuicknet in Butterfly/Interop

Update to always use DrandQuicknet in Butterfly/Interop
Update changelog and version for rc2

**This release canidate does NOT set a calibration network upgrade epoch, it will be added in the second release candidate, expected to be released July 4th. This release candidate does NOT set the mainnet upgrade epoch yet, which will be updated in the final release.**

☢️ Upgrade Warnings ☢️

If you are running the `v1.26.0` or an earlier version of Lotus, please go through the `Upgrade Warnings` section for the `v1.27.*` releases, before upgrading to this RC.

- This upgrade includes an additional migration to the events database. Node operators running Lotus with events turned on (off by default) may experience some delay in initial start-up of Lotus as a minor database migration takes place. See [filecoin-project/lotus#12080](https://github.com/filecoin-project/lotus/pull/12080) for full details.
Copy link
Contributor

@aarshkshah1992 aarshkshah1992 Jul 4, 2024

Choose a reason for hiding this comment

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

Do we also want to include a warning about the actor migration ? Or atleast remove what we've written about this being a light weight migration ?

The NV23 specific migration is light but the base migration is expensive (which is nothing specific to NV23).

Copy link
Contributor

@aarshkshah1992 aarshkshah1992 left a comment

Choose a reason for hiding this comment

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

lgtm with a comment.

@aarshkshah1992
Copy link
Contributor

@rjan90 When do we want to set the calibnet epoch ?

Update Waffle-upgrade epoch
@rjan90
Copy link
Contributor Author

rjan90 commented Jul 4, 2024

@rjan90 When do we want to set the calibnet epoch ?

Set the epoch here: 3482fa7

rjan90 and others added 2 commits July 4, 2024 16:25
Update Migration-section in the Changelog
* F3-388: add env var to disable F3

Signed-off-by: Jakub Sztandera <[email protected]>

* F3-388: check env variable in pubsub also

Signed-off-by: Jakub Sztandera <[email protected]>

* F3-388: use DISABLE_F3=1 instead of _yes_ like in drand

Signed-off-by: Jakub Sztandera <[email protected]>

* Use IsF3Enabled() and remove the runtime stopping

Signed-off-by: Jakub Sztandera <[email protected]>

---------

Signed-off-by: Jakub Sztandera <[email protected]>
Co-authored-by: Jakub Sztandera <[email protected]>
CHANGELOG.md Outdated Show resolved Hide resolved
build/params_calibnet.go Outdated Show resolved Hide resolved
Update changelog to say that it sets the calibration network upgrade epoch
Update date comment
@rjan90 rjan90 enabled auto-merge (squash) July 4, 2024 16:38
@rjan90 rjan90 merged commit d9c24f6 into release/v1.28.0 Jul 4, 2024
78 checks passed
@rjan90 rjan90 deleted the phi-v1280rc2 branch July 4, 2024 18:41
rjan90 added a commit that referenced this pull request Jul 11, 2024
rjan90 added a commit that referenced this pull request Jul 12, 2024
* update genesis network version for dev testnets

* update version string

* changelog

* finish changelog

* final changes

* update CL

* Apply suggestions from code review

Co-authored-by: Phi-rjan <[email protected]>

* fix typos

* Apply suggestions from code review

Co-authored-by: Masih H. Derkani <[email protected]>

* only soft laungh

* soft launch

* build: release: v1.28.0-rc2 (#12179)

* build: release: v1.28.0-rc3 (#12186)

* v1.28.0-rc3

* Update CHANGELOG.md

Co-authored-by: Phi-rjan <[email protected]>

* Update CHANGELOG.md

---------

Co-authored-by: Phi-rjan <[email protected]>

* build: release: v1.28.0-rc4 (#12190)

* Fix F3 build parameters for `testground` target

Fix renamed `f3Enabled` flag and while at it, add place holder for
manifest server ID.

Fixes #12188

* Update changelog and version

Update changelog and version

---------

Co-authored-by: Masih H. Derkani <[email protected]>

* Update version master

Update version master

---------

Co-authored-by: Jennifer Wang <[email protected]>
Co-authored-by: aarshkshah1992 <[email protected]>
Co-authored-by: Masih H. Derkani <[email protected]>
Co-authored-by: Jiaying Wang <[email protected]>
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.

5 participants