-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump golang to 1.21 #62
Bump golang to 1.21 #62
Conversation
- removed typhon as per #48 - replaced with the builtin net/http package
Signed-off-by: Neelesh Jain <[email protected]>
Hi @neiljain as you can see from #60 the original author lost access. Removing the vendor dir however is not a good option for open source project. Vendoring is a feature of go modules and go modules are not a replacement. |
thanks. @kvij close this PR and will use https://github.com/kvij/scuttle instead. |
Hey all, we have a new OSS option at The Aspen Group that we released today: https://github.com/tag-oss/rescuttle Idea is the same, its a rewrite and is a bit more flexible than the original. It will require a bit of a migration as the settings are different however, feel free to check it out and thanks @kvij for maintaining the fork! |
Hey @linjmeyer as you can see from v1.1.0 I took it a bit beyond just maintaining. Also we seem to be competing now. While I am active to move people away from this version to my version I don't know what would be the best approach here. I do find it a bit sad that the rescuttle repo states that the Go scuttle is not maintained. If you want we can have a chat. |
Awesome, I'll check it out! Ours has been in use for about a year internally, but unfortunately wasn't able to be open sourced at the time. If community members decide to keep using your forked version that is all good with us, nothing wrong with having options. Definitely agree too, ideally this is a problem that goes away and sidecars are treated as a special container by Kubernetes itself.. sure would make it simpler. |
Thanks I was a bit worried you wanted full control back. Will list
rescuttle as an alternative and add you as a reviewer on that mr. Would
appreciate it if you could do the same with kvij/scuttle.
We have some great things on the way. First of all there is Istio ambient
that is basically sidecar free unless you really want it. And then there is
kubernetes 1.28 with native sidecar support (as a special init container
that keeps running until the main container finishes). Will take some time
for everyone to migrate of course.
…On Wed, 1 Nov 2023, 14:57 Lin Meyer, ***@***.***> wrote:
Awesome, I'll check it out! Ours has been in use for about a year
internally, but unfortunately wasn't able to be open sourced at the time.
If community members decide to keep using your forked version that is all
good with us, nothing wrong with having options.
Definitely agree too, ideally this is a problem that goes away and
sidecars are treated as a special container by Kubernetes itself.. sure
would make it simpler.
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEXLPSJFA2RBAFKGTUEKMFTYCJIOJAVCNFSM6AAAAAA5YANIK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBZGAYDGOJYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
based off of #47