-
Notifications
You must be signed in to change notification settings - Fork 97
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
Release v0.38.0-rc1 #7916
Release v0.38.0-rc1 #7916
Conversation
Signed-off-by: willdavsmith <[email protected]>
bicepconfig.json
Outdated
"radius": "br:biceptypes.azurecr.io/radius:latest", | ||
"aws": "br:biceptypes.azurecr.io/aws:latest" | ||
"radius": "br:biceptypes.azurecr.io/radius:v0.38.0-rc1", | ||
"aws": "br:biceptypes.azurecr.io/aws:v0.38.0-rc1" |
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.
@sk593 is this the right PR to do this in? do you forsee any issues?
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.
no, this doesnt get updated. the version that lives in the repo will always be latest to correspond with the latest version of radius
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.
we auto-generate the bicepconfig during app setup, so that's when this would get populated with a specific release version
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.
kk, removing then
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7916 +/- ##
==========================================
- Coverage 60.97% 60.96% -0.01%
==========================================
Files 527 527
Lines 27860 27860
==========================================
- Hits 16988 16986 -2
- Misses 9378 9379 +1
- Partials 1494 1495 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: willdavsmith <[email protected]>
Description
Type of change