From 914d27c6ae6db0f2afe8de32d055dfe1c3ece5e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 20 Oct 2024 00:57:36 +0000 Subject: [PATCH] Bump cni from v1.4.0 to v1.6.0 --- cache/cni-amd64 | 1 + cache/cni-arm | 1 + cache/cni-arm64 | 1 + cache/cni-ppc64le | 1 + cache/cni.json | 7 +++++++ .../defaults/main/checksums.yml | 4 ++++ .../defaults/main/download.yml | 2 +- version_diff.json | 17 +++++++++++++++++ 8 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 cache/cni-amd64 create mode 100644 cache/cni-arm create mode 100644 cache/cni-arm64 create mode 100644 cache/cni-ppc64le create mode 100644 cache/cni.json create mode 100644 version_diff.json diff --git a/cache/cni-amd64 b/cache/cni-amd64 new file mode 100644 index 00000000000..874eddaaa05 --- /dev/null +++ b/cache/cni-amd64 @@ -0,0 +1 @@ +682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d cni-plugins-linux-amd64-v1.6.0.tgz diff --git a/cache/cni-arm b/cache/cni-arm new file mode 100644 index 00000000000..e23a2c26a37 --- /dev/null +++ b/cache/cni-arm @@ -0,0 +1 @@ +10cd1b6b0f7c1e6faf18b2e46ee338beb1e1cce253efc7086f8bc1f4e1061d1a cni-plugins-linux-arm-v1.6.0.tgz diff --git a/cache/cni-arm64 b/cache/cni-arm64 new file mode 100644 index 00000000000..14cff00494e --- /dev/null +++ b/cache/cni-arm64 @@ -0,0 +1 @@ +db09ab057ecf60b05ba05cbec38d55b95cc139c7f1078e2e4857cc13af158cee cni-plugins-linux-arm64-v1.6.0.tgz diff --git a/cache/cni-ppc64le b/cache/cni-ppc64le new file mode 100644 index 00000000000..a5331fb9c20 --- /dev/null +++ b/cache/cni-ppc64le @@ -0,0 +1 @@ +d8d4bd74247407c8c73de057bc00adac28bb1ed2d2ee60a9dda278e3b398bcc2 cni-plugins-linux-ppc64le-v1.6.0.tgz diff --git a/cache/cni.json b/cache/cni.json new file mode 100644 index 00000000000..69f43289ce0 --- /dev/null +++ b/cache/cni.json @@ -0,0 +1,7 @@ +{ + "tagName": "v1.6.0", + "url": "https://github.com/containernetworking/plugins/releases/tag/v1.6.0", + "description": "This is the v1.6.0 release of the CNI community plugins.\r\n\r\n\r\n# Changelog\r\n\r\n## Important\r\n* revert htb changes due to ongoing issues and missing maintainer by @h0nIg in https://github.com/containernetworking/plugins/pull/1105. This reverts the (undocumented) feature added in v1.5 where traffic from a specific CIDR would be exempted from bandwidth shaping. Unfortunately the implementation was lacking. We hope to re-add this feature in the future.\r\n\r\n## New features\r\n* nftables support for ipmasq and portmap by @danwinship in https://github.com/containernetworking/plugins/pull/935\r\n* dhcp: Add priority option to dhcp. by @lisongmin in https://github.com/containernetworking/plugins/pull/1091\r\n\r\n## CNI v1.1 support\r\n* Use of Scope for routes in IPAM by @LionelJouin in https://github.com/containernetworking/plugins/pull/1087\r\n* Pass status along ipam update by @LionelJouin in https://github.com/containernetworking/plugins/pull/1082\r\n\r\n## Other improvements\r\n* macvlan: add bcqueuelen setting by @champtar in https://github.com/containernetworking/plugins/pull/1074\r\n* SBR: option to pass the table id by @LionelJouin in https://github.com/containernetworking/plugins/pull/1088\r\n* host-device: use temp network namespace for rename by @champtar in https://github.com/containernetworking/plugins/pull/1073\r\n\r\n## Fixes\r\n* Fix unnecessary retrying when the link is down in dhcp by @lisongmin in https://github.com/containernetworking/plugins/pull/1076\r\n* Fix inadvertent txqueuelen being set to zero by @gudmundur in https://github.com/containernetworking/plugins/pull/1100\r\n* VRF: Wait for the local/host routes to be added by @LionelJouin in https://github.com/containernetworking/plugins/pull/1104\r\n* fix(dhcp): can not renew an ip address by @lisongmin in https://github.com/containernetworking/plugins/pull/1092\r\n\r\n## Misc / CI\r\n* Change chown to change current dir as well by @s1061123 in https://github.com/containernetworking/plugins/pull/1058\r\n* ci, go.mod: bump to go 1.23 by @squeed in https://github.com/containernetworking/plugins/pull/1094\r\n* Ignore link-local routes in SBR tests by @LionelJouin in https://github.com/containernetworking/plugins/pull/1102\r\n\r\n\r\n\r\n## New Contributors\r\n* @lisongmin made their first contribution in https://github.com/containernetworking/plugins/pull/1076\r\n* @LionelJouin made their first contribution in https://github.com/containernetworking/plugins/pull/1088\r\n* @gudmundur made their first contribution in https://github.com/containernetworking/plugins/pull/1100\r\n* @h0nIg made their first contribution in https://github.com/containernetworking/plugins/pull/1105\r\n\r\n**Full Changelog**: https://github.com/containernetworking/plugins/compare/v1.5.1...v1.6.0", + "publishedAt": "2024-10-15T09:37:10Z", + "isLatest": true +} \ No newline at end of file diff --git a/roles/kubespray-defaults/defaults/main/checksums.yml b/roles/kubespray-defaults/defaults/main/checksums.yml index d1096cd36e6..f90bb55c088 100644 --- a/roles/kubespray-defaults/defaults/main/checksums.yml +++ b/roles/kubespray-defaults/defaults/main/checksums.yml @@ -433,6 +433,7 @@ etcd_binary_checksums: v3.5.6: e235cb885996b8aac133975e0077eaf0a2f8dc7062ad052fa7395668a365906b cni_binary_checksums: arm: + v1.6.0: 4f04a62fea39f2adf42b36ad99726b0ef9d5c767f06c7bd5595604f690b3eec8 v1.4.0: 6cddc5804fff93b914f3314d62fa03f24d69f59c03940e0bbe85a370371b5bb8 v1.3.0: 86c4c866a01a8073ad14f6feec74de1fd63669786850c7be47521433f9570902 v1.2.0: fde5bf2da73995196d248177ee8deeafa8005f33cbe1ab33bd2d75c17ca5a99a @@ -441,6 +442,7 @@ cni_binary_checksums: v1.0.1: d35e3e9fd71687fc7e165f7dc7b1e35654b8012995bbfd937946b0681926d62d v1.0.0: 910c2ba8b6f50b1081b219d6db04459b555940973249fcf39a792932a91f6d39 arm64: + v1.6.0: 465abd89aa217e945be0924a613f3e3c35632255bc309d53d23bcb42f40e8970 v1.4.0: 304d4389d5b732b7a73513d002c4895f731d030682d40653f411e10e39114194 v1.3.0: de7a666fd6ad83a228086bd55756db62ef335a193d1b143d910b69f079e30598 v1.2.0: 525e2b62ba92a1b6f3dc9612449a84aa61652e680f7ebf4eff579795fe464b57 @@ -449,6 +451,7 @@ cni_binary_checksums: v1.0.1: 2d4528c45bdd0a8875f849a75082bc4eafe95cb61f9bcc10a6db38a031f67226 v1.0.0: 736335bc5923a37cfb6cc2305489ce6206bcc565004f525b5f7c3604f092aa3a amd64: + v1.6.0: 43bd0a89c0547874827f55f1284d1b3b1382e88b4e25feff06089d8b8d33132e v1.4.0: c2485ddb3ffc176578ae30ae58137f0b88e50f7c7f2af7d53a569276b2949a33 v1.3.0: 754a71ed60a4bd08726c3af705a7d55ee3df03122b12e389fdba4bea35d7dd7e v1.2.0: f3a841324845ca6bf0d4091b4fc7f97e18a623172158b72fc3fdcdb9d42d2d37 @@ -457,6 +460,7 @@ cni_binary_checksums: v1.0.1: 5238fbb2767cbf6aae736ad97a7aa29167525dcd405196dfbc064672a730d3cf v1.0.0: 5894883eebe3e38f4474810d334b00dc5ec59bd01332d1f92ca4eb142a67d2e8 ppc64le: + v1.6.0: 179584776fa527c8351a027d7d0e63e83094b8a842cbb71b17886ba9652cf0dd v1.4.0: c87a36a75ad1692933e3218cae734ba809ae2190c725a050ac9033fc96d2ed26 v1.3.0: 8ceff026f4eccf33c261b4153af6911e10784ac169d08c1d86cf6887b9f4e99b v1.2.0: 4960283b88d53b8c45ff7a938a6b398724005313e0388e0a36bd6d0b2bb5acdc diff --git a/roles/kubespray-defaults/defaults/main/download.yml b/roles/kubespray-defaults/defaults/main/download.yml index 067b673c97f..c59dddea25a 100644 --- a/roles/kubespray-defaults/defaults/main/download.yml +++ b/roles/kubespray-defaults/defaults/main/download.yml @@ -113,7 +113,7 @@ calico_apiserver_enabled: false flannel_version: "v0.22.0" flannel_cni_version: "v1.1.2" weave_version: 2.8.7 -cni_version: "v1.4.0" +cni_version: "v1.6.0" cilium_version: "v1.15.4" cilium_cli_version: "v0.16.0" diff --git a/version_diff.json b/version_diff.json new file mode 100644 index 00000000000..90f8fe1b456 --- /dev/null +++ b/version_diff.json @@ -0,0 +1,17 @@ +{ + "cni": { + "current_version": "v1.4.0", + "latest_version": "v1.6.0", + "release": { + "tagName": "v1.6.0", + "url": "https://github.com/containernetworking/plugins/releases/tag/v1.6.0", + "description": "This is the v1.6.0 release of the CNI community plugins.\r\n\r\n\r\n# Changelog\r\n\r\n## Important\r\n* revert htb changes due to ongoing issues and missing maintainer by @h0nIg in https://github.com/containernetworking/plugins/pull/1105. This reverts the (undocumented) feature added in v1.5 where traffic from a specific CIDR would be exempted from bandwidth shaping. Unfortunately the implementation was lacking. We hope to re-add this feature in the future.\r\n\r\n## New features\r\n* nftables support for ipmasq and portmap by @danwinship in https://github.com/containernetworking/plugins/pull/935\r\n* dhcp: Add priority option to dhcp. by @lisongmin in https://github.com/containernetworking/plugins/pull/1091\r\n\r\n## CNI v1.1 support\r\n* Use of Scope for routes in IPAM by @LionelJouin in https://github.com/containernetworking/plugins/pull/1087\r\n* Pass status along ipam update by @LionelJouin in https://github.com/containernetworking/plugins/pull/1082\r\n\r\n## Other improvements\r\n* macvlan: add bcqueuelen setting by @champtar in https://github.com/containernetworking/plugins/pull/1074\r\n* SBR: option to pass the table id by @LionelJouin in https://github.com/containernetworking/plugins/pull/1088\r\n* host-device: use temp network namespace for rename by @champtar in https://github.com/containernetworking/plugins/pull/1073\r\n\r\n## Fixes\r\n* Fix unnecessary retrying when the link is down in dhcp by @lisongmin in https://github.com/containernetworking/plugins/pull/1076\r\n* Fix inadvertent txqueuelen being set to zero by @gudmundur in https://github.com/containernetworking/plugins/pull/1100\r\n* VRF: Wait for the local/host routes to be added by @LionelJouin in https://github.com/containernetworking/plugins/pull/1104\r\n* fix(dhcp): can not renew an ip address by @lisongmin in https://github.com/containernetworking/plugins/pull/1092\r\n\r\n## Misc / CI\r\n* Change chown to change current dir as well by @s1061123 in https://github.com/containernetworking/plugins/pull/1058\r\n* ci, go.mod: bump to go 1.23 by @squeed in https://github.com/containernetworking/plugins/pull/1094\r\n* Ignore link-local routes in SBR tests by @LionelJouin in https://github.com/containernetworking/plugins/pull/1102\r\n\r\n\r\n\r\n## New Contributors\r\n* @lisongmin made their first contribution in https://github.com/containernetworking/plugins/pull/1076\r\n* @LionelJouin made their first contribution in https://github.com/containernetworking/plugins/pull/1088\r\n* @gudmundur made their first contribution in https://github.com/containernetworking/plugins/pull/1100\r\n* @h0nIg made their first contribution in https://github.com/containernetworking/plugins/pull/1105\r\n\r\n**Full Changelog**: https://github.com/containernetworking/plugins/compare/v1.5.1...v1.6.0", + "publishedAt": "2024-10-15T09:37:10Z", + "isLatest": true, + "component": "cni", + "owner": "containernetworking", + "repo": "plugins", + "release_type": "release" + } + } +} \ No newline at end of file