Skip to content

Commit

Permalink
#10: Updated dependencies and prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed May 18, 2022
1 parent 3f35ee1 commit 2056dc9
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 39 deletions.
11 changes: 7 additions & 4 deletions doc/changes/changes_0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# script-languages-container-ci-setup 0.1.0, released t.b.d.
# script-languages-container-ci-setup 0.1.0, released 2020-05-18

Code name: t.b.d.
Code name: Initial release

## Summary

t.b.d.
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
Expand All @@ -23,4 +26,4 @@ n/a

## Refactoring

n/a
- #10: Updated dependencies and prepared release
75 changes: 46 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ authors = [
python = ">=3.8.0,<4.0"
click = "^8.1.3"
jinja2 = ">=3.1.0"
exasol_error_reporting_python = { git = "https://github.com/exasol/error-reporting-python.git", branch = "main" }
exasol_script_languages_container_tool = { url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.12.0/exasol_script_languages_container_tool-0.12.0-py3-none-any.whl" }
exasol-script-languages-container-ci = {git = "https://github.com/exasol/script-languages-container-ci.git", branch="main"}
exasol_error_reporting_python = { git = "https://github.com/exasol/error-reporting-python.git", branch = "0.2.0" }
exasol_script_languages_container_tool = { url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.13.0/exasol_script_languages_container_tool-0.13.0-py3-none-any.whl" }
exasol-script-languages-container-ci = {url = "https://github.com/exasol/script-languages-container-ci/releases/download/0.1.0/exasol_script_languages_container_ci-0.1.0-py3-none-any.whl"}

boto3 = "^1.22.0"
jsonschema = "^3.2.0"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
'boto3>=1.22.0,<2.0.0',
'click>=8.1.3,<9.0.0',
'exasol-script-languages-container-ci @ '
'git+https://github.com/exasol/script-languages-container-ci.git@main',
'https://github.com/exasol/script-languages-container-ci/releases/download/0.1.0/exasol_script_languages_container_ci-0.1.0-py3-none-any.whl',
'exasol_error_reporting_python @ '
'git+https://github.com/exasol/error-reporting-python.git@main',
'git+https://github.com/exasol/error-reporting-python.git@0.2.0',
'exasol_script_languages_container_tool @ '
'https://github.com/exasol/script-languages-container-tool/releases/download/0.12.0/exasol_script_languages_container_tool-0.12.0-py3-none-any.whl',
'https://github.com/exasol/script-languages-container-tool/releases/download/0.13.0/exasol_script_languages_container_tool-0.13.0-py3-none-any.whl',
'jinja2>=3.1.0',
'jsonschema>=3.2.0,<4.0.0']

Expand Down

0 comments on commit 2056dc9

Please sign in to comment.