fix(deps): Fix update module ocm.software/open-component-model/bindings/go/credentials to v0.0.10 (#2331)#2410
Conversation
…o/credentials to v0.0.10
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
✅ Deploy Preview for ocm-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (15)
📒 Files selected for processing (34)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 6 minutes and 33 seconds.Comment |
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
What this PR does / why we need it
Fixes test and lint failures caused by bumping
bindings/go/credentialsfrom v0.0.9 to v0.0.10 (#2331).The v0.0.10 release added
ResolveTypedto thecredentials.Resolverinterface and changed the default config type serialization to include the version suffix (credentials.config.ocm.software/v1).Changes:
ResolveTypedto test mock implementations that directly implementcredentials.Resolver(constructor, OCI transformer)//nolint:staticcheckdirectives to deprecatedResolvecalls that still needmap[string]stringuntil the full typed credentials migration is completeWhich issue(s) this PR fixes
Fixes #2331
Related epic: open-component-model/ocm-project#702
Testing
task test task test/integration