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:
v0.18.0
->v0.19.0
v1.1.2
->v1.3.0
v1.2.0
->v1.7.1
v0.6.0
->v0.8.0
v1.4.2
->v1.4.3
v0.6.9
->v0.7.0
v0.20.0
->v0.21.0
v2.26.3
->v2.27.1
v2.2.10
->v2.2.11
d64c5d9
->0d98b3f
ce19516
->8a0705f
57a2590
->f25f775
v1.1.3-0.20240916144458-20a13a1f6b7c
->v1.2.0
v0.2.3
->v0.2.4
v0.16.1
->v0.17.0
v0.304.0
->v0.304.2
v0.5.10
->v0.6.1
v1.7.1
->v1.9.2
v2.27.6
->v2.27.7
v1.3.1-0.20250425193846-9d88d8385bf9
->v1.3.1
686a1a2
->55b8f29
1.23.4
->1.24.4
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.6.0
->v1.7.0
7e4ce0a
->b7579e2
v0.11.0
->v0.12.0
55703ea
->513f239
55703ea
->513f239
v0.32.3
->v0.33.2
v0.32.3
->v0.33.2
v0.32.3
->v0.33.2
v0.32.3
->v0.33.2
c8a335a
->9bd5c66
1f6e0b7
->4c0f3b2
v0.20.4
->v0.21.0
v1.4.0
->v1.5.0
Release Notes
cilium/ebpf (github.com/cilium/ebpf)
v0.19.0
Compare Source
Major Performance Improvements
This release includes significant performance optimizations across multiple areas:
Program.Stats()
method allows querying runtime statistics without fetching full ProgramInfoCO-RE Improvements
Build System and Toolchain Updates
Enhanced Map Support
MapSpec.Tags
field for readingbtf_decl_tag
attributes set on mapsBPF_F_NO_PREALLOC
hints and warnings for map types that require this flagAssembly and Instruction Handling
Memory and Variable Access
Variable
andMemory
typesWindows Support Improvements
Bug Fixes
BatchLookup
andBatchLookupDelete
(#1741)InvalidOpCode
forStoreImm
withDWord
size (#1767)WalkDir
harder to misuse and added Windows support (#1652)structs.HostLayout
in GoFormatter (#1686)Compatibility Notes
What's Changed
New{Map,Program}From{ID,FD}
andLoadPinned{Map,Program}
by @ti-mo in https://github.com/cilium/ebpf/pull/1791loadMaps
if ELF file has no BTF by @paulcacheux in https://github.com/cilium/ebpf/pull/1807/sys/kernel/btf
by @paulcacheux in https://github.com/cilium/ebpf/pull/1813New Contributors
Full Changelog: cilium/ebpf@v0.18.0...v0.19.0
containernetworking/cni (github.com/containernetworking/cni)
v1.3.0
Compare Source
What's Changed
This adds a new config flag
loadPluginsFromFolde
r - if present, for a given named network bar, plugin configuration objects will be loaded from<path-to-bar-network-config-file>/bar/xxx.conf
. This may be useful for vendors providing chained plugins: you can add your plugin to a chain without needing to edit the file in-place.New Contributors
Full Changelog: containernetworking/cni@v1.2.3...v1.3.0
v1.2.3
: libcni v1.2.3Compare Source
This is a minor release to correct a divergence between the specification and libcni. In this case, the specification was updated, as it concerns a new feature, GC, that is not yet deployed.
What's Changed
v1.2.2
: libcni v1.2.2Compare Source
What's Changed
Full Changelog: containernetworking/cni@v1.2.1...v1.2.2
v1.2.1
: CNI Spec v1.1 / libcni v1.2.1Compare Source
This is a minor release that fixes some small bugs:
Improvements
Bug fixes:
DelNetwork
, and allows CRIO tests to bumpv1.2.0
: CNI spec v1.1 / libcni v1.2.0Compare Source
This is libcni v1.2.0, which releases the new CNI spec version v1.1.0.
Major changes:
GC verb
The GC verb allows runtimes to specify the set of known-good attachments, allowing plugins to clean up stale and leaked resources such as IPAM reservations. Libcni will also synthesize a CNI DEL for any stale cached attachments, so all users will have a form of GC, even if their plugins do not support CNI v1.1
STATUS verb
The STATUS verb allows a plugin to report its readiness to accept ADD requests. Runtimes such as containerd and cri-o will no longer have to rely merely on the presence of a CNI configuration file to determine network readiness.
Version negotiation
CNI configurations may now contain multiple versions, so that an administrator can opportunistically update the protocol version without breaking older runtimes:
New fields
A number of new fields have been added to the result type:
Other improvements
containernetworking/plugins (github.com/containernetworking/plugins)
v1.7.1
: CNI plugins v1.7.1Compare Source
What's Changed
(Administrative note: the GitHub release v1.7.0 somehow got split in to two immutable releases. v1.7.1 is a re-release that corrects the issue. Apologies for the trouble).
New features / options
Other improvements
Bug fixes
New Contributors
Full Changelog: containernetworking/plugins@v1.6.2...v1.7.1
v1.7.0
Compare Source
v1.6.2
Compare Source
(administrative note: release v1.6.1 was somehow double-created in GitHub; v1.6.2 is identical but fixes the duplication.)
What's Changed
Full Changelog: containernetworking/plugins@v1.6.0...v1.6.2
v1.6.1
Compare Source
v1.6.0
: CNI plugins v1.6.0Compare Source
This is the v1.6.0 release of the CNI community plugins.
Changelog
Important
New features
CNI v1.1 support
Other improvements
Fixes
Misc / CI
New Contributors
Full Changelog: containernetworking/plugins@v1.5.1...v1.6.0
v1.5.1
Compare Source
What's Changed
Full Changelog: containernetworking/plugins@v1.5.0...v1.5.1
v1.5.0
: CNI Plugins v1.5.0Compare Source
What's Changed
New Features:
Fixes:
New Contributors
Full Changelog: containernetworking/plugins@v1.4.1...v1.5.0
v1.4.1
Compare Source
v1.4.0
: CNI Plugins v1.4.0Compare Source
New features:
Improvements:
Build:
Bug fixes:
v1.3.0
: CNI Plugins v1.3.0Compare Source
This release introduces a new plugin:
tap
. Thanks to @mmirecki for contributing thisNew features:
Improvements:
Bug fixes:
coreos/go-iptables (github.com/coreos/go-iptables)
v0.8.0
Compare Source
What's Changed
Full Changelog: coreos/go-iptables@v0.7.0...v0.8.0
v0.7.0
Compare Source
Bug fixes
New features
InsertUnique()
go-logr/logr (github.com/go-logr/logr)
v1.4.3
Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
google/gnostic-models (github.com/google/gnostic-models)
v0.7.0
Compare Source
google/go-jsonnet (github.com/google/go-jsonnet)
v0.21.0
Compare Source
After (slightly over) a year, we have a new release. Please also see the changelog for the corresponding C++ jsonnet release, which includes some shared items: https://github.com/google/jsonnet/releases/tag/v0.21.0
A Python package is available at https://pypi.org/project/gojsonnet/0.21.0/
Building this release requires Go 1.23. Trying to build with versions of Go older than 1.21 will fail with a misleading error message due to a change to the way go release versioning worked in Go 1.21 (see #803)
What's Changed since v0.20.0
|||-
chomped text block syntax by @vergenzt in https://github.com/google/go-jsonnet/pull/773std.minArray
andstd.maxArray
instead of result ofkeyF
by @eduardosm in https://github.com/google/go-jsonnet/pull/791New Contributors
Configuration
📅 Schedule: Branch creation - On day 7 of the month, every 3 months ( * * 7 */3 * ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).