All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added the new
kraken
command to perform project code generation - Added support for module code generation via the
kraken
command - Added support for extension code generation via the
kraken
command - Added support for app entry-point code generation via the
kraken
command
- Updated README to document code generation
- Support multiple extension opbjects in one extension package
- Relocated some common tasks for module init into core
- Removed the old, no-longer functional
kraken-builder
command
- Fixed an issue where state lookups for enum v alues would fail with improper URLShift usage
- Added this changelog (
CHANGELOG.md
) - Added a submodule for
krakenctl
at utils/krakenctl
- Submodules now use relative paths so we don't accidentally
- Semantic versioning started. Note: this project has been in dev for some time, but never previously versioned.
- Migrate from github.com/hpc/kraken to github.com/kraken-hpc/kraken
- Split-out modules & extensions that are not "core" to the kraken framework