Skip to content

Releases: exasol/script-languages-container-ci-setup

0.6.0: Update exaslct to 0.15.0

30 Aug 09:48
fd7de4b
Compare
Choose a tag to compare

Summary

This release updated to script-languages-container-tools version 0.15.0

Bug Fixes

n/a

Features / Enhancements

  • #27: Removed PR-Merge from Webhook-Filter

Documentation

n/a

Refactoring

  • #31: Updated exaslct and script-languages-container-ci

0.5.0: Update script-languages-container-ci 0.4.0

15 Jun 07:41
967949c
Compare
Choose a tag to compare

Summary

This releases updates to Update script-languages-container-ci 0.4.0.

Bug Fixes

  • #25: Updateed script-languages-container-ci

Features / Enhancements

n/a

Documentation

n/a

Refactoring

n/a

0.4.0: Fix batch buildspec entries.

08 Jun 14:17
bc75340
Compare
Choose a tag to compare

Summary

This releases fixes the batch buildspec entries for CI-builds.

Bug Fixes

  • #22: Fixed batch buildpsec entry and use medium machine for CI builds again

Features / Enhancements

n/a

Documentation

n/a

Refactoring

n/a

0.3.0: Change AWS machine for CI builds

08 Jun 07:54
9709d90
Compare
Choose a tag to compare

Summary

This release uses larger AWS machines for the CI builds and fixes a bug which prevents the CI build to run on master or develop branch.

Bug Fixes

  • #18: Fixed source trigger for master and develop for CI builds

Features / Enhancements

  • #19: Changed AWS machine for running CI builds

Documentation

n/a

Refactoring

n/a

0.2.0: Use script-languages-container-tool 0.14.0 and bugfix for CI webhook filter

25 May 14:34
f08a692
Compare
Choose a tag to compare

Summary

This release updates to script-languages-container-tool 0.14.0 and contains a minor bugfix for the ci build webhook filter.

Bug Fixes

  • #14: Added develop branch to webhook filter

Features / Enhancements

  • #16: Updated script-languages-container-tool

Documentation

n/a

Refactoring

n/a

0.1.0: Initial release

18 May 15:23
d404eb1
Compare
Choose a tag to compare

Summary

This is the first release of script-languages-container-ci-setup. It supports 3 different command groups:

  1. Generation of AWS buildspec yaml file for script-languages project which will be used on AWS Codebuild builds
  2. Deployment of AWS Cloudformation stacks which will be used for the CI builds
  3. Triggering of AWS Codebuilds (for example to create a release, manually start a CI build)

Bug Fixes

  • #7: Fix ci build for commits which only contain changes in build_config -> ignore-paths

Features / Enhancements

  • #1: Implement codebuild deployment and buildspec generation
  • #3: Added release code build
  • #4: Added run-ci command

Documentation

n/a

Refactoring

  • #10: Updated dependencies and prepared release