ori-edge / k8s_gateway

A CoreDNS plugin to resolve all types of external Kubernetes resources
Apache License 2.0
295 stars 63 forks source link

Version `v0.3.1` instead of `v0.3.2` shown in the Pod logs after updating to `v0.3.2` #165

Open LarsBingBong opened 1 year ago

LarsBingBong commented 1 year ago

Seeing:

image

Event though the container image is:

image

That's throwing me off a bit. Shouldn't the version being printed by v0.3.2 ??

Thank you

networkop commented 1 year ago

yep, it's a bug https://github.com/ori-edge/k8s_gateway/blob/v0.3.2/cmd/coredns.go#L19 😞 I really need to automate the release process. If anyone has any good suggestions/pointers, please let me know

LarsBingBong commented 1 year ago

@networkop good find! And thank you for spending the time. I'll give it a thought.

LarsBingBong commented 1 year ago

It didn't happen on the latest release. But, I see the approach is the same. You're just really skilled now at remembering to bump that constant 👍🏿