-
Notifications
You must be signed in to change notification settings - Fork 145
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(images): add support for tapd v0.3.3-alpha #806
Merged
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #806 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 139 139
Lines 4402 4402
Branches 858 858
=========================================
Hits 4402 4402 ☔ View full report in Codecov by Sentry. |
jamaljsr
force-pushed
the
update-tapd-v0.3.1
branch
from
November 25, 2023 17:47
4ec1809
to
a34bcb5
Compare
jamaljsr
force-pushed
the
update-tapd-v0.3.1
branch
from
December 7, 2023 05:29
a34bcb5
to
c993015
Compare
jamaljsr
force-pushed
the
update-tapd-v0.3.1
branch
2 times, most recently
from
March 6, 2024 23:29
b4d1e2d
to
3bb4651
Compare
jamaljsr
force-pushed
the
feat/update-nodes-0324
branch
from
March 6, 2024 23:33
3dfb153
to
7df1b4c
Compare
jamaljsr
force-pushed
the
update-tapd-v0.3.1
branch
2 times, most recently
from
March 6, 2024 23:44
f400acc
to
95e9e11
Compare
jamaljsr
changed the title
Update tapd to v0.3.2-alpha
feat(images): add support for tapd v0.3.3-alpha
Mar 6, 2024
jamaljsr
force-pushed
the
update-tapd-v0.3.1
branch
from
March 7, 2024 00:06
95e9e11
to
b106a4c
Compare
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.
Description
Adds support for
tapd
v0.3.3-alpha. There was a change in theuniverserpc.AssetRoots
RPC which broke syncing universes in Polar. A new version of Polar will be necessary to run thistapd
version. I'll hold off on merging this until the release is ready to ship.