-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Release: v0.21.0 #9988
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37b215a - Browse repository at this point
Copy the full SHA 37b215aView commit details
Commits on Jun 29, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for d1e3141 - Browse repository at this point
Copy the full SHA d1e3141View commit details -
ci: fix checking state of CI in ipfs-webui (#9969)
(cherry picked from commit 61f0aa0)
Configuration menu - View commit details
-
Copy full SHA for 76fe5fc - Browse repository at this point
Copy the full SHA 76fe5fcView commit details -
fix(gateway): include CORS on subdomain redirects (#9994)
(cherry picked from commit 3da4e5b)
Configuration menu - View commit details
-
Copy full SHA for 9737e88 - Browse repository at this point
Copy the full SHA 9737e88View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 60c969d - Browse repository at this point
Copy the full SHA 60c969dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7f04d - Browse repository at this point
Copy the full SHA ac7f04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5f2b8 - Browse repository at this point
Copy the full SHA 4d5f2b8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.