Skip to content
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

[dev-v2.8] K3S October patch releases #1533

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions channels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,3 +641,9 @@ releases:
serverArgs: *serverArgs-v9
agentArgs: *agentArgs-v6
featureVersions: *featureVersions-v1
- version: v1.28.15+k3s1
minChannelServerVersion: v2.8.3-alpha1
maxChannelServerVersion: v2.8.99
serverArgs: *serverArgs-v9
agentArgs: *agentArgs-v6
featureVersions: *featureVersions-v1
198 changes: 198 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -28577,6 +28577,204 @@
}
},
"version": "v1.28.14+k3s1"
},
{
"agentArgs": {
"bind-address": {
"type": "string"
},
"debug": {
"type": "bool"
},
"default-runtime": {
"type": "string"
},
"disable-apiserver-lb": {
"type": "boolean"
},
"disable-default-registry-endpoint": {
"type": "boolean"
},
"docker": {
"default": false,
"type": "boolean"
},
"enable-pprof": {
"type": "boolean"
},
"flannel-conf": {
"type": "string"
},
"flannel-iface": {
"type": "string"
},
"kube-proxy-arg": {
"type": "array"
},
"kubelet-arg": {
"type": "array"
},
"pause-image": {
"type": "string"
},
"protect-kernel-defaults": {
"default": false,
"type": "boolean"
},
"resolv-conf": {
"type": "string"
},
"selinux": {
"default": false,
"type": "boolean"
},
"snapshotter": {
"type": "string"
},
"system-default-registry": {
"type": "string"
},
"vpn-auth": {
"type": "string"
},
"vpn-auth-file": {
"type": "string"
}
},
"featureVersions": {
"encryption-key-rotation": "2.0.0"
},
"maxChannelServerVersion": "v2.8.99",
"minChannelServerVersion": "v2.8.3-alpha1",
"serverArgs": {
"cluster-cidr": {
"type": "string"
},
"cluster-dns": {
"type": "string"
},
"cluster-domain": {
"type": "string"
},
"datastore-cafile": {
"type": "string"
},
"datastore-certfile": {
"type": "string"
},
"datastore-endpoint": {
"type": "string"
},
"datastore-keyfile": {
"type": "string"
},
"default-local-storage-path": {
"type": "string"
},
"disable": {
"options": [
"coredns",
"servicelb",
"traefik",
"local-storage",
"metrics-server"
],
"type": "array"
},
"disable-apiserver": {
"default": false,
"type": "boolean"
},
"disable-cloud-controller": {
"default": false,
"type": "boolean"
},
"disable-controller-manager": {
"default": false,
"type": "boolean"
},
"disable-etcd": {
"default": false,
"type": "boolean"
},
"disable-kube-proxy": {
"default": false,
"type": "boolean"
},
"disable-network-policy": {
"default": false,
"type": "boolean"
},
"disable-scheduler": {
"default": false,
"type": "boolean"
},
"egress-selector-mode": {
"type": "string"
},
"embedded-registry": {
"type": "boolean"
},
"etcd-arg": {
"type": "array"
},
"etcd-expose-metrics": {
"default": false,
"type": "boolean"
},
"flannel-backend": {
"options": [
"none",
"vxlan",
"ipsec",
"host-gw",
"wireguard",
"wireguard-native"
],
"type": "enum"
},
"helm-job-image": {
"type": "string"
},
"kine-tls": {
"type": "boolean"
},
"kube-apiserver-arg": {
"type": "array"
},
"kube-cloud-controller-manager-arg": {
"type": "array"
},
"kube-controller-manager-arg": {
"type": "array"
},
"kube-scheduler-arg": {
"type": "array"
},
"secrets-encryption": {
"default": false,
"type": "boolean"
},
"service-cidr": {
"type": "string"
},
"service-node-port-range": {
"type": "string"
},
"supervisor-metrics": {
"type": "boolean"
},
"tls-san": {
"type": "array"
},
"tls-san-security": {
"type": "boolean"
},
"write-kubeconfig-group": {
"type": "string"
}
},
"version": "v1.28.15+k3s1"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions regsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ sync:
- v1.28.12-k3s1
- v1.28.13-k3s1
- v1.28.14-k3s1
- v1.28.15-k3s1
- v1.28.8-k3s1
- v1.28.9-k3s1
- source: docker.io/rancher/klipper-helm
Expand All @@ -466,6 +467,7 @@ sync:
- v0.8.3-build20240228
- v0.8.4-build20240523
- v0.9.2-build20240828
- v0.9.3-build20241008
- source: docker.io/rancher/klipper-lb
target: '{{ env "REGISTRY_ENDPOINT" }}/rancher/klipper-lb'
type: repository
Expand All @@ -489,6 +491,7 @@ sync:
- v0.0.26
- v0.0.27
- v0.0.28
- v0.0.30
- source: docker.io/rancher/longhornio-csi-attacher
target: '{{ env "REGISTRY_ENDPOINT" }}/rancher/longhornio-csi-attacher'
type: repository
Expand Down Expand Up @@ -1003,6 +1006,7 @@ sync:
allow:
- 2.10.5
- 2.10.7
- 2.11.10
- 2.11.8
- 2.6.2
- 2.9.1
Expand Down Expand Up @@ -1406,6 +1410,7 @@ sync:
- v1.28.12-k3s1
- v1.28.13-k3s1
- v1.28.14-k3s1
- v1.28.15-k3s1
- v1.28.8-k3s1
- v1.28.9-k3s1
- source: docker.io/rancher/system-agent-installer-rke2
Expand Down