File go-modiff.changes of Package go-modiff
-------------------------------------------------------------------
Wed Mar 06 20:40:35 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.3.5:
* Fix links for deps with tag that contains one slash
-------------------------------------------------------------------
Wed Mar 06 20:36:32 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.3.4:
* Fix broken links by removing module name from github links
-------------------------------------------------------------------
Sun Apr 16 16:54:48 UTC 2023 - jkowalczyk@suse.com
- Update to version 1.3.3:
* Add stderr from exit error to output
-------------------------------------------------------------------
Sun Apr 16 16:54:20 UTC 2023 - jkowalczyk@suse.com
- Update to version 1.3.2:
* Update CI
* Use more verbose error messages
* Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
* Bump github.com/onsi/gomega from 1.19.0 to 1.20.0
* Bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.2
-------------------------------------------------------------------
Sun Apr 16 16:51:33 UTC 2023 - jkowalczyk@suse.com
- Packaging improvements:
* Remove defines and ldflags -X entries for release_version and
release_short_commit. This information is embedded in binaries
with go1.18+ and available via go version -m binaryname.
* Remove go build ldflags -w disable DWARF generation and
-s disable symbol table. These options do reduce the size of
Go binaries but omit debug info normally provided in packaging.
* Drop explicit go mod=vendor, mode enabled when vendor dir found
* Use Group: Development/Languages/Go instead of Other
* Use _service mode manual as better alias name than disabled
-------------------------------------------------------------------
Thu Jun 30 18:19:38 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.3.1:
* Update readme
* Update project
* Upgrade to GitHub-native Dependabot
- Update Go version to BuildRequires: golang(API) >= 1.18
-------------------------------------------------------------------
Fri Feb 12 14:41:31 UTC 2021 - jkowalczyk@suse.com
- Update to version 1.3.0:
* Update dependencies
* Update golangci-lint
* Remove k/release dependency
* Update golangci-lint to the latest version and fix lints
-------------------------------------------------------------------
Fri Oct 9 18:46:27 UTC 2020 - jkowalczyk@suse.com
- Update to version 1.2.1:
* Update dependencies (#66)
-------------------------------------------------------------------
Mon May 18 19:17:12 UTC 2020 - jkowalczyk@suse.com
- Update to version 1.2.0:
* Switch to mod=readonly for backwards compatibility (#54)
-------------------------------------------------------------------
Fri May 15 11:26:19 UTC 2020 - jkowalczyk@suse.com
- Update to version 1.1.0:
* Add headerLevel option (#53)
-------------------------------------------------------------------
Thu May 14 18:52:42 UTC 2020 - jkowalczyk@suse.com
- Update to version 1.0.3:
* Switch to k/release master (#52)
-------------------------------------------------------------------
Thu May 14 12:44:15 UTC 2020 - jkowalczyk@suse.com
- Update to version 1.0.2:
* Update modules and version (#51)
-------------------------------------------------------------------
Fri Apr 24 18:35:26 UTC 2020 - jkowalczyk@suse.com
- Update to version 1.0.1:
* Make library public (#48)
-------------------------------------------------------------------
Wed Apr 1 19:51:11 UTC 2020 - jkowalczyk@suse.com
- Update to version 1.0.0:
* Add config structure (#47)
* Use k8s.io/release for command execution (#46)
* Update dependencies (#45)
* Update tests to use vendored deps only (#35)
-------------------------------------------------------------------
Tue Dec 10 16:26:14 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.12.0:
* Fix unit tests (#34)
-------------------------------------------------------------------
Mon Dec 9 19:48:31 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.11.0:
* Remove golangci lint vendored dep (#33)
* Bump to v0.10.0 (#32)
* Update to urfave/cli v2 (#31)
* Bump modules (#27)
* Add GOSUMDB and GOPROXY to `make vendor` (#22)
* Use short option handling
* Fix incorrect version
* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (#20)
* Add comment about funlen linter
-------------------------------------------------------------------
Sun Dec 8 18:51:23 2019 - jkowalczyk@suse.com
- Update to version 0.10.0:
* Bump to v0.10.0 (#32)
* Update to urfave/cli v2 (#31)
* Bump modules (#27)
* Add GOSUMDB and GOPROXY to `make vendor` (#22)
-------------------------------------------------------------------
Fri Sep 13 15:09:46 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.9.0:
* Use short option handling
* Fix incorrect version
* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (#20)
* Add comment about funlen linter
-------------------------------------------------------------------
Wed Sep 11 17:02:09 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.8.0:
* Only link GitHub URLs
* Sanitaze +incompatible go versions
-------------------------------------------------------------------
Wed Sep 11 16:53:47 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.7.0:
* Add TakesFile indicator and update docs
* Add fish shell completion support
* Add GOPROXY and GOSUMDB to speedup modules (#19)
* Fix typo in test framework
* Update README.md
* Add static build support (#14)
* Add debug output possibility via `--debug, -d` (#13)
-------------------------------------------------------------------
Fri Aug 23 16:24:11 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.6.0:
* Improve clone performance by shallow fetching (#12)
* Add linking support (#11)
-------------------------------------------------------------------
Fri Aug 23 16:16:43 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.5.0:
* Add unit testing
* Update dependencies
* Fix go-modiff path
* Readd git-status script
* Update Makefile paths
* Add lll linter
-------------------------------------------------------------------
Tue Aug 13 23:52:04 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Remove unnecessary BuildRequires: tree
-------------------------------------------------------------------
Tue Aug 13 00:05:02 UTC 2019 - jkowalczyk@suse.com
- Update to version 0.4.0:
* Moved to native documentation support of github.com/urfave/cli
* Update go.mod
* Dependencies Added
* github.com/shurcooL/httpfs: 8d4bc4b
* github.com/shurcooL/vfsgen: 6a9ea43
* Dependencies Changed
* github.com/onsi/ginkgo: v1.8.0 -> v1.6.0
* github.com/onsi/gomega: v1.5.0 -> v1.4.2
* github.com/urfave/cli: v1.20.0 -> 7e49cc2
* gopkg.in/yaml.v2: v2.2.1 -> v2.2.2
* Dependencies Removed
* github.com/saschagrunert/go-docgen: v0.1.3
-------------------------------------------------------------------
Fri Aug 9 20:02:08 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Fix LICENSE file handling in .spec file for older SLE versions
-------------------------------------------------------------------
Fri Aug 9 04:19:02 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Initial import of version 0.3.0. go-modiff is a command line tool
for diffing go module dependency changes between versions.
Version 0.3.0 carries its own vendored dependencies. This
packaging uses OBS Source Service obs-service-go_modules to
independently download, verify and vendor the same set of
dependencies. Selected recent changelog entries include:
* Improve error handling and cleanup
* Switch to ccli
* Fix module rewrite handling
* Fail if no diff possible