forked from slok/sloth
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Upgrade various dependencies
We have a critical security update on Docker auth, which is an indirect dependency of the test code (seemingly via oras). This is the culmination of different attempts at upgrading without having to make substantial changes to the sloth source code. Some notes: * Upgrading go-helm-template (also made by slok) in test ultimately requires at least Go 1.22. * The GH actions uses the root go.mod Go version, so these need to be synced. * The next version of reloader, also made by slok, requires 1.23, so both root and test needs to be on 1.23. * Updated the dev and prod Dockerfiles to match the go version. * Upgraded most dependencies to get as far as possible. * Keeping Prometheus-related deps as certain newer versions don't work with the code. There might be further version jumps we can do here. This results in errors on lint which are addressed in #35.
- Loading branch information
Showing
6 changed files
with
578 additions
and
852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.