Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions release-notes.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
1.16.0:
version: 1.16.0
releaseNotes: |
First release of this fork of [criteo/command-launcher](https://github.com/criteo/command-launcher).
See the project README for context on why the fork exists.

# ✨ New Features
* **Runtime binary name.** Rename or copy the binary and the app identity follows the filename. Symlinks resolve to the original identity (shared config); copies become independent instances with their own config dir. `app_long_name` config key sets the display name without recompiling. (Upstream PR #195)
* **Named flags in `build.sh`.** `-v VERSION -n NAME -l LONG_NAME -o OUTPUT -b BUILD_NUMBER -r/--resign`. Legacy positional form still works. (Upstream PR #192)

# 📝 Documentation
* Fixed the Graphite metric path described in the provider guide (was off in segment count and metric leaves). (Upstream PR #198)

# 🔒️ Under the hood
* Go toolchain bumped to 1.26.3; `logrus`, `x/crypto`, and other deps bumped to latest. `govulncheck` reports no known vulnerabilities.
* Pre-existing latent format-string bugs in the update command path fixed.
* Module path renamed to github.com/jdevera/command-launcher.
startPartition: 0
endPartition: 9

1.15.1:
version: 1.15.1
releaseNotes: |
Expand Down
Loading