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

Commits on Apr 23, 2024

  1. release: v1.26.3 (#11908) (#11915)

    * 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 <rod@vagg.org>
    Co-authored-by: Steven Allen <steven@stebalien.com>
    3 people authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    560826d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. build: release: v1.27.0-rc1 (#11947)

    * 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
    rjan90 authored May 1, 2024
    Configuration menu
    Copy the full SHA
    f415a77 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Bump pubsub-dep

    Bump pubsub-dep
    rjan90 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ceda417 View commit details
    Browse the repository at this point in the history
  2. Prep v1.27.0-rc2

    Prep v1.27.0-rc2
    rjan90 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4f06119 View commit details
    Browse the repository at this point in the history
  3. Typo fixes, and more changelog updates

    Typo fixes, and more changelog updates
    rjan90 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    fc469ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11972 from filecoin-project/prep-v1270-rc2

    build: release: v1.27.0-rc2
    rjan90 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    bbcad8a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. chore: remove unmaintained bootstrappers (#11983)

    * 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 <stefan@fil.org>
    rjan90 and smagdali committed May 16, 2024
    Configuration menu
    Copy the full SHA
    feeab1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62961c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f7e45 View commit details
    Browse the repository at this point in the history
  4. fix: copy Flags field from SectorOnChainInfo

    Fixes: #11962
    rvagg authored and rjan90 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    95f1533 View commit details
    Browse the repository at this point in the history
  5. feat: libp2p: Lotus stream cleanup (#11993)

    * set stream deadlines in Lotus
    
    * reduce timeout
    
    * whitelist bootstrappers
    
    * fix tests
    aarshkshah1992 authored and rjan90 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f60c1ce View commit details
    Browse the repository at this point in the history
  6. Update changelog and version

    Update changelog and version
    rjan90 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c195592 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a101f4 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    Update changelog with the deprecate circle-ci
    rjan90 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f0ea83a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Merge pull request #12003 from filecoin-project/backports-rc3

    build: release: v1.27.0-rc3
    rjan90 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    4daac14 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. chore: update drand (#12021)

    Stebalien authored and rjan90 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    837ba4b View commit details
    Browse the repository at this point in the history
  2. Update changelog / make docsgen

    Update changelog / make docsgen
    rjan90 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0aea32f View commit details
    Browse the repository at this point in the history
  3. chore: lint: update golangci lint config

    * remove and replace some linters
    * remove some exclusions
    * make all exclusions more explicit matches
    rvagg authored and rjan90 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c8d56ca View commit details
    Browse the repository at this point in the history
  4. chore: lint: fix lint errors with new linting config

    Ref: #11967
    rvagg authored and rjan90 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a49d433 View commit details
    Browse the repository at this point in the history
  5. chore: lint: address feedback from reviews

    rvagg authored and rjan90 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6106196 View commit details
    Browse the repository at this point in the history
  6. doc: eth: restore comment lost in linter cleanup

    Ref: #11968
    rvagg authored and rjan90 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e40f0d2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. chore: libp2p: update to v0.34.1 (#12027)

    * update libp2p to v0.34.0
    
    * fix libp2p err
    
    * fix imports
    
    * update go mod
    
    * update go mod
    aarshkshah1992 authored and rjan90 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    278a479 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Update changelog
    rjan90 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5fe89e7 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    go mod tidy
    rjan90 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    09d0aca View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. revert go version change (#12050)

    aarshkshah1992 authored and rjan90 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b548aae View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Update changelog
    rjan90 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4ad53b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12039 from filecoin-project/pre-final-v1270

    build: release: Lotus v1.27.0
    rjan90 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    ed243e6 View commit details
    Browse the repository at this point in the history
  4. chore: backport #12054 to release/v1.27.0 branch (#12056)

    * chore: pin golanglint-ci to v1.58.2 (#12054)
    
    Fixes: #12044
    
    * Add backport to changelog
    
    Add backport to changelog
    
    ---------
    
    Co-authored-by: Rod Vagg <rod@vagg.org>
    rjan90 and rvagg authored May 28, 2024
    Configuration menu
    Copy the full SHA
    6b8e465 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60a39dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12058 from filecoin-project/resolve-releasev1270-…

    …conflicts
    
    chore: merge release/v1.27.0 branch into the releases branch
    rjan90 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    2baca01 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    2566e68 View commit details
    Browse the repository at this point in the history
  2. Fix where #12054 is placed in changelog

    Fix where #12054 is placed in changelog
    rjan90 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9e24cad View commit details
    Browse the repository at this point in the history
  3. Add trailing line in Makefile

    Add trailing line in Makefile
    rjan90 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    359fe7b View commit details
    Browse the repository at this point in the history
  4. Go mod tidy

    Go mod tidy
    rjan90 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f174915 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    823c28e View commit details
    Browse the repository at this point in the history