Releases: k8snetworkplumbingwg/sriov-network-metrics-exporter
Releases · k8snetworkplumbingwg/sriov-network-metrics-exporter
v1.2.0
What's Changed
- Fallback on collecter if first one is found but does not work by @Eoghan1232 in #49
- chore: add dependabot config by @adrianchiris in #50
- Bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot[bot] in #47
- Bump github.com/prometheus/client_model from 0.2.0 to 0.6.2 by @dependabot[bot] in #60
- Bump github/codeql-action from 2 to 3 by @dependabot[bot] in #51
- chore: bump alpine from 3.16 to 3.22 by @dependabot[bot] in #52
- Bump actions/checkout from 2 to 4 by @dependabot[bot] in #53
- Bump docker/build-push-action from 5 to 6 by @dependabot[bot] in #54
- Bump actions/setup-go from 3 to 5 by @dependabot[bot] in #55
- Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.23.4 by @dependabot[bot] in #59
- Bump github.com/onsi/gomega from 1.36.3 to 1.38.0 by @dependabot[bot] in #61
- Bump github.com/prometheus/client_golang from 1.12.1 to 1.22.0 by @dependabot[bot] in #64
- Bump golang.org/x/time from 0.0.0-20220210224613-90d013bbcef8 to 0.12.0 by @dependabot[bot] in #63
- Bump k8s.io/kubelet from 0.25.5 to 0.25.16 in the kubernetes group by @dependabot[bot] in #57
New Contributors
- @adrianchiris made their first contribution in #50
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- improve Makefile by @SchSeba in #41
- cve: bump
golang.org/x/[email protected]by @zeeke in #45
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Bump google.golang.org/grpc from 1.52.0 to 1.53.0 by @dependabot in #26
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #27
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #28
- Update README.md by @zeeke in #30
- Allow underscores in versions by @ianb-mp in #32
- Publish container images by @zeeke in #33
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #34
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #36
- Remove driver version check by @zeeke in #37
- Remove references to the driver ConfigMap by @zeeke in #40
- Use GHCR docker image by default by @ianb-mp in #39
New Contributors
- @dependabot made their first contribution in #26
- @zeeke made their first contribution in #30
- @ianb-mp made their first contribution in #32
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Enable netlink as default collector for vf stats by @killianmuldoon in #2
- Add error check to netlink package by @killianmuldoon in #5
- Add service based config to minimum Prometheus configmap example by @killianmuldoon in #7
- Fix README.md format by @killianmuldoon in #6
- Update readme by @Eoghan1232 in #11
- Adding Ice Driver Support by @Eoghan1232 in #10
- updating Dockerfile by @Eoghan1232 in #13
- Update Golangci-lint by @Eoghan1232 in #16
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #18
- Refactor and updates by @Eoghan1232 in #22
New Contributors
- @killianmuldoon made their first contribution in #2
- @Eoghan1232 made their first contribution in #11
- @lgtm-com made their first contribution in #18
Full Changelog: v0.1...v1.0
v0.1-alpha
Enables export of metrics for SR-IOV virtual functions from Intel 700 series Network Interface Cards.
Requires i40e driver version 2.11 or higher.