Patryk Małek
Patryk Małek
No update unfortunately. As far as I can tell, we can easily introduce version dependent code by checking the version in `NewClient()` via `.Info` service and then use that in...
Hi @shunsukew and @RangelReale 👋 go-kong is meant to be used solely with Kong Gateway, not Konnect. We have some code in the works for Konnect but it's not ready...
Hi @zzcarvin 👋 Have you tried using the import path as indicated in the `README.md`? ``` $ go get github.com/kong/go-kong/kong go: downloading github.com/imdario/mergo v0.3.12 go: added github.com/blang/semver/v4 v4.0.0 go: added...
Not relevant anymore. Bintray is not used for quite some time. Related: https://github.com/Kong/go-kong/pull/55
> > Do we want to make the unreleased version hidden from > > Yes I think we should. @Kong/docs-maintainers That's a question to you if we can change it...
@mheap @Kong/docs-maintainers Can we get this reviewed and merged?
> On another note, this isn't rendering corretly:  @Guaris https://github.com/Kong/docs.konghq.com/pull/7180/commits/930a149f4279f664c4f755bfbfb1fa2add6c3f76 seems to have fixed it partially. The last point still has the code block rendered incorrectly: EDIT: Apparently we...
👋 Either we reach out to the community that maintains [gcr.io/kubernetes-e2e-test-images/echoserver](https://console.cloud.google.com/gcr/images/kubernetes-e2e-test-images/global/echoserver) (which can take some time to figure out and then get a response) or (preferably) we use a different...
I intended to start work on #4157 but I decided to revisit this one instead since those are connected: the new config that would be used as part of #4157...
Or actually even better, let's use `registry.k8s.io/e2e-test-images/agnhost` from the set of official kubernetes test images: https://github.com/kubernetes/kubernetes/tree/master/test/images/agnhost#netexec This way the yaml manifests we use can be something like: ```yaml apiVersion: v1...