-
Notifications
You must be signed in to change notification settings - Fork 15
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.88.3 ) #5280
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-tailscale-operator-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
2c90ecf
to
ad098c7
Compare
--- 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 |
--- 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 |
ad098c7
to
f531d19
Compare
f531d19
to
bc8bfbe
Compare
bc8bfbe
to
375ce02
Compare
375ce02
to
6738b13
Compare
6738b13
to
060678b
Compare
060678b
to
d9caf14
Compare
d9caf14
to
a81e266
Compare
a81e266
to
39a6961
Compare
39a6961
to
7ce4309
Compare
7ce4309
to
b308473
Compare
b308473
to
2ecd12f
Compare
2ecd12f
to
0d2771c
Compare
0d2771c
to
c790ae9
Compare
c790ae9
to
b85db35
Compare
b85db35
to
4d93b24
Compare
4d93b24
to
ae67848
Compare
ae67848
to
1fa429c
Compare
1fa429c
to
2d2d25d
Compare
2d2d25d
to
513ea00
Compare
513ea00
to
d5c346a
Compare
d5c346a
to
1e948d9
Compare
| datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | helm | tailscale-operator | 1.62.0 | 1.88.3 |
1e948d9
to
729fc3c
Compare
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.88.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tailscale/tailscale (tailscale-operator)
v1.88.3
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.88.2
Compare Source
v1.86.5
Compare Source
v1.86.2
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.84.3
Compare Source
v1.84.2
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog
v1.84.0
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.82.5
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.82.0
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.80.3
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.80.0
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.78.3
Compare Source
v1.78.1
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.76.6
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.76.1
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.74.1
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog.
v1.72.1
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog#2024-08-22.
v1.72.0
Compare Source
Please refer to the changelog available at https://tailscale.com/changelog#2024-08-19.
v1.70.0
Compare Source
All platforms
AllowedSuggestedExitNodes
system policy. Applies only to platforms that support system policies.tailscale set
command).tailscale
command.Linux
tailscale update
command now works correctly.Windows
auto:any
to automatically select an exit node for the existingExitNodeID
system policy. Available for Enterprise plan users only.AllowedSuggestedExitNodes
system policy restricts which exit nodes Tailscale recommends or automatically selects.tailscale update
command 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:any
to automatically select an exit node for the existingExitNodeID
system policy. Available for Enterprise plan users only.ExitNodeID
system policy.iOS
auto:any
to automatically select an exit node for the existingExitNodeID
system policy. Available for Enterprise plan users only.wireguard-go
memory pool deadlock issue is resolved.tvOS
auto:any
to automatically select an exit node for the existingExitNodeID
system policy. Available for Enterprise plan users only.wireguard-go
memory pool deadlock issue is resolved.Android
wireguard-go
memory pool deadlock issue is resolved.v1.68.1
Compare Source
All Platforms
Linux
v1.66.4
Compare Source
All platforms
Linux
autogroup:danger-all
is used in ACLs.v1.66.3
Compare Source
All platforms
tailscale up
.Android
Kubernetes operator
ExternalName
Services. This allows exposing cloud services, such as RDS instances, to tailnet by their DNS names.ProxyClass
CRD.Refer to
ProxyClass
API.tailscaled
metrics endpoint for Tailscale Kubernetes operator proxies throughProxyClass
CRD. Note that thetailscaled
metrics are unstable and will likely change in the future. Refer toProxyClass
API.ProxyClass
. Refer toProxyClass
API.init
container no longer attempts to enable IPv6 forwarding on systems that don't have IPv6 module loaded. Refer to #11867.Containers
Secret
is pre-created for thetailscaled
state. Refer to #11326.tailscaled
stateSecret
. Refer to #11326.v1.64.2
Compare Source
Windows
Synology
v1.64.1
Compare Source
Synology
v1.64.0
Compare Source
All platforms
tailscale serve
headers are now RFC 2047 Q-encodedmacOS
tailscale ssh
andtailscale nc
are now supported in the Standalone variant of the client..pkg
installer no longer requires a system restart after installing the client (Standalone variant only)iOS
Synology
configure synology-cert
CLI commandKubernetes operator
tailscale configure kubeconfig
now respectsKUBECONFIG
environment variable.tailscale configure kubeconfig
now works with partially emptykubeconfig
.Containers
v1.62.1
Compare 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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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. ↩