Skip to content

Update resource-types-contrib reference (pre-release)#12142

Merged
lakshmimsft merged 1 commit into
mainfrom
lakshmimsft/update-resource-types
Jun 17, 2026
Merged

Update resource-types-contrib reference (pre-release)#12142
lakshmimsft merged 1 commit into
mainfrom
lakshmimsft/update-resource-types

Conversation

@lakshmimsft

Copy link
Copy Markdown
Contributor

Description

This pull request updates a dependency version in the go.mod file. The version of github.com/radius-project/resource-types-contrib has been updated to a newer commit.

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius.

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document is added or updated under eng/design-notes/ in this repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for resource-types-contrib is created, if resource types or recipes are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for dashboard is created, if the Radius Dashboard is affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable

Signed-off-by: lakshmimsft <ljavadekar@microsoft.com>
Copilot AI review requested due to automatic review settings June 17, 2026 21:59
@lakshmimsft lakshmimsft requested review from a team as code owners June 17, 2026 21:59
@lakshmimsft lakshmimsft requested a review from a team as a code owner June 17, 2026 21:59
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/radius-project/resource-types-contrib 0.0.0-20260615163340-1552489004a4 UnknownUnknown

Scanned Files

  • go.mod

@lakshmimsft lakshmimsft enabled auto-merge (squash) June 17, 2026 22:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-contrib to v0.0.0-20260615163340-1552489004a4 in go.mod.
  • Updated the matching module and go.mod checksums in go.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-tests

radius-functional-tests Bot commented Jun 17, 2026

Copy link
Copy Markdown

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref dfe3fd8
Unique ID funcad544cc0a8
Image tag pr-funcad544cc0a8
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcad544cc0a8
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcad544cc0a8
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcad544cc0a8
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcad544cc0a8
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcad544cc0a8
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
❌ corerp-cloud functional test failed. Please check the logs for more details
⌛ Starting corerp-cloud functional tests...
✅ corerp-cloud functional tests succeeded

@github-actions

Copy link
Copy Markdown

Unit Tests

    2 files  ±0    439 suites  ±0   7m 35s ⏱️ +9s
5 375 tests ±0  5 373 ✅ ±0  2 💤 ±0  0 ❌ ±0 
6 555 runs  ±0  6 553 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit dfe3fd8. ± Comparison against base commit 7ff1efa.

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.36%. Comparing base (7ff1efa) to head (dfe3fd8).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lakshmimsft lakshmimsft merged commit a5446e6 into main Jun 17, 2026
79 of 82 checks passed
@lakshmimsft lakshmimsft deleted the lakshmimsft/update-resource-types branch June 17, 2026 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants