feat(helm): update chart tailscale-operator ( 1.62.0 → 1.102.3 ) - #5280
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.102.3 )#5280renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
April 17, 2024 10:19
2c90ecf to
ad098c7
Compare
Contributor
--- kubernetes/cluster-0/apps/tailscale/tailscale-operator/app Kustomization: flux-system/tailscale-operator HelmRelease: tailscale/tailscale-operator
+++ kubernetes/cluster-0/apps/tailscale/tailscale-operator/app Kustomization: flux-system/tailscale-operator HelmRelease: tailscale/tailscale-operator
@@ -14,13 +14,13 @@
chart: tailscale-operator
interval: 30m
sourceRef:
kind: HelmRepository
name: tailscale
namespace: flux-system
- version: 1.62.0
+ version: 1.82.0
interval: 30m
values:
apiServerProxyConfig:
mode: 'true'
operatorConfig:
hostname: tailscale-operator |
Contributor
--- HelmRelease: tailscale/tailscale-operator ClusterRole: tailscale/tailscale-operator
+++ HelmRelease: tailscale/tailscale-operator ClusterRole: tailscale/tailscale-operator
@@ -8,20 +8,34 @@
- ''
resources:
- events
- services
- services/status
verbs:
- - '*'
+ - create
+ - delete
+ - deletecollection
+ - get
+ - list
+ - patch
+ - update
+ - watch
- apiGroups:
- networking.k8s.io
resources:
- ingresses
- ingresses/status
verbs:
- - '*'
+ - create
+ - delete
+ - deletecollection
+ - get
+ - list
+ - patch
+ - update
+ - watch
- apiGroups:
- networking.k8s.io
resources:
- ingressclasses
verbs:
- get
@@ -31,12 +45,44 @@
- tailscale.com
resources:
- connectors
- connectors/status
- proxyclasses
- proxyclasses/status
+ - proxygroups
+ - proxygroups/status
verbs:
- get
- list
- watch
- update
+- apiGroups:
+ - tailscale.com
+ resources:
+ - dnsconfigs
+ - dnsconfigs/status
+ verbs:
+ - get
+ - list
+ - watch
+ - update
+- apiGroups:
+ - tailscale.com
+ resources:
+ - recorders
+ - recorders/status
+ verbs:
+ - get
+ - list
+ - watch
+ - update
+- apiGroups:
+ - apiextensions.k8s.io
+ resources:
+ - customresourcedefinitions
+ verbs:
+ - get
+ - list
+ - watch
+ resourceNames:
+ - servicemonitors.monitoring.coreos.com
--- HelmRelease: tailscale/tailscale-operator Role: tailscale/operator
+++ HelmRelease: tailscale/tailscale-operator Role: tailscale/operator
@@ -6,15 +6,81 @@
namespace: tailscale
rules:
- apiGroups:
- ''
resources:
- secrets
+ - serviceaccounts
+ - configmaps
verbs:
- - '*'
+ - create
+ - delete
+ - deletecollection
+ - get
+ - list
+ - patch
+ - update
+ - watch
+- apiGroups:
+ - ''
+ resources:
+ - pods
+ verbs:
+ - get
+ - list
+ - watch
+ - update
+- apiGroups:
+ - ''
+ resources:
+ - pods/status
+ verbs:
+ - update
- apiGroups:
- apps
resources:
- statefulsets
+ - deployments
verbs:
- - '*'
+ - create
+ - delete
+ - deletecollection
+ - get
+ - list
+ - patch
+ - update
+ - watch
+- apiGroups:
+ - discovery.k8s.io
+ resources:
+ - endpointslices
+ verbs:
+ - get
+ - list
+ - watch
+ - create
+ - update
+ - deletecollection
+- apiGroups:
+ - rbac.authorization.k8s.io
+ resources:
+ - roles
+ - rolebindings
+ verbs:
+ - get
+ - create
+ - patch
+ - update
+ - list
+ - watch
+ - deletecollection
+- apiGroups:
+ - monitoring.coreos.com
+ resources:
+ - servicemonitors
+ verbs:
+ - get
+ - list
+ - update
+ - create
+ - delete
--- HelmRelease: tailscale/tailscale-operator Role: tailscale/proxies
+++ HelmRelease: tailscale/tailscale-operator Role: tailscale/proxies
@@ -7,8 +7,23 @@
rules:
- apiGroups:
- ''
resources:
- secrets
verbs:
- - '*'
+ - create
+ - delete
+ - deletecollection
+ - get
+ - list
+ - patch
+ - update
+ - watch
+- apiGroups:
+ - ''
+ resources:
+ - events
+ verbs:
+ - create
+ - patch
+ - get
--- HelmRelease: tailscale/tailscale-operator Deployment: tailscale/operator
+++ HelmRelease: tailscale/tailscale-operator Deployment: tailscale/operator
@@ -20,13 +20,13 @@
volumes:
- name: oauth
secret:
secretName: operator-oauth
containers:
- name: operator
- image: tailscale/k8s-operator:v1.62.0
+ image: tailscale/k8s-operator:v1.82.0
imagePullPolicy: Always
env:
- name: OPERATOR_INITIAL_TAGS
value: tag:k8s-operator
- name: OPERATOR_HOSTNAME
value: tailscale-operator
@@ -40,19 +40,27 @@
fieldPath: metadata.namespace
- name: CLIENT_ID_FILE
value: /oauth/client_id
- name: CLIENT_SECRET_FILE
value: /oauth/client_secret
- name: PROXY_IMAGE
- value: tailscale/tailscale:v1.62.0
+ value: tailscale/tailscale:v1.82.0
- name: PROXY_TAGS
value: tag:k8s
- name: APISERVER_PROXY
value: 'true'
- name: PROXY_FIREWALL_MODE
value: auto
+ - name: POD_NAME
+ valueFrom:
+ fieldRef:
+ fieldPath: metadata.name
+ - name: POD_UID
+ valueFrom:
+ fieldRef:
+ fieldPath: metadata.uid
volumeMounts:
- name: oauth
mountPath: /oauth
readOnly: true
nodeSelector:
kubernetes.io/os: linux |
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
April 19, 2024 01:00
ad098c7 to
f531d19
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
May 15, 2024 23:43
f531d19 to
bc8bfbe
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
May 31, 2024 16:54
bc8bfbe to
375ce02
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
June 21, 2024 01:33
375ce02 to
6738b13
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
July 22, 2024 18:11
6738b13 to
060678b
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
August 21, 2024 18:31
060678b to
d9caf14
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
August 22, 2024 20:47
d9caf14 to
a81e266
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
September 18, 2024 21:43
a81e266 to
39a6961
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
October 16, 2024 21:44
39a6961 to
7ce4309
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
November 8, 2024 12:44
7ce4309 to
b308473
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
December 10, 2024 19:28
b308473 to
2ecd12f
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
June 26, 2025 22:52
1fa429c to
2d2d25d
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
August 4, 2025 22:56
2d2d25d to
513ea00
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
August 22, 2025 20:02
513ea00 to
d5c346a
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
September 18, 2025 18:27
d5c346a to
1e948d9
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
September 29, 2025 16:57
1e948d9 to
729fc3c
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
October 14, 2025 23:31
729fc3c to
501ce41
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
2 times, most recently
from
October 31, 2025 22:51
835ea63 to
5dbb835
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
2 times, most recently
from
November 26, 2025 02:36
83b139f to
52ad1d1
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
December 17, 2025 18:33
52ad1d1 to
641b3f4
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
December 18, 2025 13:50
641b3f4 to
a0a18a6
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
January 6, 2026 22:08
a0a18a6 to
1e8ee74
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
February 5, 2026 17:15
1e8ee74 to
d1ba819
Compare
renovate
Bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
February 14, 2026 00:54
d1ba819 to
a7162c4
Compare
| datasource | package | from | to | | ---------- | ------------------ | ------ | ------- | | helm | tailscale-operator | 1.62.0 | 1.102.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
1.62.0→1.102.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tailscale/tailscale (tailscale-operator)
v1.102.3Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.102.2Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.98.9Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.98.4Compare Source
v1.98.3Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.96.5Compare Source
v1.94.2Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.94.1Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.92.5Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.92.4Compare Source
v1.92.3Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.90.9Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.90.8Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.90.6Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.90.5Compare Source
v1.88.4Compare Source
v1.88.3Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.88.2Compare Source
v1.86.5Compare Source
v1.86.2Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.84.3Compare Source
v1.84.2Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.84.0Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.82.5Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.82.0Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.80.3Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.80.0Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.78.3Compare Source
v1.78.1Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.76.6Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.76.1Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.74.1Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.72.1Compare Source
Please refer to the changelog available at https://tailscale.com/changelog#2024-08-22.
v1.72.0Compare Source
Please refer to the changelog available at https://tailscale.com/changelog#2024-08-19.
v1.70.0Compare Source
All platforms
AllowedSuggestedExitNodessystem policy. Applies only to platforms that support system policies.tailscale setcommand).tailscalecommand.Linux
tailscale updatecommand now works correctly.Windows
auto:anyto automatically select an exit node for the existingExitNodeIDsystem policy. Available for Enterprise plan users only.AllowedSuggestedExitNodessystem policy restricts which exit nodes Tailscale recommends or automatically selects.tailscale updatecommand now works correctly.macOS
Note: As previously announced, Tailscale v1.70 is the last version to support macOS 10.15 Catalina. macOS 10.15 is no longer supported by Apple and no longer receives security updates. Users still running macOS 10.15 should update to a newer version of macOS to continue receiving security updates and new features.
auto:anyto automatically select an exit node for the existingExitNodeIDsystem policy. Available for Enterprise plan users only.ExitNodeIDsystem policy.iOS
auto:anyto automatically select an exit node for the existingExitNodeIDsystem policy. Available for Enterprise plan users only.wireguard-gomemory pool deadlock issue is resolved.tvOS
auto:anyto automatically select an exit node for the existingExitNodeIDsystem policy. Available for Enterprise plan users only.wireguard-gomemory pool deadlock issue is resolved.Android
wireguard-gomemory pool deadlock issue is resolved.v1.68.1Compare Source
All Platforms
Linux
v1.66.4Compare Source
All platforms
Linux
autogroup:danger-allis used in ACLs.v1.66.3Compare Source
All platforms
tailscale up.Android
Kubernetes operator
ExternalNameServices. This allows exposing cloud services, such as RDS instances, to tailnet by their DNS names.ProxyClassCRD.Refer to
ProxyClassAPI.tailscaledmetrics endpoint for Tailscale Kubernetes operator proxies throughProxyClassCRD. Note that thetailscaledmetrics are unstable and will likely change in the future. Refer toProxyClassAPI.ProxyClass. Refer toProxyClassAPI.initcontainer no longer attempts to enable IPv6 forwarding on systems that don't have IPv6 module loaded. Refer to #11867.Containers
Secretis pre-created for thetailscaledstate. Refer to #11326.tailscaledstateSecret. Refer to #11326.v1.64.2Compare Source
Windows
Synology
v1.64.1Compare Source
Synology
v1.64.0Compare Source
All platforms
tailscale serveheaders are now RFC 2047 Q-encodedmacOS
tailscale sshandtailscale ncare now supported in the Standalone variant of the client..pkginstaller no longer requires a system restart after installing the client (Standalone variant only)iOS
Synology
configure synology-certCLI commandKubernetes operator
tailscale configure kubeconfignow respectsKUBECONFIGenvironment variable.tailscale configure kubeconfignow works with partially emptykubeconfig.Containers
v1.62.1Compare Source
Linux
New: Send load balancing hint HTTP request header
Windows
Fixed: Do not allow msiexec to reboot the operating system
macOS
Issue that could cause the Tailscale system extension to not be installed upon app launch, when deploying Tailscale using MDM and using a configuration profile to pre-approve the VPN tunnel (applies to standalone variant only)
Synology
Fixed: IPv6 routing
Kubernetes operator
Fixed: Kubernetes operator proxies should not accept subnet routes
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Footnotes
We initially noted this as being released in 1.64.1, but that package was not uploaded incorrectly, so 1.64.2 has the actual fix. ↩