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

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Jun 22, 2023

This PR creates release v0.21.0 (#9814).

This release is scheduled for Monday 2023-07-04.

@hacdias hacdias requested review from lidel and a team as code owners June 22, 2023 09:33
@hacdias hacdias requested review from Jorropo and removed request for lidel June 22, 2023 09:34
@hacdias hacdias self-assigned this Jun 22, 2023
dennis-tra and others added 5 commits June 29, 2023 16:33
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)
readPluginsConfig was copied from ReadMigrationConfig and switched
erroring fields to a bool so it can be omitemptied.

(cherry picked from commit f2a6c4f)
@hacdias hacdias marked this pull request as draft June 29, 2023 14:36
@hacdias hacdias marked this pull request as ready for review June 29, 2023 15:10
@hacdias hacdias merged commit 294db3e into release Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants