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: releases: merge releases branch to master #12076

Merged
merged 35 commits into from
Jun 10, 2024
Merged

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Jun 7, 2024

Proposed Changes

As part of the post-release process of #11938, merge releases branch to master.

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, market, 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

rjan90 and others added 30 commits April 22, 2024 20:36
* deps: update dependencies to address migration memory bloat

to address memory concerns during a heavy migration

Ref: filecoin-project/go-state-types#260
Ref: whyrusleeping/cbor-gen#96
Ref: filecoin-project/go-amt-ipld#90

* release: prep v1.26.3 patch

Prep v1.26.3 patch release:
- Update changelog, version and make gen + make docsgen-cli

* deps: update cbor-gen to tagged version

deps: update cbor-gen to tagged version

* deps: update go-state-types to tagged version

deps: update go-state-types to tagged version v0.13.2

* chore: deps: update go-state-types to v0.13.3

Fixes a panic when we have fewer than 1k proposals.

---------

Co-authored-by: Rod Vagg <[email protected]>
Co-authored-by: Steven Allen <[email protected]>
* chore: Set version as v1.27.0-rc1

Set version as v1.27.0-rc1, run make gen & make docsgen-cli

* Update changelog

Update changelog

* Update changelog

Update changelog based on feedback
Bump pubsub-dep
Prep v1.27.0-rc2
Typo fixes, and more changelog updates
* chore: remove unmaintained bootstrappers

chore: remove unmaintained bootstrappers

* Update mainnet.pi fixing typoed domain

fixing typo for 1475.io 'bootstarp' -> 'bootstrap'

* Update mainnet.pi

apparently the actual hostname is typoed. so bootstarp it is.

---------

Co-authored-by: smagdali <[email protected]>
* set stream deadlines in Lotus

* reduce timeout

* whitelist bootstrappers

* fix tests
Update changelog and version
Update changelog with the deprecate circle-ci
Update changelog / make docsgen
* remove and replace some linters
* remove some exclusions
* make all exclusions more explicit matches
* update libp2p to v0.34.0

* fix libp2p err

* fix imports

* update go mod

* update go mod
Update changelog
go mod tidy
Update changelog
* chore: pin golanglint-ci to v1.58.2 (#12054)

Fixes: #12044

* Add backport to changelog

Add backport to changelog

---------

Co-authored-by: Rod Vagg <[email protected]>
…conflicts

chore: merge release/v1.27.0 branch into the releases branch
Copy link

github-actions bot commented Jun 7, 2024

All checks have passed

@rjan90 rjan90 mentioned this pull request Jun 7, 2024
19 tasks
@rjan90 rjan90 merged commit 06f8fdc into master Jun 10, 2024
77 checks passed
@rjan90 rjan90 deleted the merge-releases-master branch June 10, 2024 08:01
@rjan90 rjan90 mentioned this pull request Jun 10, 2024
8 tasks
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