Recent Releases of https://github.com/kubeservice-stack/node-metrics

https://github.com/kubeservice-stack/node-metrics - Release 1.2.0

What's Changed

  • Bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/32
  • Bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/33
  • Bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/34
  • Bump github.com/prometheus/common from 0.63.0 to 0.64.0 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/37
  • Bump github.com/kubeservice-stack/common from 1.8.3 to 1.9.1 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/36
  • Bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/38
  • Bump github.com/prometheus/procfs from 0.16.1 to 0.17.0 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/39
  • Bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in https://github.com/kubeservice-stack/node-metrics/pull/40

Full Changelog: https://github.com/kubeservice-stack/node-metrics/compare/v1.1.4...v1.2.0

- Go
Published by dongjiang1989 7 months ago

https://github.com/kubeservice-stack/node-metrics - Release 1.1.4

What's Changed

  • Bump github.com/stretchr/testify from 1.8.2 to 1.10.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/22
  • Bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/24
  • Bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/26
  • Bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/27
  • Update node-metrics logging and packages by @dongjiang1989 in https://github.com/kubeservice-stack/node-metrics/pull/31
  • Bump github.com/kubeservice-stack/common from 1.2.0 to 1.8.2 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/25
  • Bump github.com/prometheus/exporter-toolkit from 0.10.0 to 0.13.2 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/19
  • Bump github.com/prometheus/client_golang from 1.15.1 to 1.20.5 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/21

Full Changelog: https://github.com/kubeservice-stack/node-metrics/compare/v1.1.3...v1.1.4

- Go
Published by dongjiang1989 11 months ago

https://github.com/kubeservice-stack/node-metrics - Release 1.1.3

What's Changed

  • Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/8
  • Bump docker/build-push-action from 3 to 6 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/9
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/10
  • Bump docker/setup-qemu-action from 2 to 3 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/11
  • Bump docker/setup-buildx-action from 2 to 3 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/12
  • Bump docker/login-action from 1.10.0 to 3.3.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/13
  • Bump github.com/alecthomas/kingpin/v2 from 2.3.2 to 2.4.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/14
  • Bump github.com/prometheus/procfs from 0.9.0 to 0.15.1 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/15
  • Bump golang.org/x/net from 0.23.0 to 0.33.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/16
  • Bump howett.net/plist from 1.0.0 to 1.0.1 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/17
  • Bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/18

Full Changelog: https://github.com/kubeservice-stack/node-metrics/compare/v1.1.2...v1.1.3

- Go
Published by dongjiang1989 about 1 year ago

https://github.com/kubeservice-stack/node-metrics - Release 1.1.2

What's Changed

  • Bump golang.org/x/net from 0.9.0 to 0.23.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/5
  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in https://github.com/kubeservice-stack/node-metrics/pull/6

New Contributors

  • @dependabot made their first contribution in https://github.com/kubeservice-stack/node-metrics/pull/5

Full Changelog: https://github.com/kubeservice-stack/node-metrics/compare/v1.1.1...v1.1.2

- Go
Published by dongjiang1989 over 1 year ago

https://github.com/kubeservice-stack/node-metrics - Release v1.1.1

What's Changed

  • feat: add node metrics TLS and Auth by @dongjiang1989 in https://github.com/kubeservice-stack/node-metrics/pull/2
  • Fix: kernel 5.x /proc/stat diff by @dongjiang1989 in https://github.com/kubeservice-stack/node-metrics/pull/3
  • use uppercase FROM / AS combination in Dockerfile by @dongjiang1989 in https://github.com/kubeservice-stack/node-metrics/pull/4

Full Changelog: https://github.com/kubeservice-stack/node-metrics/compare/v1.1.0...v1.1.1

- Go
Published by dongjiang1989 over 1 year ago

https://github.com/kubeservice-stack/node-metrics - Release 1.1.0

What's Changed

  • [fix] add NOTICE file by @dongjiang1989 in https://github.com/kubeservice-stack/node-metrics/pull/1

New Contributors

  • @dongjiang1989 made their first contribution in https://github.com/kubeservice-stack/node-metrics/pull/1

Full Changelog: https://github.com/kubeservice-stack/node-metrics/compare/v1.0.0...v1.1.0

- Go
Published by imlense over 2 years ago

https://github.com/kubeservice-stack/node-metrics - Release 1.0.0

Full Changelog: https://github.com/kubeservice-stack/node-metrics/commits/v1.0.0

- Go
Published by dongjiang1989 over 2 years ago