Releases: carsdotcom/skelebot
Releases · carsdotcom/skelebot
Version 1.8.4
pip install skelebot==1.8.4
This Release Includes:
- Exception handling for plugins will quarantine any plugins that fail to load properly
- Added a version param for displaying the version number of Skelebot via CLI
- Support for combined R+Python Projects
- Updated scaffolding options to allow for combined R+Python Projects
- Fixed bug to allow kabob-case parameters to be built into the command properly
Version 1.7.4
pip install skelebot==1.7.4
This Release Includes:
- Install python dependencies from git and files
- Changed PyPI GitHub Action to use token instead of password
- bugfix: in the get_env() function in skelebot.py to handle base skelebot args/parameters
- Increase test coverage to 99%
- Append env to image name if present
- Added requirements.txt as single source of truth for dependencies
- Update PyPI workflow to trigger on prereleases only
Version 1.6.2
pip install skelebot==1.6.2
This Release Includes:
- Upload skelebot releases to PyPI via GitHub Action.
- Properly centering the project title logo image with GitHub specific markdown html
- Adds optional docker RUN commands property to root config that are executed after dependencies are installed
Version 1.5.3
pip install skelebot==1.5.3
This Release Includes:
- Explicitly setting versions for coverage and pytest dependencies
- Use colorama for cross-platform colored output
- Adds a new Registry component to store registry info for publishing skelebot generated images
- Adds docker login function to login to a given registry host
- Adds docker push function to tag and push images to the specified registry
- Updated the jobs to execute the commands given in source as it is
- Returns an error message when attempting to use an env that does not exist
- Adds a library into the python base image that is needed for certain python packages
- BugFix: where the parsing of the skelebot --env param could conflict with params on jobs
Version 1.3.0
pip install skelebot==1.3.0
This Release Includes:
- Prime Parameter to Save Image to File
Version 1.2.1
pip install skelebot==1.2.1
This Release Includes:
- Docker Run fix for Windows
- Primary Job Improvements
- Better Code Coverage with Unit Tests
Version 1.1.1
pip install skelebot==1.1.1
This Release Includes:
- Project Linting
- README Badges
- Bash Exec Improvements
- Yaml Validation
- Artifactory Component BugFix
Version 1.0.1
pip install skelebot==1.0.1
This release includes:
- Artifactory Bugfix
- Explicit Dependency Versions
Version 1.0.0
pip install skelebot==1.0.0
This is the first stable release of Skelebot CLI.