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

Release: v0.29.0 [skip changelog] #10433

Merged
merged 25 commits into from
Jun 10, 2024
Merged

Release: v0.29.0 [skip changelog] #10433

merged 25 commits into from
Jun 10, 2024

Commits on Apr 9, 2024

  1. chore: update version

    hacdias committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4ae097e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. docs: update release checklist (#10401)

    - change thunderdome to after the dockers and binaries are released
    - simplify the tag command for final releases
    - add link to IPFS Companion issue about E2E tests
    hacdias authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d62cc49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f0fb02 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10402 from ipfs/merge-release-v0.28.0

    Merge Release: v0.28.0 [skip changelog]
    hacdias authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    14e954e View commit details
    Browse the repository at this point in the history
  4. chore: create next changelog

    hacdias authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f0cc65b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba3f7f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 25, 2024

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

Commits on May 6, 2024

  1. gofmt

    hacdias committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ca1dc3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ff619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2841ec0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. feat: enables searching pins by name (#10412)

    Co-authored-by: Henrique Dias <[email protected]>
    gystemd and hacdias authored May 14, 2024
    Configuration menu
    Copy the full SHA
    ae05085 View commit details
    Browse the repository at this point in the history
  2. config: introduce Import section (#10421)

    Co-authored-by: Marcin Rataj <[email protected]>
    hacdias and lidel authored May 14, 2024
    Configuration menu
    Copy the full SHA
    8022e13 View commit details
    Browse the repository at this point in the history
  3. chore: fix --help text

    #10412 changed to be partial match
    but we forgot to update --help text
    lidel authored May 14, 2024
    Configuration menu
    Copy the full SHA
    bde3a42 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    869f506 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump codecov/codecov-action from 4.2.0 to 4.3.1

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@7afa10e...5ecb98a)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hacdias committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4f94f36 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump codecov/codecov-action from 4.2.0 to 4.4.0

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.4.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@7afa10e...6d79887)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hacdias committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5de5b77 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    b79cede View commit details
    Browse the repository at this point in the history
  2. chore: boxo 0.20.0 (#10432)

    hacdias authored May 27, 2024
    Configuration menu
    Copy the full SHA
    70d9762 View commit details
    Browse the repository at this point in the history
  3. chore: update version

    hacdias committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3a78f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix(libp2p): streams config validation in resource manager (#10435)

    (cherry picked from commit 40cf630)
    EnchanterIO authored and lidel committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9c9c89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c526f29 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix(cli): unify --name param in ls and add (#10439)

    This is a cosmetic fix for bug found during testing 0.29.0-rc2.
    pin add --name had shorthand -n
    pin ls --name had no shorthand, and --names had -n
    
    This unifies -n making it a shorthand for the same parameter in both
    `pin ls` and `pin add`.
    
    (cherry picked from commit a07852a)
    lidel committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5a7029e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. docs(changelog): v0.29.0

    lidel committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b35cd62 View commit details
    Browse the repository at this point in the history