Skip to content

Tags: replicate/cog

Tags

v0.17.2

Toggle v0.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.17.2 (#2903)

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: 0.17.1 (#2877)

Signed-off-by: Mark Phelps <[email protected]>

v0.17.0

Toggle v0.17.0's commit message
Bump version to 0.17.0

v0.17.0-rc.4

Toggle v0.17.0-rc.4's commit message
Bump version to 0.17.0-rc.4

v0.17.0-rc.3

Toggle v0.17.0-rc.3's commit message
Bump version to 0.17.0-rc.3

v0.17.0-rc.2

Toggle v0.17.0-rc.2's commit message
chore: bump version to 0.17.0-rc.2

v0.17.0-rc.1

Toggle v0.17.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: log coglet build info and SDK version at startup (#2829)

* feat: log coglet build info and SDK version at startup

Print coglet version, git sha, dirty flag, build time, and debug/release
mode to logs on boot. Also log cog SDK and Python versions.

Expose git_sha and build_time in the /health-check response so running
containers can be identified without log access.

Add COGLET_GIT_DIRTY to build.rs and track .git/index for rebuild on
staging changes.

* refactor: rename 'cog' to 'python_sdk' in VersionInfo

Align with naming convention: 'cog' is the suite, 'coglet' is the
in-container server, 'python_sdk' is the SDK models are built on.

* fix: clean:go now removes dist/go/, add build summary

clean:go was removing ./cog (legacy path) but build:cog outputs to
dist/go/*/cog, so 'mise clean && mise build' left a stale CLI binary.

Also add a _build_summary task that prints artifact paths and versions
after 'mise build'.

* fix: update test assertion to match renamed python_sdk version field

v0.16.12

Toggle v0.16.12's commit message

Verified

This tag was signed with the committer’s verified signature.
meatballhat-cf Daniel Buch
Tagging v0.16.12

v0.17.0-beta2

Toggle v0.17.0-beta2's commit message

Verified

This tag was signed with the committer’s verified signature.
tempusfrangit Morgan Fainberg
Prerelease 0.17.0 (beta2)

v0.17.0-beta1

Toggle v0.17.0-beta1's commit message

Verified

This tag was signed with the committer’s verified signature.
tempusfrangit Morgan Fainberg
prerelease of cog 0.17.0 (beta1) with coglet server