Skip to content

Commit

Permalink
Merge pull request #38 from getindata/release-0.3.3
Browse files Browse the repository at this point in the history
Release 0.3.3
  • Loading branch information
marrrcin authored Dec 8, 2022
2 parents d10265f + f5b34f4 commit c44deba
Show file tree
Hide file tree
Showing 8 changed files with 223 additions and 505 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3

[bumpversion:file:pyproject.toml]

Expand Down
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Kedro plugin with Azure ML Pipelines support
docs_url: https://kedro-azureml.readthedocs.io/
full_name: Kedro Azure ML Pipelines plugin
github_url: https://github.com/getindata/kedro-azureml
initial_version: 0.3.2
initial_version: 0.3.3
keywords:
- kedro
- mlops
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
working-directory: ./spaceflights
run: |
find "../dist" -name "*.tar.gz" | xargs -I@ cp @ kedro-azureml.tar.gz
echo "./kedro-azureml.tar.gz" >> src/requirements.txt
echo "kedro-docker" >> src/requirements.txt
echo -e "\n./kedro-azureml.tar.gz\n" >> src/requirements.txt
echo -e "kedro-docker\n" >> src/requirements.txt
sed -i '/kedro-telemetry/d' src/requirements.txt
echo $(cat src/requirements.txt)
pip install -r src/requirements.txt
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.3.3] - 2022-12-08

- Upgrade `azure-ai-ml` to `>=1.2.0` to adress code upload file ignore issues (see <https://github.com/Azure/azure-sdk-for-python/pull/27338#issuecomment-1337454472> and <https://github.com/getindata/kedro-azureml/issues/33>).

## [0.3.2] - 2022-12-02

- Add a control gate for Kedro environments before starting the pipeline in Azure ML (<https://github.com/getindata/kedro-azureml/issues/33>)
Expand Down Expand Up @@ -32,7 +36,9 @@

- Initial plugin release

[Unreleased]: https://github.com/getindata/kedro-azureml/compare/0.3.2...HEAD
[Unreleased]: https://github.com/getindata/kedro-azureml/compare/0.3.3...HEAD

[0.3.3]: https://github.com/getindata/kedro-azureml/compare/0.3.2...0.3.3

[0.3.2]: https://github.com/getindata/kedro-azureml/compare/0.3.1...0.3.2

Expand Down
2 changes: 1 addition & 1 deletion kedro_azureml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.2"
__version__ = "0.3.3"

import warnings

Expand Down
Loading

0 comments on commit c44deba

Please sign in to comment.