grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
132 stars 17 forks source link

Update dependencies #70

Closed andyasp closed 1 year ago

andyasp commented 1 year ago

It's been over a month since the last build, so this is part of preparing for another one. Summary:

andyasp commented 1 year ago

Seeing this failure in integration tests:

Failed Cluster Start: error during post-start cluster preparation: error overwriting contents of /etc/hosts: docker failed to attach to exec process in node 'k3d-k3d-test-1689258604854-server-0': http: invalid Host header

Not sure why currently.

andyasp commented 1 year ago

go 1.20.6 (released two days ago) included increased host header sanitization which caused a bug with docker. Dependencies seem to still be sorting this out, so waiting a bit is probably the best plan.

andyasp commented 1 year ago

The above issue is still ongoing. It's looking like docker will be releasing the fix in 24.0.5. An issue to reference is here.

andyasp commented 1 year ago

Manually updating the indirect dependencies docker/docker and docker/cli to v24.0.5 breaks k3d, so the fun train is still rolling.

andyasp commented 1 year ago

k3d released an update 10 hours ago so this is now unblocked.