-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(deps): update module github.com/jcchavezs/porto to v0.7.0 #11430
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11430 +/- ##
==========================================
- Coverage 92.15% 92.14% -0.02%
==========================================
Files 432 432
Lines 20255 20255
==========================================
- Hits 18666 18663 -3
- Misses 1228 1230 +2
- Partials 361 362 +1 ☔ View full report in Codecov by Sentry. |
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.
This changes the go
directive to go 1.23
on internal/tools
. I am fine with that since it's only the tooling which is internal to the project and does not affect our Go compatibility promise, but if it causes trouble we can always revert
…elemetry#11430) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto) | `v0.6.0` -> `v0.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjcchavezs%2fporto/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjcchavezs%2fporto/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjcchavezs%2fporto/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjcchavezs%2fporto/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jcchavezs/porto (github.com/jcchavezs/porto)</summary> ### [`v0.7.0`](https://redirect.github.com/jcchavezs/porto/releases/tag/v0.7.0): Version 0.7.0 [Compare Source](https://redirect.github.com/jcchavezs/porto/compare/v0.6.0...v0.7.0) #### What's Changed - Upgrade go to 1.23 by [@&open-telemetry#8203;tim-mwangi](https://redirect.github.com/tim-mwangi) in [https://github.com/jcchavezs/porto/pull/20](https://redirect.github.com/jcchavezs/porto/pull/20) #### New Contributors - [@&open-telemetry#8203;tim-mwangi](https://redirect.github.com/tim-mwangi) made their first contribution in [https://github.com/jcchavezs/porto/pull/20](https://redirect.github.com/jcchavezs/porto/pull/20) **Full Changelog**: jcchavezs/porto@v0.6.0...v0.7.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
…elemetry#11430) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jcchavezs/porto](https://redirect.github.com/jcchavezs/porto) | `v0.6.0` -> `v0.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjcchavezs%2fporto/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjcchavezs%2fporto/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjcchavezs%2fporto/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjcchavezs%2fporto/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jcchavezs/porto (github.com/jcchavezs/porto)</summary> ### [`v0.7.0`](https://redirect.github.com/jcchavezs/porto/releases/tag/v0.7.0): Version 0.7.0 [Compare Source](https://redirect.github.com/jcchavezs/porto/compare/v0.6.0...v0.7.0) #### What's Changed - Upgrade go to 1.23 by [@&open-telemetry#8203;tim-mwangi](https://redirect.github.com/tim-mwangi) in [https://github.com/jcchavezs/porto/pull/20](https://redirect.github.com/jcchavezs/porto/pull/20) #### New Contributors - [@&open-telemetry#8203;tim-mwangi](https://redirect.github.com/tim-mwangi) made their first contribution in [https://github.com/jcchavezs/porto/pull/20](https://redirect.github.com/jcchavezs/porto/pull/20) **Full Changelog**: jcchavezs/porto@v0.6.0...v0.7.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
This PR contains the following updates:
v0.6.0
->v0.7.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jcchavezs/porto (github.com/jcchavezs/porto)
v0.7.0
: Version 0.7.0Compare Source
What's Changed
New Contributors
Full Changelog: jcchavezs/porto@v0.6.0...v0.7.0
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.