-
Notifications
You must be signed in to change notification settings - Fork 5
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
uplink(chore): Bump versions of storj-up services #56
Conversation
c414303
to
b51ecb0
Compare
I don't understand why there are 2 tests failing with these new satellite versions. Because of the errors it looks something related with storj-up
@elek @dlamarmorgan do you have any idea? |
It says |
Bump the versions of the storj-up satellite and edge to match the last published tag version. Uncomment an end-to-end test assertion that was commented because the previous satellite version had a bug and it made the test not pass. Instruction in one of the Makefile recipes had to be adjusted to work with the new images. Also, fix a few typos in test assertion messages.
@elek I see that the Storagenodes fail to ping the satellite. All the storagenode reports in their logs:
Do you know what is doing this? The only changes in the |
@ifraixedes |
I regenerated yesterday with the v1.1.0 which is the one that right now we are using https://github.com/storj-thirdparty/uplink-rust/blob/main/Makefile#L57 I'd love to migrate to a higher version, but rather than targeting a specific commit hash, I'd like to target a specific tag. Could we release a new tag version? A new version tag that could compile with Go 1.20 without disabling QUIC would be awesome and we could close storj/up#83 The current workaround for that it's using |
#74 is doing this and in a better way |
Bump the versions of the storj-up satellite and edge to match the last published tag version.
Uncomment an end-to-end test assertion that was commented because the previous satellite version had a bug and it made the test not pass.
Instruction in one of the Makefile recipes had to be adjusted to work with the new images.
Also, fix a few typos.
Closes #50