-
Notifications
You must be signed in to change notification settings - Fork 74
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
⬆️ Upgrade Tailscale to 1.30.1 #108
Conversation
tailscale/Dockerfile
Outdated
@@ -13,7 +13,7 @@ RUN \ | |||
ipcalc=1.0.1-r0 \ | |||
iproute2=5.17.0-r0 \ | |||
iptables=1.8.8-r1 \ | |||
nginx=1.22.0-r0 \ | |||
nginx=1.22.0-r1 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to this PR, please revert it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frenck Are you going to fix this nginx dep bump in another PR then?
Builds fail without it due to:
ERROR: unable to select packages:
nginx-1.22.0-r1:
breaks: world[nginx=1.22.0-r0]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have created #109 for that purpose. Hopefully that helps!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frenck Are you going to fix this nginx dep bump in another PR then?
Builds fail without it due to:
ERROR: unable to select packages: nginx-1.22.0-r1: breaks: world[nginx=1.22.0-r0]
Sure, when I have time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, when I have time.
No problem! Perhaps you missed my other comment above. I tested #109 build locally and it appears to be good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't mis it, I am abroad not able to work on things.
This reverts commit 3dd7f43.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jeffothy 👍
Proposed Changes
https://github.com/tailscale/tailscale/releases/tag/v1.28.0
https://github.com/tailscale/tailscale/releases/tag/v1.30.0
https://github.com/tailscale/tailscale/releases/tag/v1.30.1
Related Issues
Supersedes #106