Releases: flannel-io/flannel
Releases · flannel-io/flannel
v0.28.1
What's Changed
- Bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in #2341
- Bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in #2342
- Fix blackhole creation test logic in AddBlackholeV4Route and AddBlackholeV6Route by @axeal in #2329
- Bump golang.org/x/sys from 0.39.0 to 0.40.0 in the other-go-modules group by @dependabot[bot] in #2340
- Bump github/codeql-action from 4.31.10 to 4.31.11 by @dependabot[bot] in #2344
- Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #2345
- Bump github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0 in the other-go-modules group by @dependabot[bot] in #2347
- Prepare update flannel to v0.28.1 by @rbrtbnfgl in #2351
New Contributors
Full Changelog: v0.28.0...v0.28.1
v0.28.0
What's Changed
- Bump the tencent group across 1 directory with 2 updates by @dependabot[bot] in #2282
- Added TAG to fix bin version by @rbrtbnfgl in #2297
- Bump docker image versions by @thomasferrandiz in #2299
- ip: improve primary address selection to account for address flags by @lilioid in #2295
- Additional check on podCIDR by @rbrtbnfgl in #2306
- fix GHA path in dependabot.yaml by @thomasferrandiz in #2304
- Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in #2312
- Bump actions/checkout from 4.2.2 to 6.0.1 by @dependabot[bot] in #2308
- Bump actions/configure-pages from 4.0.0 to 5.0.0 by @dependabot[bot] in #2309
- Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #2310
- Bump github/codeql-action from 3.28.13 to 4.31.6 by @dependabot[bot] in #2311
- Update community meeting frequency to monthly by @pgonin in #2313
- Fix spelling by @fguendling in #2302
- Bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 by @dependabot[bot] in #2317
- Bump docker/login-action from 3.4.0 to 3.6.0 by @dependabot[bot] in #2318
- Bump docker/metadata-action from 5.7.0 to 5.10.0 by @dependabot[bot] in #2316
- Bump github/codeql-action from 4.31.6 to 4.31.7 by @dependabot[bot] in #2315
- Bump golangci/golangci-lint-action from 6.1.1 to 9.2.0 by @dependabot[bot] in #2314
- doc: add external routing configuration notice of public IPv6 prefixes by @lilioid in #2290
- Bump to go 1.24 and k8s deps to v0.32.10 by @thomasferrandiz in #2320
- Bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #2303
- Bump the etcd group with 4 updates by @dependabot[bot] in #2284
- Bump the tencent group with 2 updates by @dependabot[bot] in #2296
- Bump the other-go-modules group across 1 directory with 4 updates by @dependabot[bot] in #2298
- Bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #2326
- Bump docker/build-push-action from 5.4.0 to 6.18.0 by @dependabot[bot] in #2327
- Bump actions/attest-build-provenance from 2.2.3 to 3.0.0 by @dependabot[bot] in #2325
- Bump aquasecurity/trivy-action from 0.30.0 to 0.33.1 by @dependabot[bot] in #2324
- Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.3.11 to 1.3.12 in the tencent group by @dependabot[bot] in #2322
- Bump actions/setup-go from 5.4.0 to 6.1.0 by @dependabot[bot] in #2323
- Added check for nftables before checking br_netfilter module by @rbrtbnfgl in #2321
- Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #2335
- Bump the tencent group with 2 updates by @dependabot[bot] in #2333
- Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #2336
- Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by @dependabot[bot] in #2334
- Bump the etcd group with 4 updates by @dependabot[bot] in #2332
- Bump the tencent group with 2 updates by @dependabot[bot] in #2337
New Contributors
- @lilioid made their first contribution in #2295
- @pgonin made their first contribution in #2313
- @fguendling made their first contribution in #2302
Full Changelog: v0.27.4...v0.28.0
v0.27.4
What's Changed
- firewall: add option to disable fully-random mode for MASQUERADE by @gilgameshfreedom in #2281
- OWNERS: remove philips by @philips in #2286
- Fix: recreate VXLAN device (flannel.*) when external interface is deleted and re-added by @pratikjagrut in #2272
- Fix interface IP address lookup in dual-stack mode by @np-13 in #2283
- Prepare Flannel to v0.27.4 updated CNI image and OWNERS by @rbrtbnfgl in #2287
- Removed PodSecurityPolicy manifest creation by @rbrtbnfgl in #2288
New Contributors
- @gilgameshfreedom made their first contribution in #2281
- @np-13 made their first contribution in #2283
Full Changelog: v0.27.3...v0.27.4
v0.27.3
What's Changed
- Bump the etcd group with 4 updates by @dependabot[bot] in #2268
- Bump the tencent group with 2 updates by @dependabot[bot] in #2269
- Bump the tencent group with 2 updates by @dependabot[bot] in #2271
- Bump golang.org/x/sys from 0.34.0 to 0.35.0 in the other-go-modules group by @dependabot[bot] in #2274
- Bump github.com/coreos/go-systemd/v22 from 22.5.0 to 22.6.0 in the other-go-modules group by @dependabot[bot] in #2275
- Bump the tencent group with 2 updates by @dependabot[bot] in #2276
- Prepare for release v0.27.3 by @thomasferrandiz in #2278
Full Changelog: v0.27.2...v0.27.3
v0.27.2
What's Changed
- Bump the other-go-modules group with 2 updates by @dependabot[bot] in #2260
- Bump the etcd group with 4 updates by @dependabot[bot] in #2238
- Bump the tencent group with 2 updates by @dependabot[bot] in #2257
- Optimize Dockerfile by @thomasferrandiz in #2261
- Bump k8s libs and test version by @thomasferrandiz in #2262
- Bump etcd version in tests by @thomasferrandiz in #2263
- Bump the tencent group with 2 updates by @dependabot[bot] in #2265
- Prepare release v0.27.2 by @thomasferrandiz in #2266
Full Changelog: v0.27.1...v0.27.2
v0.27.1
What's Changed
- doc: document flag --iptables-forward-rules by @pratikjagrut in #2249
- capture close() err on subnet file save by @ahmetb in #2248
- Bump the tencent group with 2 updates by @dependabot in #2246
- enable setting resources in helm chart by @tyholling in #2250
- Fix deadlock in startup for large clusters by @sudheerv in #2251
- Bump golang.org/x/sync from 0.13.0 to 0.15.0 in the other-go-modules group by @dependabot in #2256
- Added flag to enable blackhole route locally for Canal by @rbrtbnfgl in #2258
- Allow me to designate a nodeSelector in the helm chart by @apanzerj in #2259
New Contributors
- @pratikjagrut made their first contribution in #2249
- @ahmetb made their first contribution in #2248
- @tyholling made their first contribution in #2250
- @sudheerv made their first contribution in #2251
- @apanzerj made their first contribution in #2259
Full Changelog: v0.27.0...v0.27.1
v0.27.0
What's Changed
- Bump the tencent group with 2 updates by @dependabot in #2229
- Bump the tencent group with 2 updates by @dependabot in #2231
- Update to the latest flannel cni-plugins v1.7.1 by @mgfritch in #2236
- test: fix e2e tests in CI workflows and don't run the workflows on "push" events by @thomasferrandiz in #2240
- Bump the other-go-modules group across 1 directory with 3 updates by @dependabot in #2235
- Bump the tencent group with 2 updates by @dependabot in #2234
- Bump k8s and sles test version by @thomasferrandiz in #2241
- fix: clean-up rules when starting instead of shutting down by @thomasferrandiz in #2239
- Bump k8s to 1.30 and netlink to v1.3.1 by @thomasferrandiz in #2242
- Prepare for release v0.27.0 by @thomasferrandiz in #2243
New Contributors
Full Changelog: v0.26.7...v0.27.0
v0.26.7
What's Changed
- move to go 1.23.6 and prepare to update to v0.26.7 by @rbrtbnfgl in #2230
Full Changelog: v0.26.6...v0.26.7
v0.26.6
What's Changed
- refactor release.yaml to reduce use of potentially vulnerable GH Actions by @thomasferrandiz in #2207
- Bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #2202
- Upload chart archive with the release files by @thomasferrandiz in #2209
- Bump go.etcd.io/etcd/client/v3 from 3.5.18 to 3.5.19 by @dependabot in #2197
- add missing GH_TOKEN env var in release.yaml by @thomasferrandiz in #2210
- Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc from 1.0.1111 to 1.0.1122 by @dependabot in #2203
- Bump go.etcd.io/etcd/tests/v3 from 3.5.18 to 3.5.20 by @dependabot in #2212
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #2211
- Pin all GHA to a specific SHA commit by @thomasferrandiz in #2214
- Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1125 to 1.0.1129 by @dependabot in #2213
- Organize dependabot PR's more clearly by using groups by @thomasferrandiz in #2221
- Bump the tencent group with 2 updates by @dependabot in #2224
- Bump the etcd group with 4 updates by @dependabot in #2223
- Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.1138 to 1.0.1139 in the tencent group by @dependabot in #2226
- Use peer's wireguard port, not our own by @euank in #2200
- Prepare for release v0.26.6 by @thomasferrandiz in #2227
- Fix release workflow by @thomasferrandiz in #2228
New Contributors
Full Changelog: v0.26.5...v0.26.6
v0.26.5
What's Changed
- Bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1 by @dependabot in #2194
- Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc from 1.0.1090 to 1.0.1111 by @dependabot in #2193
- Added cni file configuration on the chart by @rbrtbnfgl in #2195
- enable setting CNI directory paths in helm chart by @killianmuldoon in #2191
New Contributors
- @killianmuldoon made their first contribution in #2191
Full Changelog: v0.26.4...v0.26.5