volsync
volsync copied to clipboard
Update module github.com/operator-framework/api to v0.26.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/operator-framework/api | v0.20.0 -> v0.26.0 |
Release Notes
operator-framework/api (github.com/operator-framework/api)
v0.26.0
What's Changed
- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in https://github.com/operator-framework/api/pull/338
- Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 by @dependabot in https://github.com/operator-framework/api/pull/339
- Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 by @dependabot in https://github.com/operator-framework/api/pull/341
- remove default value of catsrc.spec.grpcPodConfig.securityContextConfig by @joelanford in https://github.com/operator-framework/api/pull/342
Full Changelog: https://github.com/operator-framework/api/compare/v0.25.0...v0.26.0
v0.25.0
What's Changed
- :seedling: Adds dependabot config to repo by @perdasilva in https://github.com/operator-framework/api/pull/326
- :bug: fix ClusterServiceVersion CRD Generation by @perdasilva in https://github.com/operator-framework/api/pull/324
- :seedling: Add GHA to test CRDs against kind by @perdasilva in https://github.com/operator-framework/api/pull/325
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/operator-framework/api/pull/327
- build(deps): bump actions/cache from 2 to 4 by @dependabot in https://github.com/operator-framework/api/pull/328
- build(deps): bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.2 by @dependabot in https://github.com/operator-framework/api/pull/332
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in https://github.com/operator-framework/api/pull/330
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/operator-framework/api/pull/329
- build(deps): bump k8s.io/apimachinery from 0.30.0 to 0.30.1 by @dependabot in https://github.com/operator-framework/api/pull/333
- update kube libraries to v0.30.1 by @perdasilva in https://github.com/operator-framework/api/pull/335
Full Changelog: https://github.com/operator-framework/api/compare/v0.24.0...v0.25.0
v0.24.0
What's Changed
- build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in https://github.com/operator-framework/api/pull/321
- K8s 1.30 version update and go 1.22 by @Neo2308 in https://github.com/operator-framework/api/pull/322
Full Changelog: https://github.com/operator-framework/api/compare/v0.23.0...v0.24.0
v0.23.0
What's Changed
- :seedling: bump codecov to v4 by @grokspawn in https://github.com/operator-framework/api/pull/315
- add missing comments for status fields by @grokspawn in https://github.com/operator-framework/api/pull/316
- enabling merge queues by adjusting dco policy, workflows by @grokspawn in https://github.com/operator-framework/api/pull/314
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in https://github.com/operator-framework/api/pull/318
- Add tidy to the verify target by @tmshort in https://github.com/operator-framework/api/pull/320
- Update modules to support k8s v0.29.2 by @Neo2308 in https://github.com/operator-framework/api/pull/319
New Contributors
- @Neo2308 made their first contribution in https://github.com/operator-framework/api/pull/319
Full Changelog: https://github.com/operator-framework/api/compare/v0.22.0...v0.23.0
v0.22.0
What's Changed
- OCPBUGS-25989: go.mod: bump to golang 1.21 by @stevekuznetsov in https://github.com/operator-framework/api/pull/311
- Add field Subscription.Spec.Config.Annotations by @cognifloyd in https://github.com/operator-framework/api/pull/312
New Contributors
- @cognifloyd made their first contribution in https://github.com/operator-framework/api/pull/312
Full Changelog: https://github.com/operator-framework/api/compare/v0.21.0...v0.22.0
v0.21.0
What's Changed
- [chore]: Update opentelemetry to v1.20.0 by @tmshort in https://github.com/operator-framework/api/pull/309
- k8s 1.28 version update and go 1.20 by @acornett21 in https://github.com/operator-framework/api/pull/292
- [chore]: Re-bump opentelemetry to v1.20.0 by @joelanford in https://github.com/operator-framework/api/pull/310
- Catch whitespace csv.spec.provider.name values by @komish in https://github.com/operator-framework/api/pull/272
New Contributors
- @komish made their first contribution in https://github.com/operator-framework/api/pull/272
Full Changelog: https://github.com/operator-framework/api/compare/v0.20.0...v0.21.0
Configuration
📅 Schedule: Branch creation - "* 3-6 * * 1-5" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
ℹ Artifact update notice
File name: custom-scorecard-tests/go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 16 additional dependencies were updated
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.20 -> 1.22.5 |
github.com/go-logr/logr |
v1.2.4 -> v1.4.1 |
github.com/golang/protobuf |
v1.5.3 -> v1.5.4 |
github.com/google/gofuzz |
v1.1.0 -> v1.2.0 |
github.com/sirupsen/logrus |
v1.9.2 -> v1.9.3 |
golang.org/x/oauth2 |
v0.5.0 -> v0.17.0 |
golang.org/x/time |
v0.3.0 -> v0.5.0 |
google.golang.org/appengine |
v1.6.7 -> v1.6.8 |
k8s.io/api |
v0.27.7 -> v0.30.1 |
k8s.io/apiextensions-apiserver |
v0.27.7 -> v0.30.1 |
k8s.io/apimachinery |
v0.27.7 -> v0.30.1 |
k8s.io/client-go |
v0.27.7 -> v0.30.1 |
k8s.io/klog/v2 |
v2.90.1 -> v2.120.1 |
k8s.io/kube-openapi |
v0.0.0-20230501164219-8b0f38b5fd1f -> v0.0.0-20240228011516-70dd3763d340 |
k8s.io/utils |
v0.0.0-20230209194617-a36077c30491 -> v0.0.0-20240102154912-e7106e64919e |
sigs.k8s.io/structured-merge-diff/v4 |
v4.2.3 -> v4.4.1 |
sigs.k8s.io/yaml |
v1.3.0 -> v1.4.0 |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.4%. Comparing base (
8b1dd4f) to head (abf5e66). Report is 38 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1130 +/- ##
=====================================
Coverage 67.3% 67.4%
=====================================
Files 57 57
Lines 5822 5824 +2
=====================================
+ Hits 3924 3926 +2
Misses 1610 1610
Partials 288 288
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
/retest
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: renovate-bot, tesshuflower
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [tesshuflower]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment