-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: jsimonetti/rtnetlink
base: v1.4.0
head repository: jsimonetti/rtnetlink
compare: v1.4.1
- 8 commits
- 12 files changed
- 4 contributors
Commits on Nov 27, 2023
-
Using an explicit matrix, makes sure the required version of the module can be tested. Signed-off-by: Jeroen Simonetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74450cb - Browse repository at this point
Copy the full SHA 74450cbView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 889c07b - Browse repository at this point
Copy the full SHA 889c07bView commit details -
Use commit hash with actions (#203)
Signed-off-by: Jeroen Simonetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13375a6 - Browse repository at this point
Copy the full SHA 13375a6View commit details -
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](actions/setup-go@6edd440...93397be) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27a8b31 - Browse repository at this point
Copy the full SHA 27a8b31View commit details
Commits on Nov 28, 2023
-
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dbce757 - Browse repository at this point
Copy the full SHA dbce757View commit details
Commits on Jan 5, 2024
-
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](golang/sys@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 277e862 - Browse repository at this point
Copy the full SHA 277e862View commit details -
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](actions/setup-go@93397be...0c52d54) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeroen Simonetti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8740a9c - Browse repository at this point
Copy the full SHA 8740a9cView commit details
Commits on Jan 25, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8f6dc23 - Browse repository at this point
Copy the full SHA 8f6dc23View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.4.1