Releases: google/gops
Releases · google/gops
v0.3.28
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
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
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
- @glibsm made their first contribution in #173
- @dependabot made their first contribution in #177
- @zhsj made their first contribution in #187
Full Changelog: v0.3.25...v0.3.26
v0.3.25
v0.3.24
What's Changed
- Bump minimum Go version to 1.13 by @tklauser in #169
- go.mod, vendor: update dependencies by @tklauser in #164
- internal: remove getOSUserConfigDir fallback for Go ≤ 1.13 by @tklauser in #170
- Sort tree output by PPID by @tklauser in #171
- internal: inline getOSUserConfigDir by @tklauser in #172
Full Changelog: v0.3.23...v0.3.24
v0.3.23
What's Changed
- Error out when the given duration is negative by @el10savio in #155
- Fix minor typo in README.md by @eliben in #161
- Fix minor white space issue in README.md by @DuckSoft in #162
- goprocess: use debug/buildinfo on Go 1.18 and newer by @tklauser in #166
- Remove CircleCI by @tklauser in #167
New Contributors
- @el10savio made their first contribution in #155
- @eliben made their first contribution in #161
- @DuckSoft made their first contribution in #162
Full Changelog: v0.3.22...v0.3.23