Rene Leonhardt
Rene Leonhardt
If I remove an unnecessary layer and use upx, I can shrink the image to 16 MB (58% smaller than v1.4.8). But it takes 97 seconds longer to build locally....
I added more versions to coredns_test.go according to https://github.com/coredns/deployment/blob/master/kubernetes/CoreDNS-k8s_version.md in a separate commit. 1.9.0 is replaced by 1.9.3 (k8s 1.25 and 1.26), 1.11.1 is included too (but not used in...
https://www.freebsd.org/platforms/arm/#status states that freebsd/arm64 is fully supported since 2021, can I remove the goreleaser ignore? https://www.openbsd.org/arm64.html seems to be usable too.
> Hello @reneleonhardt and thanks for your contribution, > > As said by @ldez, it is better to open issues before opening a pull request and to address only one...
I reverted what I understood that you don't want now. My work is finished, please run your CI for the first time.
@slachiewicz Can these changes be merged so more improvements can be created?
@leonard84 Thank you for starting this, would it be possible to introduce Kotlin support now? Would love to have `RequireKotlinVersion` for Kotlin projects, those incompatible dependencies are driving me crazy,...
Thank you for merging Dependabot, can you release a new version and build Docker images so downstream users can update?
Your build seems a bit strange, Dependabot sees go.mod 1.20 but your ci.yml uses 1.21... and then `go test` complains about needing `go mod tidy`, would be easier for everyone...
@jespersm Thank you for your contribution! Is there still something missing except rebasing?