kratos changelog
Get Kratos release notes or commits information from the GitHub repository.Usage
Description
Thechangelog command retrieves release information or commit history from the Kratos GitHub repository. You can view the latest release notes, a specific version’s changelog, or recent development commits.
Arguments
The version to get changelog for. Can be:
latest- Get the most recent release (default)dev- Get recent commits from the development branchv2.x.x- Get a specific version’s release notes
Flags
GitHub repository URLShort flag:
-rEnvironment Variables
GitHub personal access token for API authentication (optional but recommended to avoid rate limits)
Override the default Kratos repository URL
Examples
Get Latest Release Notes
Get Development Commits
Get Specific Version
Use Custom Repository
With GitHub Token
Output Format
The command outputs:- For releases: Version number, release date, and release notes/changelog
- For dev commits: List of recent commits with commit hashes, authors, and commit messages
Use Cases
Check What's New
See new features and fixes in the latest release
Version Planning
Review changes before upgrading to a new version
Development Tracking
Monitor recent commits and upcoming features
Release Notes
Generate changelog information for documentation
Notes
The command fetches data from GitHub’s API. Without a
GITHUB_TOKEN, you may hit rate limits after a few requests.Related Commands
kratos upgrade- Upgrade Kratos CLI and toolskratos new- Create a new project with the latest version