Stevo Slavić
Stevo Slavić
At the moment I have ``` mavenSettings { userSettingsFileName = project.properties['userSettingsFileName'] ?: System.getProperty("user.home") + "/.m2/settings.xml" } ``` in my build.gradle to make it possible to pass -PuserSettingsFileName=settings.xml from command line...
Is there a better way already to debug, which repositories in build.gradle were discovered, and whether matching server credentials in settings.xml have been found and applied? It doesn't work for...
For a start I wanted to create a standalone/separate project for system integration tests, and in it have compose file referencing related docker images. I've created compose file template (with...
Thanks for publishing dnswatch binary releases. Please consider also publishing checksum for them 🙏
#### PR Description PR updates `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` dependency from v0.45.0 to v0.61.0, to get "Superfluous call to `WriteHeader`" [fixes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.30.0) #### Which issue(s) this PR fixes #### Notes to the Reviewer ####...
### Issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4154 ### Description PR extends `aws-load-balancer-controller` Helm chart with support for configuring [dnsConfig](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config). PR was tested manually with `helm template`: - backward compatibility preserved, there are no template...
## Explanation Use pointer in validate (assert field). ## Related issue Part of https://github.com/kyverno/kyverno/issues/11047 ## Milestone of this PR ## Documentation (required for features) My PR contains new or altered...