Skip to content

Releases: ai-dynamo/snapshot

v0.1.0

Choose a tag to compare

@Ronkahn21 Ronkahn21 released this 07 Sep 07:24
69535c5

What's Changed

New Contributors

Read more

v0.1.0-rc2

v0.1.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@Ronkahn21 Ronkahn21 released this 04 Sep 06:46
4edd06f

What's Changed

New Contributors

Full Changelog: https://github.com/ai-dynamo/snapshot/commits/v0.1.0-rc2

Snapshot v0.1.0-rc.1

Snapshot v0.1.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@Ronkahn21 Ronkahn21 released this 01 Sep 06:05
2a9a63c

What's Changed

New Contributors

Full Changelog: https://github.com/ai-dynamo/snapshot/commits/v0.1.0-rc.1

v0.1.0-alpha.1

v0.1.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@Ronkahn21 Ronkahn21 released this 16 Aug 11:11
7510d97
build(agent): bump Go 1.26.5 references to 1.26.6 (#60)

agent/Dockerfile's GO_VERSION build-arg default and hack/tools.mk's
GO_VERSION make variable were still 1.26.5, predating go.mod's
`go 1.26.6` requirement bumped in cd5ca84. hack/tools.mk's GO_VERSION
is the actual value docker-build-agent passes as --build-arg (it
overrides the Dockerfile default), so the container's `go mod download`
failed with "go.mod requires go >= 1.26.6 (running go 1.26.5;
GOTOOLCHAIN=local)".

Signed-off-by: Oleg Kushniriov <okushniriov@nvidia.com>