Releases: exasol/script-languages-container-ci
1.1.0: Updated script-languages-container-tool to 0.17.0
Script-Languages-Container-CI 1.1.0, 2023-05-16
Code name: Updated script-languages-container-tool to 0.17.0
Summary
Updated script-languages-container-tool to 0.17.0 and removed setup.py
Bug Fixes
n/a
Features / Enhancements
n/a
Documentation
n/a
Refactoring
1.0.0: Fixed a bug where only the builds would run
script-languages-container-ci 1.0.0, released 2023-03-27
Code name: Fixed a bug where only the builds would run
Summary
This release fixed a bug where only the builds would run. Furthermore, the library now uses the API of the script-languages-container-tool instead of the CLI commands.
Bug Fixes
- #25: Commands stop after building the flavor
Features / Enhancements
- #26: Prepare release on PyPi
Documentation
n/a
Refactoring
- #4: Use the exaslct python api instead of the cli commands
0.6.0: Updated to exaslct 0.16.0 and ITDE 1.4.0
Summary
This release updated to script-languages-container-tools 0.16.0 and integration-test-docker-environment 1.4.0.
Furthermore, both dependencies are now pulled from pypi instead of the Github release.
Bug Fixes
n/a
Features / Enhancements
n/a
Documentation
n/a
Refactoring
- #22: Update to ITDE 1.4.0 and exaslct 0.16.0 and use PyPi packages instead of the wheels from Github for them
0.5.0: Updated exaslct to 0.15.0
Summary
This release updated to script-languages-container-tools version 0.15.0
Bug Fixes
n/a
Features / Enhancements
n/a
Documentation
n/a
Refactoring
- #19: Updated exaslct to 0.15.0
0.4.0: Changed git history analysis
Summary
This release checks for the word '[rebuild]' in the commit message and the ci checks all new commits to evaluate the need to build and test.
Bug Fixes
n/a
Features / Enhancements
- #11: Improved control of CI builds
Documentation
n/a
Refactoring
n/a
0.3.0: Fix docker credentials on CI tests
Summary
This release fixes a bug where the docker credentials were not set when running ci tests.
Bug Fixes
- #16: fixed Docker credentials when running ci tests
Features / Enhancements
n/a
Documentation
n/a
Refactoring
n/a
0.2.0: Use script-languages-container-tool 0.14.0
Summary
This release uses script-languages-container-tool 0.14.0.
Bug Fixes
n/a
Features / Enhancements
- #14: Updated script-languages-container-tool
Documentation
n/a
Refactoring
n/a
0.1.0: Initial release
Summary
This is the first release of script-languages-container-ci. It provides two basic commands: run-ci
and run-release
.
Bug Fixes
n/a
Features / Enhancements
- #1: Add initial implementation of run-ci
- #5: Added skipping builds for unaffected folders
- #7: Renamed CI GH Actions
- #9: Implemented run-release command
Documentation
n/a
Refactoring
- #12: Used script-language-container-tool 0.13.0 and prepared release