Ben Kochie
8026e5db33
Fix Go mod path ( #226 )
...
In order to update to v2.0.0, we need to update the module path per the
Go module documentation.
* https://go.dev/doc/modules/major-version
Fixes: https://github.com/jsimonetti/rtnetlink/issues/225
This can be released as v2.0.1
Signed-off-by: SuperQ <superq@gmail.com>
v2.0.1
2024-05-10 16:40:56 +02:00
Jeroen Simonetti
61ed88fc1e
Rename CacheInfo Prefered ( #224 )
...
Fix a typo in the CacheInfo struct.
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
v2.0.0
2024-05-10 09:01:40 +02:00
Jeroen Simonetti
e363a195fc
Update go-test versions ( #223 )
...
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2024-05-10 08:56:27 +02:00
Birol Bilgin
bd79d59a97
Add LinkDriver interface and Driver package ( #221 )
...
* Add attr validation
This commit removes unix.IFLA_UNSPEC and introduces checks for the interface name,
the link type and the queue disc fields.
Interface name validation is necessary to prevent an 'invalid argument' error
when creating a link with an empty name. Other checks were added to be consistent with the ip tools.
Signed-off-by: Birol Bilgin <birolbilgin@gmail.com>
* Add network namespace type
This commit introduces the NetNS struct and integrates network namespace capabilities into link attributes.
This enhancement facilitates the creation of links, such as veth pairs, across different network namespaces
without the need to execute directly within those namespaces.
Signed-off-by: Birol Bilgin <birolbilgin@gmail.com>
* Add LinkDriver interface
This commit introduces a Driver interface and changes Data and SlaveData fields within the LinkInfo struct
as LinkDriver to accommodate driver-specific data encoding, addressing the limitation
where LinkInfo.Data and SlaveData fields were merely byte slices without support for specific data encoding.
Drivers are registered globally with the RegisterDriver function.
For un-registered drivers, the default LinkData driver is used.
Signed-off-by: Birol Bilgin <birolbilgin@gmail.com>
* Add Driver Package
This commit introduces the 'driver' package, which contains specific implementations of the LinkDriver interface.
It also includes the implementation of the Linux bond driver as LinkDriver and the bond slave driver as LinkSlaveDriver.
Signed-off-by: Birol Bilgin <birolbilgin@gmail.com>
* Add Netkit and Veth drivers
This commit adds Netkit and Veth drivers.
Signed-off-by: Birol Bilgin <birolbilgin@gmail.com>
---------
Signed-off-by: Birol Bilgin <birolbilgin@gmail.com>
2024-05-10 08:51:09 +02:00
dependabot[bot]
1229f67442
build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 ( #222 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.4.2
2024-05-06 16:19:41 +02:00
dependabot[bot]
21381213d4
build(deps): bump actions/checkout from 4.1.2 to 4.1.4 ( #220 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](9bb56186c3...0ad4b8fada )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 09:59:49 +02:00
dependabot[bot]
96d66770f0
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 ( #219 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](3cfe3a4abb...9d1e0624a7 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 09:57:24 +02:00
dependabot[bot]
32c1a5f5d4
build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 ( #218 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 07:57:09 +02:00
dependabot[bot]
8d98f72b8a
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 ( #217 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 14:37:29 +02:00
dependabot[bot]
e96eaa2e67
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 ( #215 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](b4ffde65f4...9bb56186c3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 10:37:22 +02:00
dependabot[bot]
7f41edfc68
build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 ( #214 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sys/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 07:29:03 +01:00
dependabot[bot]
b9b8597f68
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 ( #213 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](3a91952989...3cfe3a4abb )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 11:42:35 +01:00
dependabot[bot]
2b431469ab
build(deps): bump golang/govulncheck-action from 1.0.1 to 1.0.2 ( #212 )
...
Bumps [golang/govulncheck-action](https://github.com/golang/govulncheck-action ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/golang/govulncheck-action/releases )
- [Commits](7da72f730e...3a32958c27 )
---
updated-dependencies:
- dependency-name: golang/govulncheck-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 11:41:20 +01:00
dependabot[bot]
37c369e310
build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 ( #211 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 07:59:44 +01:00
Jeroen Simonetti
8f6dc23cab
Relieve length check for NeighAttributes ( #208 )
...
* Remove length check for NeighAttributes
The attribute length has more context then previously presumed.
Especially when using tunnels and other link types, the attributes
can use different lengths then expected.
This completely removes any length check for neighbor attributes.
This places the burden of checking for correctness to the consumer
of this library.
v1.4.1
2024-01-25 10:06:22 +01:00
dependabot[bot]
8740a9cdb8
build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 ( #209 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](93397bea11...0c52d547c9 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
2024-01-05 15:09:50 +01:00
dependabot[bot]
277e8621a4
build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 ( #210 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/sys/compare/v0.15.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 15:07:20 +01:00
dependabot[bot]
dbce757912
build(deps): bump golang.org/x/sys ( #206 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.14.1-0.20231108175955-e4099bfacb8c to 0.15.0.
- [Commits](https://github.com/golang/sys/commits/v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 08:06:18 +01:00
dependabot[bot]
27a8b312ae
build(deps): bump actions/setup-go from 3.5.0 to 4.1.0 ( #205 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3.5.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](6edd4406fa...93397bea11 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 14:47:17 +01:00
Jeroen Simonetti
13375a6065
Use commit hash with actions ( #203 )
...
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-11-27 13:55:11 +01:00
Ben Kochie
889c07bf6d
Enable golangci-lint ( #202 )
...
Add a GitHub actions workflow to run golanci-lint.
* Only uses latest Go version to avoid `gofmt` differences.
* Fixup linting issues.
* Ignore misspell `Prefered` as it is used as a public struct variable.
* Disable `unused-parameter` as it produces unecessary warning noise.
Signed-off-by: SuperQ <superq@gmail.com>
2023-11-27 13:42:29 +01:00
Jeroen Simonetti
74450cbc13
Revert #187
...
Using an explicit matrix, makes sure the required version of the module
can be tested.
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-11-27 11:00:17 +01:00
Ben Kochie
98722e180a
Update minimum Go version ( #201 )
...
Go mod version (1.18) is older than depencies (1.20)
- github.com/cilium/ebpf
- github.com/mdlayher/socket
Update `go fmt` for latest Go release.
Signed-off-by: SuperQ <superq@gmail.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
v1.4.0
2023-11-27 10:51:30 +01:00
Ben Kochie
4031cf8733
Allow empty neighbor LLAddress ( #200 )
...
The kernel sometimes returns empty LLAddress in NeighAttributes. Allow
this to be returned as a nil address.
Fixes: https://github.com/jsimonetti/rtnetlink/issues/199
Signed-off-by: SuperQ <superq@gmail.com>
2023-11-27 10:49:21 +01:00
Daniel Swarbrick
eac8438aad
Address family is a u8, not u16 ( #198 )
...
As per definition of ndmsg in kernel source:
struct ndmsg {
__u8 ndm_family;
__u8 ndm_pad1;
__u16 ndm_pad2;
__s32 ndm_ifindex;
__u16 ndm_state;
__u8 ndm_flags;
__u8 ndm_type;
};
Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
v1.3.6
2023-11-24 07:50:46 +01:00
dependabot[bot]
966b8a0a52
build(deps): bump github.com/cilium/ebpf from 0.12.2 to 0.12.3 ( #197 )
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.12.2...v0.12.3 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 07:31:16 +01:00
dependabot[bot]
780bd59b89
build(deps): bump actions/checkout from 4.1.0 to 4.1.1 ( #195 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 08:55:05 +01:00
dependabot[bot]
2d44b5cabe
build(deps): bump github.com/cilium/ebpf from 0.12.1 to 0.12.2 ( #194 )
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.12.1...v0.12.2 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 10:48:04 +02:00
dependabot[bot]
0929080e20
build(deps): bump github.com/cilium/ebpf from 0.12.0 to 0.12.1 ( #193 )
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.12.0...v0.12.1 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 09:59:47 +02:00
dependabot[bot]
3ee7e307f9
build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 ( #191 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
2023-10-12 07:41:52 +02:00
dependabot[bot]
c997b708d4
build(deps): bump github.com/cilium/ebpf from 0.11.0 to 0.12.0 ( #192 )
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 07:15:36 +02:00
dependabot[bot]
31f178322b
build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 ( #190 )
...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp ) from 0.5.9 to 0.6.0.
- [Release notes](https://github.com/google/go-cmp/releases )
- [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 11:33:00 +02:00
dependabot[bot]
a954f4d483
build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 ( #189 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/sys/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 09:37:17 +02:00
dependabot[bot]
a5e0bae29c
build(deps): bump actions/checkout from 3.6.0 to 4.1.0 ( #188 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 10:00:53 +02:00
Jeroen Simonetti
ba8be0e97d
[ci] use stable and oldstable identifiers ( #187 )
...
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-09-25 17:16:51 +02:00
dependabot[bot]
174289d2f8
build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 ( #186 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/sys/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 08:00:20 +02:00
dependabot[bot]
9474a37044
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 ( #185 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v3.6.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 10:14:33 +02:00
Jeroen Simonetti
e1a69d8d81
Add go 1.21 tests ( #184 )
...
* Add go 1.21 tests
* Remove go1.19 test
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
v1.3.5
2023-08-17 19:03:53 +02:00
Jeroen Simonetti
691cffcea9
Add more LL address sizes ( #183 )
...
Next to IEEE 802 MAC-48 and EUI-48, also
allow EUI-64, or 20-octet IP over InfiniBand
link-layer addresses
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-08-17 18:56:12 +02:00
dependabot[bot]
d48f14c049
build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 ( #181 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/sys/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 08:36:19 +02:00
Jeroen Simonetti
f50b22bd73
Create govulncheck.yml ( #180 )
2023-07-17 10:30:10 +02:00
dependabot[bot]
abf09c5bbc
build(deps): bump github.com/cilium/ebpf from 0.10.0 to 0.11.0 ( #179 )
...
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/cilium/ebpf/releases )
- [Commits](https://github.com/cilium/ebpf/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: github.com/cilium/ebpf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 12:34:50 +02:00
dependabot[bot]
df4dd451e7
build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 ( #178 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/sys/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.3.4
2023-07-05 19:18:39 +02:00
dependabot[bot]
3d9eb2a070
build(deps): bump actions/checkout from 3.5.2 to 3.5.3 ( #177 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.2...v3.5.3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 09:45:14 +02:00
dependabot[bot]
209f1718ee
build(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 ( #176 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/sys/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 10:32:23 +02:00
dependabot[bot]
e96ada6ad9
build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 ( #175 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sys/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.3.3
2023-05-05 09:46:53 +02:00
dependabot[bot]
a76bfd40c8
build(deps): bump github.com/mdlayher/netlink from 1.7.1 to 1.7.2 ( #173 )
...
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/mdlayher/netlink/releases )
- [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mdlayher/netlink/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: github.com/mdlayher/netlink
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
2023-05-01 10:10:13 +02:00
dependabot[bot]
e70bdb6dc1
build(deps): bump actions/checkout from 3.5.0 to 3.5.2 ( #174 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 10:07:09 +02:00
dependabot[bot]
ab10613b17
build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 ( #172 )
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/sys/releases )
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.3.2
2023-04-05 08:11:09 +02:00
dependabot[bot]
41898df209
build(deps): bump actions/checkout from 3.3.0 to 3.5.0 ( #170 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
2023-04-01 13:47:25 +02:00