Package Release Info

gops-0.3.4-bp153.1.60

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gops

Change Logs

Version: 0.3.25-bp155.1.15
* Fri Jul 08 2022 jkowalczyk@suse.com
- Update to version 0.3.25:
  * Only report CPU percentage per period if period is > 0
  * ci: run tests with -race
  * agent: fix data race in Listen
* Mon Jun 27 2022 Jeff Kowalczyk <jkowalczyk@suse.com>
- Remove usage of obsolete macro golang-packaging macro %goprovides
  and %goprep
- Use BuildRequires: golang(API) >= 1.13 formerly golang-packaging.
  Alternatively could use BuildRequires: go
- Use tar_scm for changelog automation and tarball generation
- Use OBS Source Service obs-service-go_modules for vendoring.
  Upstream commits vendor dir but this is not best practice and
  contents can skew. Treat go.mod as the single source of truth.
* Mon Jun 27 2022 jkowalczyk@suse.com
- Update to version 0.3.24:
  * internal: inline getOSUserConfigDir
  * Sort tree output by PPID
  * internal: remove getOSUserConfigDir fallback for Go <= 1.13 (#170)
  * go.mod, vendor: update dependencies
  * Bump minimum Go version to 1.13 (#169)
* Mon Jun 27 2022 jkowalczyk@suse.com
- Update to version 0.3.23:
  * Remove CircleCI
  * goprocess: use debug/buildinfo on Go 1.18 and newer
  * Update CI to Go 1.18
  * Fix minor white space issue in README.md (#162)
  * Fix minor typo in README.md (#161)
  * Error out when the given duration is negative (#155)
* Mon Jun 27 2022 jkowalczyk@suse.com
- Update to version 0.3.22:
  * agent: rename setsockoptReuseAddrAndPort to setReuseAddrAndPortSockopts
  * agent: fix solaris build
* Mon Jun 27 2022 jkowalczyk@suse.com
- Update to version 0.3.21:
  * go.mod, vendor: update gopsutil and go-ole to fix windows/arm64 build
* Fri Oct 08 2021 Michał Rostecki <mrostecki@suse.com>
- Update to 0.3.20
  * README.md: update installation instructions (#148)
  * Update Go to 1.17, update dependencies (#150)
* Thu Jun 10 2021 Michał Rostecki <mrostecki@suse.com>
- Update to 0.3.18
  * Support for reporting the percent of CPU time usage within
    given time
  * agent: mention SO_REUSEPORT in Options.ReuseSocketAddrAndPort
    godoc
Version: 0.3.4-bp151.1.3
* Tue Jul 10 2018 mrostecki@suse.com
- Update to 0.3.4
  * vendor: dep ensure -update github.com/shirou/gopsutil (#79)
    gopsutil library is licensed under BSD, but the previous
    version contained some GPL-licensed code which is a violation
    of GPL license. The updated version doesn't contain
    GPL-licensed code anymore.
    https://github.com/shirou/gopsutil/issues/518
- Make use of golang-packaging macros
* Wed Mar 21 2018 mrostecki@suse.com
- Initial release
Version: 0.3.20-bp154.1.26
* Fri Oct 08 2021 Micha? Rostecki <mrostecki@suse.com>
- Update to 0.3.20
  * README.md: update installation instructions (#148)
  * Update Go to 1.17, update dependencies (#150)
* Thu Jun 10 2021 Micha? Rostecki <mrostecki@suse.com>
- Update to 0.3.18
  * Support for reporting the percent of CPU time usage within
    given time
  * agent: mention SO_REUSEPORT in Options.ReuseSocketAddrAndPort
    godoc