Skip to content
Snippets Groups Projects

Add v2 onion services deprecation incident

Closed donuts requested to merge donuts/status-site:main into main

@smith I just copied the text from the Newsletter, shout if anything needs changed!

@anarcat Did I set this up correctly?

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • @anarcat Did I set this up correctly?

    i guess it's your call, this is how it looks:

    https://duncan.pages.torproject.net/status-site/

  • donuts added 1 commit

    added 1 commit

    • 85e65ba1 - Formatting fixes to the V2 deprecation notice

    Compare with previous version

  • donuts added 1 commit

    added 1 commit

    • 50daedf7 - Update color scheme with more accessible hues

    Compare with previous version

  • Author Contributor

    Thanks @anarcat, I've made a couple of extra edits and I think we're good to go.

    The only oddity is that cstate is determined to give v2 Onion Services a Maintenance status when a notice is active. I don't think there's anything we can do about that though?

  • The only oddity is that cstate is determined to give v2 Onion Services a Maintenance status when a notice is active. I don't think there's anything we can do about that though?

    yeah that's what i was worried about as well. i am not sure there's anything we can do and it kind of makes sense anyways.

    i'll merge this and push. thanks!

  • alright, i merged this but only after rebasing your main branch on top of this one, because it seems it had other commits mixed in (e.g. from !3 (merged)) i think... and i wanted to keep a clean history.

    i would recommend you reset your main branch to the one here to avoid those problems in the future. ie. this should do:

    git checkout main
    git branch backup
    git fetch origin
    git reset --hard origin/main
    git diff backup

    the last diff should be empty, logically. then you can just delete that backup branch:

    git branch -d backup

    thanks!

  • closed

  • Author Contributor

    Will do, thanks @anarcat!

  • this is now live.

Please register or sign in to reply
Loading