-
-
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.17.0 #9395
Merged
Merged
release v0.17.0 #9395
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs: add WebTransport docs
Merge release v0.16.0 back into master
`swarm stats all` requires that the ResourceManager instance implements `rcmgr.ResourceManagerState`, and `loggingResourceManager` was not implementing it, so the command was failing. Also added a sharness test to check that the command is executing correctly, because `jq -e` doesn't return an error if the json is nil. Signed-off-by: Antonio Navarro Perez <[email protected]>
#9243 Co-authored-by: Marcin Rataj <[email protected]>
* feat: --reset flag on swarm limit command This flag allows to the user to reset limits to default values. Signed-off-by: Antonio Navarro Perez <[email protected]> * Use adjusted default limits and remove already fixed FIXME Signed-off-by: Antonio Navarro Perez <[email protected]> * Apply suggestions from code review Co-authored-by: Gus Eggert <[email protected]> * Return correct defaults * Remove resetting all values from a map. Signed-off-by: Antonio Navarro Perez <[email protected]> Signed-off-by: Antonio Navarro Perez <[email protected]> Co-authored-by: Gus Eggert <[email protected]>
* feat: remove provider delay interval in bitswap * Use a non-zero provider search delay * Add ProviderSearchDelay to Internal.Bitswap config * Revert bitswap provider delay to 1s
…d-legacy-decode chore(cmds): dag import: use ipld legacy decode
* add refs local alias repo ls * add test for /repo/ls Co-authored-by: Nikhilesh Susarla <[email protected]>
chore: bump version to v0.17.0-rc1
Signed-off-by: Antonio Navarro Perez <[email protected]>
Signed-off-by: Antonio Navarro Perez <[email protected]>
Co-authored-by: Steve Loeppky <[email protected]>
Signed-off-by: Antonio Navarro Perez <[email protected]>
This moves defaults to Kubo code, cleaning up config. If value is in config, we assume it is an explicit choice made by user. Makes migrations easier.
Signed-off-by: Antonio Navarro Perez <[email protected]>
These two are on par with sharness, and webui became flaky. Flakiness will be addressed upstream, but this should decrease how often it occurs + make CI faster (making sharness the longest one again)
Closed
This can be added after the new RC: #9413 (review) |
Co-authored-by: Antonio Navarro Perez <[email protected]>
chore: bump version to v0.17.0-rc2
chore: bump version to v0.17.0
ajnavarro
approved these changes
Nov 22, 2022
hacdias
pushed a commit
to ipfs/boxo
that referenced
this pull request
Jan 27, 2023
release v0.17.0 This commit was moved from ipfs/kubo@4485d6b
gammazero
pushed a commit
to ipfs/boxo
that referenced
this pull request
Sep 28, 2023
release v0.17.0 This commit was moved from ipfs/kubo@4485d6b
gammazero
pushed a commit
to ipfs/boxo
that referenced
this pull request
Sep 29, 2023
release v0.17.0 This commit was moved from ipfs/kubo@4485d6b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR accompanies the final v0.17.0 release (tracked in #9319).