diff --git a/CHANGELOG.md b/CHANGELOG.md index b91711d..9852bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,88 @@ -## v0.0.1 (2023-10-03) +## v0.1.0 (2023-10-05) + +### Chore + +* chore(release): 0.1.0 (#55) ([`b59830e`](https://github.com/artefactory/vertex-pipelines-deployer/commit/b59830e8ac8278cac26154668e8653820dab3f2b)) + +* chore: update release version tag format and commit message (#50) ([`b635287`](https://github.com/artefactory/vertex-pipelines-deployer/commit/b6352871a1b4dc8e53402b49bb4380322f3a4075)) ### Ci +* ci: upload release to gcs (#56) + +* ci: update version_variables and changelog patterns for release + +* ci: upload release to gcs bucket + +* ci: update ci actions version ([`e7119db`](https://github.com/artefactory/vertex-pipelines-deployer/commit/e7119db2f67c23c279c52db10b494ee903b2a3d9)) + * ci: update ci trigger policy (#45) ([`f1171d2`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f1171d248ac329ee60f7d4100760f229105ac658)) +### Feature + +* feat: add rich display in console (#54) + +* feat: add console status for deploy command and console output for check + +* enh: remove empty columns from rich table + +* fix: rm time.sleep from code + +* enh: use dataclass as row for pipeline checks and group errors by config path + +* fix: make rich mandatory as dependency + +* fix: typing error in python 3.8 + +* enh: rename config_path as config_file ([`6753402`](https://github.com/artefactory/vertex-pipelines-deployer/commit/675340220076aa19c0bc63539193403512ec721f)) + ### Fix +* fix: scheduling tag retrieval (#59) ([`11347ba`](https://github.com/artefactory/vertex-pipelines-deployer/commit/11347baac2a40c36dafc607e3536a9c6b666f73d)) + +* fix: misc code improvements (#58) + +* enh: add version callback for app + +* test: add integration test for root command in CI + +* doc: update README with installation from gcs guidelines + +* doc: fix typos in readme + +* enh: add possibility to use either --config-filepath or --config-name + +* fix: log the right experiment name + +* fix: check that cron arg is not empty string + +* doc: add doc about cron job format in cli + +* feat: add rich display for pipeline list command + +* chore: rename version_callback to display_version_and_exit + +* fix: typer bad parameter raised immediatelty after cli call in deploy command ([`0226088`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0226088da0177e1b162a3ed8d49c8631e0e0647e)) + +* fix: misc typing and logging typos (#52) + +* fix: logging disable in checks + +* fix: VertexPipelineDeployer type hints and paths construction ([`c80aeb1`](https://github.com/artefactory/vertex-pipelines-deployer/commit/c80aeb1795b022dcd9712cd62d62dc225d4eed29)) + * fix: rm unused files (#5) ([`e220dc8`](https://github.com/artefactory/vertex-pipelines-deployer/commit/e220dc88d243e5c484e34b19edb10f639ae401ba)) * fix: readme typos (#4) ([`3ebcf4a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/3ebcf4af0ddd318160c677b4ce38852796aa61b0)) ### Unknown +* 0.0.1 + +Automatically generated by python-semantic-release ([`0809df7`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0809df7156fbbd5b5497021fe0bafb283b5cba64)) + * Release v0.1.0 (#48) ([`a3c18df`](https://github.com/artefactory/vertex-pipelines-deployer/commit/a3c18df36af02d64f64a493abbdfca18d5413def)) * Ci: Update Continuous Deployment (CD) Trigger Policy and Documentation (#47) diff --git a/deployer/__init__.py b/deployer/__init__.py index f102a9c..3dc1f76 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.1.0"