-
Notifications
You must be signed in to change notification settings - Fork 316
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
feat(sns): Automatically trigger upgrades when target_version is ahead of the current version #2034
Merged
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
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
7 times, most recently
from
October 18, 2024 21:41
09fa8df
to
375daa6
Compare
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
4 times, most recently
from
October 31, 2024 22:07
d1511aa
to
3c5f154
Compare
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
2 times, most recently
from
October 31, 2024 23:14
a8bd052
to
4434107
Compare
aterga
changed the base branch from
master
to
@anchpop/populate-upgrade-journal
November 1, 2024 16:46
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
from
November 1, 2024 16:47
4434107
to
e81283a
Compare
aterga
reviewed
Nov 1, 2024
anchpop
force-pushed
the
@anchpop/populate-upgrade-journal
branch
2 times, most recently
from
November 1, 2024 23:42
6a0214d
to
b3c0b68
Compare
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
from
November 2, 2024 00:06
e81283a
to
67f46e6
Compare
anchpop
force-pushed
the
@anchpop/populate-upgrade-journal
branch
2 times, most recently
from
November 4, 2024 17:08
d666e29
to
e70bdf9
Compare
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
4 times, most recently
from
November 5, 2024 16:35
237faf2
to
09d1edd
Compare
anchpop
changed the title
feat(sns): Try coming up with way to automatically trigger upgrades
feat(sns): Automatically trigger upgrades when target_version is ahead of the current version
Nov 5, 2024
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
3 times, most recently
from
November 8, 2024 03:09
97bfaff
to
4dc102d
Compare
anchpop
added
the
CI_OVERRIDE_BUF_BREAKING
Skip buf-breaking (protobuf) check (explain in PR description why)
label
Nov 8, 2024
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
2 times, most recently
from
November 9, 2024 00:28
f12e4bc
to
0edfa11
Compare
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
2 times, most recently
from
November 12, 2024 21:55
670c8a2
to
428d05c
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
The upgrade journal event types were very verbose to construct previously. This PR hopes to make them a litlte nicer Addresses this: #2034 (comment)
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
3 times, most recently
from
November 13, 2024 15:56
693f2e9
to
5f7f0aa
Compare
aterga
approved these changes
Nov 13, 2024
aterga
approved these changes
Nov 13, 2024
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
4 times, most recently
from
November 14, 2024 01:43
b4772e7
to
5ea4c9e
Compare
andrew-lee-work
approved these changes
Nov 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, other than the other comments I left.
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
from
November 14, 2024 19:21
5ea4c9e
to
635c77e
Compare
anchpop
force-pushed
the
@anchpop/auto-upgrades
branch
from
November 14, 2024 20:15
635c77e
to
dfa1928
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@boundary-node
CI_OVERRIDE_BUF_BREAKING
Skip buf-breaking (protobuf) check (explain in PR description why)
@consensus
@cross-chain-team
@crypto-team
@dre
feat
@ic-message-routing-owners
@idx
@networking
@nns-team
@pocket-ic
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 adds a new periodic task (or rather, a new thing to be called from our existing periodic task) that will initiate an upgrade when one is necessary.
At the time of writing the proto backwards compatibility checker is complaining about this:
Which I don't really think is a real issue, so I'm tagging the PR with CI_OVERRIDE_BUF_BREAKING
← Previous PR