No description
Find a file
2026-01-19 16:52:47 +00:00
.github Dependencies: switch to weekly with cooldown 2025-11-26 11:46:14 +00:00
cmd BREAKING: GitTag now returns commit ID too 2025-12-22 12:46:22 +00:00
internal Fix module path after major version bump 2025-11-20 14:25:13 +00:00
.gitignore Initial version: image + git support 2024-12-17 22:32:58 +00:00
alpine.go BREAKING: GitTag now returns commit ID too 2025-12-22 12:46:22 +00:00
CHANGELOG.md BREAKING: GitTag now returns commit ID too 2025-12-22 12:46:22 +00:00
git.go BREAKING: GitTag now returns commit ID too 2025-12-22 12:46:22 +00:00
go.go BREAKING: GitTag now returns commit ID too 2025-12-22 12:46:22 +00:00
go.mod Bump github.com/csmith/apkutils/v2 from 2.1.1 to 2.1.2 2026-01-19 14:19:28 +00:00
go.sum Bump github.com/csmith/apkutils/v2 from 2.1.1 to 2.1.2 2026-01-19 14:19:28 +00:00
images.go BREAKING: GitTag now returns commit ID too 2025-12-22 12:46:22 +00:00
LICENCE Initial version: image + git support 2024-12-17 22:32:58 +00:00
postgres.go BREAKING: GitTag now returns commit ID too 2025-12-22 12:46:22 +00:00
README.md Remove examples in favour of commands 2025-08-03 15:21:45 +01:00
tags.go Fix module path after major version bump 2025-11-20 14:25:13 +00:00

Latest

Latest is a Go library to help you find the latest available versions of things.

It currently supports finding the:

  • Latest tag in a git repository
  • Latest tag in a container image repository
  • Latest digest of a tag in a container image repository
  • Latest release of Go (along with download URL and checksum)
  • Latest release of Postgres (along with download URL and checksum)
  • Latest release of Alpine Linux (along with download URL and checksum)
  • Latest version of an Alpine package (along with download URL and dependencies)
  • Latest info for all Alpine packages in a repository

For examples of each, see the cmd directory.

Contributions of/requests for other sources welcome!