diff --git a/.github/workflows/check_ci.yaml b/.github/workflows/check_ci.yaml index e3d6121..dcf64be 100644 --- a/.github/workflows/check_ci.yaml +++ b/.github/workflows/check_ci.yaml @@ -1,10 +1,6 @@ name: Run Unit Tests -on: - push: - branches: - - main - pull_request: +on: [push] jobs: check_setup_py: @@ -12,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-python@v2 with: python-version: 3.8 diff --git a/.github/workflows/check_setup_py.yaml b/.github/workflows/check_setup_py.yaml index 52c654f..71b6564 100644 --- a/.github/workflows/check_setup_py.yaml +++ b/.github/workflows/check_setup_py.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-python@v2 with: python-version: 3.8 diff --git a/.github/workflows/check_version.yaml b/.github/workflows/check_version.yaml index c26644e..0b2e71f 100644 --- a/.github/workflows/check_version.yaml +++ b/.github/workflows/check_version.yaml @@ -6,7 +6,7 @@ jobs: check-version-numbers: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Python 3.8 diff --git a/.github/workflows/release_droid_upload_github_release_assets.yml b/.github/workflows/release_droid_upload_github_release_assets.yml index b718f17..142e89c 100644 --- a/.github/workflows/release_droid_upload_github_release_assets.yml +++ b/.github/workflows/release_droid_upload_github_release_assets.yml @@ -11,7 +11,7 @@ jobs: check-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Python 3.8 for integration-test-docker-environment @@ -29,7 +29,7 @@ jobs: needs: check-release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Python 3.8 uses: actions/setup-python@v2 diff --git a/.github/workflows/shellcheck.yaml b/.github/workflows/shellcheck.yaml index 80cb2f6..4e962f7 100644 --- a/.github/workflows/shellcheck.yaml +++ b/.github/workflows/shellcheck.yaml @@ -10,6 +10,6 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run shellcheck run: ./scripts/build/shellcheck.sh diff --git a/.gitignore b/.gitignore index ee81b21..0c5b968 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea .pytest_cache .gitignore +dist diff --git a/doc/changes/changes_0.2.0.md b/doc/changes/changes_0.2.0.md index 59a4fc4..2d5bc70 100644 --- a/doc/changes/changes_0.2.0.md +++ b/doc/changes/changes_0.2.0.md @@ -1,10 +1,10 @@ -# script-languages-container-ci-setup 0.2.0, released t.b.d. +# script-languages-container-ci-setup 0.2.0, released 2022-05-25 -Code name: t.b.d. +Code name: Use script-languages-container-tool 0.14.0 and bugfix for CI webhook filter ## Summary -t.b.d. +This release updates to script-languages-container-tool 0.14.0 and contains a minor bugfix for the ci build webhook filter. ## Bug Fixes @@ -13,7 +13,7 @@ t.b.d. ## Features / Enhancements -n/a + - #16: Updated script-languages-container-tool ## Documentation diff --git a/poetry.lock b/poetry.lock index 9368ef0..f0f0d69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -216,7 +216,7 @@ url = "https://github.com/exasol/integration-test-docker-environment/releases/do [[package]] name = "exasol-script-languages-container-ci" -version = "0.1.0" +version = "0.2.0" description = "Implements CI builds for script-language-container." category = "main" optional = false @@ -225,16 +225,16 @@ python-versions = ">=3.8.0,<4.0" [package.dependencies] click = ">=8.0.3,<9.0.0" exasol-integration-test-docker-environment = {url = "https://github.com/exasol/integration-test-docker-environment/releases/download/0.11.0/exasol_integration_test_docker_environment-0.11.0-py3-none-any.whl"} -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_tool = {url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.14.0/exasol_script_languages_container_tool-0.14.0-py3-none-any.whl"} GitPython = ">=3.1.0" PyGithub = ">=1.55.0,<2.0.0" [package.source] type = "url" -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" +url = "https://github.com/exasol/script-languages-container-ci/releases/download/0.2.0/exasol_script_languages_container_ci-0.2.0-py3-none-any.whl" [[package]] name = "exasol-script-languages-container-tool" -version = "0.13.0" +version = "0.14.0" description = "Script Languages Container Tool" category = "main" optional = false @@ -247,7 +247,7 @@ importlib-resources = ">=5.4.0" [package.source] type = "url" -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" +url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.14.0/exasol_script_languages_container_tool-0.14.0-py3-none-any.whl" [[package]] name = "gitdb" version = "4.0.9" @@ -843,7 +843,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.8.0,<4.0" -content-hash = "da242f0b3f026049f941cf31a8abaabae8ec1f6e12637af0c76b2a5df8e54724" +content-hash = "e8e209028c26f5d6921e06b7047e48eafb0d9bd1d635590ed003cc1f9429d53f" [metadata.files] atomicwrites = [ diff --git a/pyproject.toml b/pyproject.toml index fad834d..bf68f9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ 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 = "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"} +exasol_script_languages_container_tool = { url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.14.0/exasol_script_languages_container_tool-0.14.0-py3-none-any.whl" } +exasol-script-languages-container-ci = {url = "https://github.com/exasol/script-languages-container-ci/releases/download/0.2.0/exasol_script_languages_container_ci-0.2.0-py3-none-any.whl"} boto3 = "^1.22.0" jsonschema = "^3.2.0" diff --git a/setup.py b/setup.py index c3a019b..573f5d7 100644 --- a/setup.py +++ b/setup.py @@ -16,11 +16,11 @@ 'boto3>=1.22.0,<2.0.0', 'click>=8.1.3,<9.0.0', 'exasol-script-languages-container-ci @ ' - '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', + 'https://github.com/exasol/script-languages-container-ci/releases/download/0.2.0/exasol_script_languages_container_ci-0.2.0-py3-none-any.whl', 'exasol_error_reporting_python @ ' '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.13.0/exasol_script_languages_container_tool-0.13.0-py3-none-any.whl', + 'https://github.com/exasol/script-languages-container-tool/releases/download/0.14.0/exasol_script_languages_container_tool-0.14.0-py3-none-any.whl', 'jinja2>=3.1.0', 'jsonschema>=3.2.0,<4.0.0']