Releases: git-pkgs/git-pkgs
Releases · git-pkgs/git-pkgs
v0.16.2
v0.16.1
Changelog
- c92f2c1 Bump git-pkgs deps for v0.16.1 (#204)
- 33f5ba5 Bump git-pkgs/registries to v0.6.0 (#198)
- 5ac11fe Bump github.com/git-pkgs/sbom from 0.1.1 to 0.1.2 (#202)
- 3104e84 Bump github.com/git-pkgs/vers from 0.2.5 to 0.2.6 (#201)
- 1bb2c77 Bump modernc.org/sqlite from 1.50.0 to 1.50.1 (#200)
- 64927d1 Bump sigstore/cosign-installer from 4.1.1 to 4.1.2 (#199)
- 3dcb58e Set goconst to ignore test files (#203)
v0.16.0
Changelog
- a5843fd Bump github.com/mattn/go-isatty from 0.0.21 to 0.0.22 (#192)
- 85f4907 Bump go-git to v5.19.0 and go-billy to v5.9.0 (#197)
- f187c2f Bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#191)
- 970917f Fall back to git rev-parse when go-git cannot resolve a revision (#193)
- d2731eb Include dependency type in diff driver and show output (#166)
- 08425d3 Read alternate object stores when opening a repository (#194)
- 7cfaa99 Read refs and objects from linked worktrees (#196)
- 0edfa26 Update diff-driver README example to include scope
v0.15.4
Changelog
- 3eb8925 Bump git-pkgs deps to latest patch releases
- 85b954d Bump github.com/go-git/go-git/v5 from 5.17.2 to 5.18.0
- 4690408 Bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0
- fc24f9d Bump modernc.org/sqlite from 1.48.2 to 1.49.1
- 4bf5074 Bump sigstore/cosign-installer from 3.10.0 to 4.1.1
- 5b1a216 Prevent where command from following symlinks out of repo (#188)
- a969d90 Strip control characters from externally sourced strings before TTY output (#189)
- cff4bda Use cosign v4 bundle format for release signing
- 3e37b25 sbom: emit via github.com/git-pkgs/sbom
v0.15.3
Changelog
- c68837c Bump actions/setup-go from 6.3.0 to 6.4.0
- ee16ee0 Bump direct dependencies before release
- e8aa834 Bump github.com/git-pkgs/enrichment from 0.2.1 to 0.2.2
- 1de0e0d Bump github.com/git-pkgs/gitignore from 1.1.0 to 1.1.1
- 37920b4 Bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.2
- b70ecc1 Bump modernc.org/sqlite from 1.47.0 to 1.48.0
- 9d7f3ba Scope working-dir manifest reads with os.Root
- 0a82984 Sign release checksums with cosign keyless
v0.15.2
Changelog
- 46e5330 Bump all git-pkgs dependencies to latest releases
- cfd74ce Bump github.com/git-pkgs/enrichment from 0.1.5 to 0.2.1
- 3531d9f Bump managers to v0.8.1 and manifests to v0.4.2
- 14f70f4 Bump modernc.org/sqlite from 1.46.1 to 1.47.0
- fb09792 Fix lint issues from golangci-lint and remove dead code
- 5bff83c Reindex all tracked branches when no -b flag is given
- dda7bdd Update CI section with reusable actions
v0.15.1
Changelog
- 37536a6 Add OR IGNORE to branch_commits and dependency_snapshots inserts
- 2775c04 Add sort determinism tests for vulns exposure and praise commands
- db60209 Add sort tiebreakers to vulns exposure, vulns praise, and stats commands
- 056459e Add version tiebreaker to remaining sort calls
- 392a3e4 Auto-add unknown branches in reindex
- 54a764c Bump actions/setup-go from 6.2.0 to 6.3.0
- b7561fd Bump github.com/git-pkgs/purl from 0.1.8 to 0.1.9
- 7a04cca Bump github.com/git-pkgs/vers from 0.2.2 to 0.2.3
- 16f7277 Bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0
- 6a05cb9 Bump manifests to v0.4.1
- aed1a73 Bump packageurl-go to v0.3.1
- 250bd10 Bump registries to v0.3.0
- e3cece5 Enable gofmt formatter in golangci-lint
- 7ab55d2 Fix UNIQUE constraint failure when branches share commits
- d5a7337 Fix diff driver sorting duplicate package names
- 25c95f3 Fix history command matching packages by substring instead of exact name
- 4af8e01 Skip browse editor test when yarn is not installed
- 6ddcd25 Update install instructions for homebrew-core
- a6562a6 Use upsert for notes to prevent UNIQUE constraint failure
- 57d0d1d Wrap raw errors from GetDependenciesWithDB in command layer
v0.15.0
Changelog
- 7fc749c Add devcontainer configuration
- 63e9765 Add git pkgs changelog command
- 180dba9 Auto-sync vulnerability data before scan
- 9d31e98 Bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0
- ab82856 Bump modernc.org/sqlite from 1.45.0 to 1.46.1
- f781fb8 Normalize path separators from git rev-parse on Windows
- 24b7729 Read Go version from go.mod in CI to match project requirements
- fe7219a Reduce memory usage in PrefetchDiffs and indexer loop
- 027fe4e Refuse removal of transitive dependencies
- b9f0a84 Replace go-git Log iterator with git rev-list in collectCommits
- 0e08449 Resolve gitDir via git rev-parse --git-common-dir
- 0d91a2b Update git-pkgs dependencies
- f51aadd Use go tool directive for golangci-lint instead of GitHub Action
v0.14.0
Changelog
- 6902e47 Accept PURLs as package arguments in more commands
- e0f105e Add Hugo doc generator for website command reference
- f36345c Add dependency chain example to resolve docs
- 01fbdac Add external plugin support
- 800edd6 Add resolve command for dependency graph output
- 5b4ec8c Add resolve documentation
- d23e780 Add urls command to show registry URLs for a package
- d27cd7e Add usage examples to resolve docs
- 6159f43 Bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5
- 78a5648 Bump internal module deps to latest tags
- 9cb16ea Default resolve output to tree format, add -f json flag
- f1d436f Fix diff not pairing version changes for duplicate packages
- e2d24b0 Fix plugin discovery and execution on Windows
- 2d8adcf Optimize indexer performance: cache eviction, parallel flushes, fast PURL construction
- c3e7eab Parse resolve output into normalized JSON with PURLs
- 4270c62 Update Go module dependencies