Releases: kubeovn/kube-ovn
Releases · kubeovn/kube-ovn
v1.12.28
v1.12.27
v1.12.27 (2024-10-16)
- 748f8189 release v1.12.27
- 6da2b51c fix memory overflow, add mac_binding related options to router (#4603) (#4608)
- 207fcfbc chart: add missing sa imagePullSecrets (#4594)
- e782ba08 bump go to 1.22.8 (#4584)
- cbae706c Add genev_sys_6081 and vxlan_sys_4789 to cilium devices (#4575)
- 1f7ca9d8 ci: set trivy db repository to public.ecr.aws/aquasecurity/trivy-db:2 (#4570)
- 6ba85efb prepare for next release
Contributors
- Andrei Kvapil
- changluyi
- 张祖建
v1.12.26
kube-ovn-v1.12.25
Helm chart for Kube-OVN
v1.12.24
v1.12.23
v1.12.23 (2024-09-18)
- 9f890e76 release v1.12.23
- 65312b28 bump multus to v4.1.1 (#4532)
- e98cc197 bump k8s to v1.30.5 (#4513)
- 2e1887d9 bump go to 1.22.7 (#4482)
- 78b72798 update Makefile (#4472)
- 82201941 tproxy: support named port (#4487)
- 723e8b3c fix: arping reply may duplicate (#4477)
- cbbe10ab Enable inactivity check on ovndb connection (#4006)
- 0d8c1a9e support vip dual stack (#3617)
- 2960014e metrics: do not export information if a subnet is not validated (#4444)
- 810d6dbc prepare for next release
Contributors
- Mengxin Liu
- fanriming
- zhangzujian
- 张祖建
v1.12.22
v1.12.22 (2024-08-29)
- 61870105 release v1.12.22
- 820d95d0 vpc-nat-gateway: use iptables-legacy for centos 7 (#4428)
- b2b55a1c netpol: add allow acl rules for u2o logical gateway (#4420)
- 1ecbd591 Makefile: simplify underlay u2o installation (#4419)
- b2e6a7a5 vpc-nat-gateway: do not add routes for underlay subnets (#4416)
- c03dfd2e cni-server: fix failure in ipv6/dual clusters running in docker (#4417)
- 786eb0ab add acl log annotation (#4414)
- 6d066646 bump k8s to v1.30.4 (#4410)
- 1827b650 fix kube-ovn-cni run fail on docker (#4406)
- ebd55782 prepare for next release
Contributors
- changluyi
- hzma
- zhangzujian
- 张祖建
v1.12.21
v1.12.20
v1.12.20 (2024-08-13)
- 918652d6 release v1.12.20
- b867a33f increase the default probe interval for large cluster
- 1562b228 install.sh: add option SECURE_SERVING
- 87e75659 fix EOF during TLS handshake caused by health check (#4381)
- 39980fb0 fix controller-runtime logger not set (#4380)
- fa2316a9 bump go to 1.22.6 (#4373)
- fe218b09 replace protocol check in netpol update (#4356)
- 3133267c build(deps): bump github.com/prometheus-community/pro-bing (#4339)
- 541d5f45 cni-server: disable udp-fragmentation-offload (#4342)
- 258408ec build(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 (#4350)
- a9784c7b build(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 (#4340)
- 7c503107 build(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.0 (#4341)
- 642c2fc7 build(deps): bump github.com/docker/docker (#4336)
- 756c47a7 build(deps): bump github.com/containernetworking/cni from 1.2.2 to 1.2.3 (#4328)
- 341ff27f build(deps): bump github.com/docker/docker (#4327)
- 2e76fe9c pinger: fix process not terminated on sigkill (#4329)
- 7719ce57 fix: scripts (#4291)
- 4e39bd85 fix dialing https server (#4324)
- 8cd578c6 refactor metrics (#4313)
- e0d1dbdb bump k8s to v1.30.3 (#4317)
- 68797a10 metrics: fix missing rbac for sa ovn (#4312)
- 10781730 metrics: add support for secure serving (#4297)
- b5772112 security: run as unprivileged (#3040)
- 3e52a0ee bump k8s to v1.27.16 (#4306)
- b88ed8d2 fix map concurrent read and write crash (#4302)
- 2ded787a use route policy to reimplement northGateway
- 69befe33 underlay: set trunks of host nic port (#4282)
- 79cf2098 fix using route table name as vpc name
- bf5a554e fix: set dhcp gateway to U2OInterconnectionIP when enabling dhcp and u2o (#4228)
- 54aa76f0 fix ovn lb not updated due to service update failure (#4280)
- e4b4142c build(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 (#4275)
- 0691a894 prepare for next release
Contributors
- Mengxin Liu
- Zhao Congqi
- dependabot[bot]
- hzma
- zhangzujian
- 张祖建
v1.12.19
v1.12.19 (2024-07-10)
- 93095c8c release v1.12.19
- cbddeea4 update .trivyignore
- d8b4a77c ci: run go mod tidy before building kubectl (#4274)
- 1dc25c44 ci: disable cgo when building kubelet and cni plugins (#4268)
- a66dbff1 build kubectl and cni plugins from source if vuln found in the base image (#4253)
- 39cfac4f ignore cve CVE-2024-24791
- 4877acde bump go version
- 1b16809c enable nat gw by default (#4273)
- 1e53391e ipam: fix ip not released for non-ovn subnets (#4265)
- f151e32e klog: set log file max size to 200MB (#4272)
- c2e5a061 logrotate: set file size limit to 100M (#4271)
- 05eb0e16 remove unused environment variable LOG_ROTATE (#4270)
- 331006f7 when router is deleted return success for static route deletion (#4266)
- b16adb60 fix vpcnatgw image is not synced (#4264)
- f5693467 build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 (#4257)
- 38db3cf8 build(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 (#4256)
- d4745139 build(deps): bump github.com/osrg/gobgp/v3 from 3.27.0 to 3.28.0 (#4244)
- 5d16919c do not create iptables rule for setting tcp mss (#4260)
- c12c5722 fix invalid subnet not sync route (#4262)
- 7743d666 update node name label for ip resources (#4242)
- c69f9d43 lb svc: update svc status after configuring nat rules (#4235)
- d7b160d5 vpc-nat-gateway: print messgae to stderr (#4237)
- 217ea26a check both sts name and UID when handling pod deletion (#4238)
- 35563ed5 do not exit if chassis is not found (#4246)
- d4002b81 ci: do not compile fastpath kernel module for centos (#4247)
- 03ce5a32 update node labels/annotations by json merge patch (#4230)
- c893f524 fix ipv6 service ip not added to ovn lb vips due to pod cache not synced (#4223)
- 6c467fa6 ic: ensure db file is fixed (#4211)
- 194e6155 base: clean ipset deb files (#4215)
- b1b7d3b1 fix getting service cluster ips (#4206)
- 8761e3c6 fix: nil pointer when subnet is not ready (#4190)
- 8708c722 base: add traceroute
- 289c5526 prepare for next release
Contributors
- Mengxin Liu
- Zhao Congqi
- changluyi
- dependabot[bot]
- zhangzujian
- 张祖建