Update resource-types-contrib reference (pre-release)#12142
Conversation
Signed-off-by: lakshmimsft <ljavadekar@microsoft.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the pinned github.com/radius-project/resource-types-contrib Go module pseudo-version in go.mod (and the corresponding go.sum entries). In the Radius repo, this dependency is used as a versioned transport for default resource-type/recipe assets that are synced into deploy/manifest/built-in-providers/ via make sync-resource-types.
Changes:
- Updated
github.com/radius-project/resource-types-contribtov0.0.0-20260615163340-1552489004a4ingo.mod. - Updated the matching module and
go.modchecksums ingo.sum.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Bumps the pinned resource-types-contrib pseudo-version to a newer commit. |
| go.sum | Updates checksums to match the newly pinned resource-types-contrib version. |
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12142 +/- ##
==========================================
+ Coverage 52.33% 52.36% +0.03%
==========================================
Files 737 737
Lines 47240 47240
==========================================
+ Hits 24724 24739 +15
+ Misses 20147 20138 -9
+ Partials 2369 2363 -6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
This pull request updates a dependency version in the
go.modfile. The version ofgithub.com/radius-project/resource-types-contribhas been updated to a newer commit.Contributor checklist
Please verify that the PR meets the following requirements, where applicable:
eng/design-notes/in this repository, if new APIs are being introduced.