-
Notifications
You must be signed in to change notification settings - Fork 142
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
OONI Probe CLI v3.21.0 #2690
Labels
Comments
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 21, 2024
It seems there's an issue by which some `replace` directives in the `go.mod` used by Psiphon aren't picked up by us. The thing is that `replace` only works for the main module. We thus asked for clarification before merging this PR. See ooni/probe#2690
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 21, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 21, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 21, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 21, 2024
bassosimone
added a commit
to ooni/oocrypto
that referenced
this issue
Mar 22, 2024
bassosimone
added a commit
to ooni/oohttp
that referenced
this issue
Mar 22, 2024
bassosimone
added a commit
to ooni/oohttp
that referenced
this issue
Mar 22, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 22, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 22, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 22, 2024
* chore(MOBILE/android/ensure): update * chore: go generate ./... * chore: use go1.20.14 * chore: update the user agent * chore: use 2024-03 geoip database See ooni/probe#2690
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 25, 2024
This diff starts upgrading dependencies using gomajor. We still have other dependencies to upgrade, including, at least: - quic-go/quic-go, which should be relatively easy; - snowflake, which is hard and we already know. Part of ooni/probe#2690.
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 25, 2024
This diff starts upgrading dependencies using gomajor. We still have other dependencies to upgrade, including, at least: - quic-go/quic-go; - snowflake. We already know that quic-go>=0.41.0 requires *at least* Go 1.21. We also know that snowflake most likely requires us to pull some tricks to make it live together with Psiphon. For this reason, I am not upgrading either of them now. Part of ooni/probe#2690.
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 25, 2024
It seems there's an issue by which some `replace` directives in the `go.mod` used by Psiphon aren't picked up by us. The thing is that `replace` only works for the main module. We thus asked for clarification but we can merge this PR anyway, since it helps us to find dependency intersection between snowflake and psiphon (I am thinking mainly in terms of refraction-networking/utls). See ooni/probe#2690
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 27, 2024
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Mar 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Release information
Fill out this information for each release:
Version Number: 3.21.0
Expected Release date: 2024-03-27 +- 2 days
Summary of changes: ooni/probe-cli@v3.20.0-alpha...9860b44 + other changes made as part of the release process
Link to latest nightly: https://github.com/ooni/probe-cli/releases/tag/rolling
Pre-release communication
Checklist
./script/go.bash get -u -v
: chore: update psiphon probe-cli#1522.github/workflows/gobash.yml
: doc(gobash.yml): explain what to do during releases probe-cli#1523./script/updateminipipeline.bash
: doc(gobash.yml): explain what to do during releases probe-cli#1523./internal/stuninput
)GOVERSION
if needed: chore: prepare release 3.21.0 probe-cli#1528NDKVERSION
, andMOBILE/android/ensure
if needed: chore: prepare release 3.21.0 probe-cli#1528Readme.md
file: chore: prepare release 3.21.0 probe-cli#1528internal/model/http.go
: chore: prepare release 3.21.0 probe-cli#1528./script/go.bash generate ./...
): chore: prepare release 3.21.0 probe-cli#1528./script/go.bash list -json ./cmd/ooniprobe
does not include any pinned package in psiphon'sgo.mod
: chore: update psiphon probe-cli#1522./script/go.bash get -u -v -d ./...
:./script/go.bash test -race -count 1 ./...
must pass locally./script/autoexport.bash
internal/version/version.go
gosec
runsPost-release communication
#ooni-probe-releases
slack channel:The text was updated successfully, but these errors were encountered: