Skip to content

feat(channels): Log CLI version on startup and dedupe scheduler log#481

Merged
edenreich merged 1 commit intomainfrom
feat/channels-manager-version-log
Apr 30, 2026
Merged

feat(channels): Log CLI version on startup and dedupe scheduler log#481
edenreich merged 1 commit intomainfrom
feat/channels-manager-version-log

Conversation

@edenreich
Copy link
Copy Markdown
Contributor

@edenreich edenreich commented Apr 30, 2026

Summary

  • Adds a Starting channels-manager log line at the top of infer channels-manager that includes version, commit, and build_date (sourced from the existing cmd.version/cmd.commit/cmd.date vars populated via -ldflags -X), so operators can see which release is running in pod/container logs.
  • Removes the duplicate Scheduler started log emitted from cmd/channels.go — the scheduler service already logs the same event from internal/services/scheduler/scheduler.go with richer dir + jobs fields.

Closes #470

Add a startup log line in `infer channels-manager` that includes the
CLI version, commit, and build date so operators can confirm which
release is running (e.g. in Kubernetes pod logs). Also drop the
duplicate "Scheduler started" log emitted from cmd/channels.go — the
scheduler service already logs the same event with richer fields.

Closes #470
@edenreich edenreich merged commit 68c9063 into main Apr 30, 2026
5 checks passed
@edenreich edenreich deleted the feat/channels-manager-version-log branch April 30, 2026 12:50
inference-gateway-releaser-bot Bot pushed a commit that referenced this pull request Apr 30, 2026
## [0.107.0](v0.106.3...v0.107.0) (2026-04-30)

### 🚀 Features

* **channels:** Log CLI version on startup and dedupe scheduler log ([#481](#481)) ([68c9063](68c9063)), closes [#470](#470)

### 🧹 Maintenance

* **nix:** Update package to v0.106.3 ([#480](#480)) ([3a5d7ac](3a5d7ac))
@inference-gateway-releaser-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.107.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] When using the channel-manager the version of the CLI is outputted in the log

1 participant