Skip to content

Releases: google/gops

v0.3.28

10 Aug 08:15
v0.3.28
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.2 by @dependabot in #204
  • build(deps): bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #205
  • build(deps): bump github.com/xlab/treeprint from 1.1.0 to 1.2.0 by @dependabot in #206
  • build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #207
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.2 to 3.23.3 by @dependabot in #208
  • build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #209
  • build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #210
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.4 by @dependabot in #211
  • build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 by @dependabot in #212
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5 by @dependabot in #214
  • build(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #215
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.7 by @dependabot in #220
  • build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #221
  • Fix process command crash when provided with no args by @mtardy in #219

New Contributors

Full Changelog: v0.3.27...v0.3.28

v0.3.27

21 Feb 12:15
v0.3.27
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.10 to 3.22.11 by @dependabot in #189
  • build(deps): bump golang.org/x/sys from 0.2.0 to 0.3.0 by @dependabot in #190
  • go.mod: downgrade github.com/shirou/gopsutil to v3.22.10 by @tklauser in #192
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.10 to 3.22.11 by @dependabot in #193
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 by @dependabot in #194
  • build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 by @dependabot in #195
  • internal: remove redundant environment variable checks in ConfigDir by @tklauser in #196
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 by @dependabot in #198
  • build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #199
  • cmd/shared: add 'off' option to setgc by @segevda in #201
  • replace io/ioutil usages with io and os by @segevda in #202
  • Update CI to Go 1.20 by @tklauser in #203

New Contributors

Full Changelog: v0.3.26...v0.3.27

v0.3.26

25 Nov 13:19
v0.3.26
eebecad
Compare
Choose a tag to compare

What's Changed

  • Migrate gops to use spf13/cobra by @glibsm in #173
  • ci: add dependabot config by @tklauser in #176
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #177
  • build(deps): bump actions/setup-go from 2 to 3 by @dependabot in #178
  • build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #179
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.7 by @dependabot in #181
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.7 to 3.22.8 by @dependabot in #182
  • Update CI to Go 1.19 by @tklauser in #180
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.8 to 3.22.9 by @dependabot in #183
  • build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #185
  • build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.9 to 3.22.10 by @dependabot in #186
  • Remove vendored modules by @tklauser in #188
  • goprocess: replace go-ps with gopsutil by @zhsj in #187

New Contributors

Full Changelog: v0.3.25...v0.3.26

v0.3.25

08 Jul 08:37
v0.3.25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.24...v0.3.25

v0.3.24

27 Jun 07:55
v0.3.24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.23...v0.3.24

v0.3.23

05 May 15:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.22...v0.3.23

v0.3.22

27 Oct 17:15
v0.3.22
Compare
Choose a tag to compare
  • agent: fix solaris build (#152)

v0.3.21

08 Oct 17:01
v0.3.21
Compare
Choose a tag to compare
  • Fix windows/arm64 build (#151)

v0.3.20

06 Sep 12:06
v0.3.20
Compare
Choose a tag to compare
  • README.md: update installation instructions (#148)
  • Update Go to 1.17, update dependencies (#150)

v0.3.19

01 Jul 10:03
Compare
Choose a tag to compare
  • go.mod, vendor: update dependencies (#145)
  • Fix CPU usage reporting (#146)