← Back to issue list

fix(deps): update module github.com/elazarl/goproxy to v1.8.2 - autoclosed

View original Github issue

Metadata

Project
fetch-service
Number
#561
Type
pull request
State
closed
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Dependency update PR for github.com/elazarl/goproxy to v1.8.2 was autoclosed without merging. Failing CI checks and inactivity triggered automatic closure, abandoning the change.

Suggested action:

No scores available.

Issue body

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/elazarl/goproxy](https://redirect.github.com/elazarl/goproxy) | `v1.7.2` → `v1.8.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felazarl%2fgoproxy/v1.8.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felazarl%2fgoproxy/v1.7.2/v1.8.2?slim=true) | --- ### Release Notes <details> <summary>elazarl/goproxy (github.com/elazarl/goproxy)</summary> ### [`v1.8.2`](https://redirect.github.com/elazarl/goproxy/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/elazarl/goproxy/compare/v1.8.1...v1.8.2) #### What's Changed - Fix NewResponse writing HTTP/0.0 status lines in MITM mode by [@&#8203;JamieMagee](https://redirect.github.com/JamieMagee) in [#&#8203;749](https://redirect.github.com/elazarl/goproxy/pull/749) #### New Contributors - [@&#8203;JamieMagee](https://redirect.github.com/JamieMagee) made their first contribution in [#&#8203;749](https://redirect.github.com/elazarl/goproxy/pull/749) **Full Changelog**: <https://github.com/elazarl/goproxy/compare/v1.8.1...v1.8.2> ### [`v1.8.1`](https://redirect.github.com/elazarl/goproxy/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/elazarl/goproxy/compare/v1.8.0...v1.8.1) #### What's Changed - Use chunked response when http2 content length is missing by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;742](https://redirect.github.com/elazarl/goproxy/pull/742) - Always close request body, even with a custom response by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;744](https://redirect.github.com/elazarl/goproxy/pull/744) - Merge HTTPMitmConnect and MitmConnect actions by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;743](https://redirect.github.com/elazarl/goproxy/pull/743) **Full Changelog**: <https://github.com/elazarl/goproxy/compare/v1.8.0...v1.8.1> ### [`v1.8.0`](https://redirect.github.com/elazarl/goproxy/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/elazarl/goproxy/compare/v1.7.2...v1.8.0) #### What's Changed - Fix typo in example code snippet by [@&#8203;PrinceShaji](https://redirect.github.com/PrinceShaji) in [#&#8203;653](https://redirect.github.com/elazarl/goproxy/pull/653) - Bump golang.org/x/net from 0.35.0 to 0.36.0 in /ext by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;656](https://redirect.github.com/elazarl/goproxy/pull/656) - Only chunk MITM response when body was modified by [@&#8203;Skn0tt](https://redirect.github.com/Skn0tt) in [#&#8203;720](https://redirect.github.com/elazarl/goproxy/pull/720) - Bump actions/checkout from 4 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;728](https://redirect.github.com/elazarl/goproxy/pull/728) - Bump golangci/golangci-lint-action from 6 to 9 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;725](https://redirect.github.com/elazarl/goproxy/pull/725) - Fix keep alive logic and replace legacy response write logic by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;734](https://redirect.github.com/elazarl/goproxy/pull/734) - Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /ext by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;708](https://redirect.github.com/elazarl/goproxy/pull/708) - Bump github.com/coder/websocket from 1.8.12 to 1.8.14 in /examples by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;711](https://redirect.github.com/elazarl/goproxy/pull/711) - Bump actions/setup-go from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;709](https://redirect.github.com/elazarl/goproxy/pull/709) - fix auth remote proxy in cascadeproxy by [@&#8203;mcarbonneaux](https://redirect.github.com/mcarbonneaux) in [#&#8203;664](https://redirect.github.com/elazarl/goproxy/pull/664) - Fix linter configuration & issues by [@&#8203;ErikPelli](https://redirect.github.com/ErikPelli) in [#&#8203;735](https://redirect.github.com/elazarl/goproxy/pull/735) #### New Contributors - [@&#8203;PrinceShaji](https://redirect.github.com/PrinceShaji) made their first contribution in [#&#8203;653](https://redirect.github.com/elazarl/goproxy/pull/653) - [@&#8203;Skn0tt](https://redirect.github.com/Skn0tt) made their first contribution in [#&#8203;720](https://redirect.github.com/elazarl/goproxy/pull/720) - [@&#8203;mcarbonneaux](https://redirect.github.com/mcarbonneaux) made their first contribution in [#&#8203;664](https://redirect.github.com/elazarl/goproxy/pull/664) **Full Changelog**: <https://github.com/elazarl/goproxy/compare/v1.7.2...v1.8.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/canonical/fetch-service). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Dependency update PR for github.com/elazarl/goproxy to v1.8.2 was autoclosed without merging. Failing CI checks and inactivity triggered automatic closure, abandoning the change.

Update history

Date Change
created

Related issues

Issue Project State Summary Similarity
#52 fix(deps): update module github.com/elazarl/goproxy to v1 - autoclosed fetch-service closed Renovate PR to update goproxy to v1.1 was autoclosed after failing to resolve the dependency version in go.mod. The update was abandoned due to a module resolution error.
92%
#91 fix(deps): update module github.com/elazarl/goproxy to v0.0.0-20231117061959-7cc037d33fb5 - autoclosed fetch-service closed Dependency update for github.com/elazarl/goproxy autoclosed due to inactivity. The branch received no reviews or CI checks and was abandoned without merging.
92%
#349 fix(deps): update module github.com/elazarl/goproxy to v1.7.2 fetch-service merged Merged automated dependency update for github.com/elazarl/goproxy from v1.7.1 to v1.7.2. Approved by two reviewers, passed CI checks, and integrated successfully.
88%
#590 fix(deps): update module github.com/elazarl/goproxy to v1.8.3 fetch-service merged Merged automated dependency update for github.com/elazarl/goproxy from v1.8.2 to v1.8.3. The upgrade applies upstream fixes for MITM HTTP/2 protocol version leaks and resolves linting issues. Approved by two reviewers, passed all CI checks, and was manually merged.
88%
#614 fix(deps): update module github.com/elazarl/goproxy to v1.8.4 fetch-service merged Merged automated dependency update upgrading github.com/elazarl/goproxy from v1.8.3 to v1.8.4. Includes HTTP handling fixes and documentation updates. Approved by reviewers and passed CI checks before merging into main.
88%
#311 fix(deps): update github.com/elazarl/goproxy digest to b717beb - autoclosed fetch-service closed The dependency update was autoclosed without merging. Renovate automatically closed the branch due to inactivity, leaving the goproxy digest update abandoned.
86%
#319 fix(deps): update module github.com/elazarl/goproxy to v1 fetch-service merged Merged an automated Renovate update upgrading github.com/elazarl/goproxy to v1.7.1. Approved by two reviewers, passed CI checks, and applied with a minimal two-file diff.
84%
#636 fix(deps): update module github.com/elazarl/goproxy to v1.9.0 fetch-service merged Merged automated dependency upgrade of github.com/elazarl/goproxy from v1.8.4 to v1.9.0. Adds HTTP/2 MITM support and bug fixes. CI checks passed and the change was integrated into main.
84%
#644 fix(deps): update module github.com/elazarl/goproxy to v1.9.1 fetch-service open Updates github.com/elazarl/goproxy from v1.9.0 to v1.9.1 via Renovate. Minimal diff (+3/-1, 2 files). CI has some failures (snap-test, unit-tests, OSV-scanner). No reviews yet.
84%
#586 fix(deps): update elazarl/goproxy to 1.8.2 fetch-service merged Merged dependency update to elazarl/goproxy 1.8.2. Approved by two reviewers with passing CI checks. The change modified three files, reducing the total line count by eight.
84%