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.21.0 #9988

Merged
merged 7 commits into from
Jul 3, 2023
Merged

Release: v0.21.0 #9988

merged 7 commits into from
Jul 3, 2023

Commits on Jun 22, 2023

  1. chore: update version

    hacdias committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    37b215a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. fix: docker repository initialization race condition

    When running the health check command without passing the `--api` command line flag and if the Kubo daemon is not active, executing `ipfs dag stat` will initialize the repository. It is common for the health check command to be run with root privileges. As a result, the repository will be owned by the root user. Then, if the Kubo daemon process attempts to access the repository later on, it will encounter a permission denied error because it runs as a non-privileged user by default.
    
    Hence, this modification simply provides the `--api` flag to the `ipfs dag stat` command. Given that we are operating within the limited confines of a docker container, we can make a few assumptions. I can't come up with a scenario where one would desire to assign a different port to the internal API rather than using the default 5001. Therefore, I have hard-coded the value accordingly.
    
    (cherry picked from commit 1972a49)
    dennis-tra authored and hacdias committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d1e3141 View commit details
    Browse the repository at this point in the history
  2. ci: fix checking state of CI in ipfs-webui (#9969)

    (cherry picked from commit 61f0aa0)
    galargh authored and hacdias committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    76fe5fc View commit details
    Browse the repository at this point in the history
  3. fix(gateway): include CORS on subdomain redirects (#9994)

    (cherry picked from commit 3da4e5b)
    lidel authored and hacdias committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9737e88 View commit details
    Browse the repository at this point in the history
  4. fix: correctly handle migration of configs

    readPluginsConfig was copied from ReadMigrationConfig and switched
    erroring fields to a bool so it can be omitemptied.
    
    (cherry picked from commit f2a6c4f)
    Jorropo authored and hacdias committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    60c969d View commit details
    Browse the repository at this point in the history
  5. chore: bump to boxo 0.10.2

    hacdias committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ac7f04d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d5f2b8 View commit details
    Browse the repository at this point in the history