v0.3.10
What's Changed
- Bump github.com/knadh/koanf/v2 from 2.1.1 to 2.1.2 by @dependabot in #107
- Bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #108
- Bump docker/build-push-action from 6.9.0 to 6.10.0 by @dependabot in #109
Fixed
Fixed a bug in error handling: when looking for config file[s], we inadvertently ignored stat()
errors while we only wanted to ignore os.IsNotExist
errors. Now we only ignore if a file does not exist (as we iterate over a list of config file locations anyway) and die in case of any other error (like: permission denied, filename too long, etc).
Full Changelog: v0.3.9...v0.3.10