-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.78.3 ) #5280
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 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 |
renovate
bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
April 17, 2024 10:19
2c90ecf
to
ad098c7
Compare
renovate
bot
changed the title
fix(helm): update chart tailscale-operator ( 1.62.0 → 1.62.1 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.64.1 )
Apr 17, 2024
--- 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.78.3
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,73 @@
namespace: tailscale
rules:
- apiGroups:
- ''
resources:
- secrets
+ - serviceaccounts
+ - configmaps
verbs:
- - '*'
+ - create
+ - delete
+ - deletecollection
+ - get
+ - list
+ - patch
+ - update
+ - watch
+- apiGroups:
+ - ''
+ resources:
+ - pods
+ verbs:
+ - get
+ - list
+ - watch
- 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
+- 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.78.3
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.78.3
- 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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.64.1 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.64.2 )
Apr 19, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.64.2 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.66.3 )
May 15, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.66.3 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.66.4 )
May 31, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.66.4 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.68.1 )
Jun 21, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.68.1 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.70.0 )
Jul 22, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.70.0 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.72.0 )
Aug 21, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.72.0 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.72.1 )
Aug 22, 2024
renovate
bot
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.72.1 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.74.1 )
Sep 18, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.74.1 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.76.1 )
Oct 16, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.76.1 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.76.6 )
Nov 8, 2024
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
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.76.6 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.78.1 )
Dec 10, 2024
| datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | helm | tailscale-operator | 1.62.0 | 1.78.3 |
renovate
bot
changed the title
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.78.1 )
feat(helm): update chart tailscale-operator ( 1.62.0 → 1.78.3 )
Dec 12, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-tailscale-operator-1.x
branch
from
December 12, 2024 19:16
2ecd12f
to
0d2771c
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.78.3
Release Notes
tailscale/tailscale (tailscale-operator)
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
[^1]: 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.
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.