Skip to content

chore(deps): update camo docker tag to v2.6.0

Tortoise caretaker requested to merge renovate/camo-2.x into next

This MR contains the following updates:

Package Update Change
camo minor v2.5.1 -> v2.6.0

Release Notes

cactus/go-camo (camo)

v2.6.0

Compare Source

  • Start building with Go-1.23.0
  • Add CLI flag to expose ReadTimeout for tuning (frontend).
    Default is 30s (no change in default).
  • Add CLI flag for configuring IdleTimeout, the maximum amount of time to wait for the next request when keep-alive is enabled (frontend).
    Default is 30 seconds (no change in default, see note below). Note: Previously this value was not set, so it defaulted to the zero value, which resulted in the ReadTimeout value (default 30s) being used internally by the go http server. The new default mirrors this previous old default.

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 MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.

Edited by Tortoise caretaker

Merge request reports

Loading