From eff01cb6ada77270316340ac888c522715999faa Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 26 Feb 2024 18:05:21 +0000 Subject: [PATCH] chore(release): 0.4.2 [skip ci] Automatically generated by semantic-release --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- deployer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d5cf9..f13d656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## 0.4.2 (2024-02-26) + +### Ci + +* ci: update changelog template (#154) ([`0f4e8c0`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0f4e8c041a405bc63b0c98f10b7bd4a786f5261e)) + +* ci: deploy docs when push on main (#151) ([`5a77249`](https://github.com/artefactory/vertex-pipelines-deployer/commit/5a772495f4c0661e697ec78b79658f241561e9b9)) + +### Documentation + +* docs: update cli reference (#150) ([`8925729`](https://github.com/artefactory/vertex-pipelines-deployer/commit/89257297a52713135505c7e2cd8a00311bd2f306)) + +### Enhancements + +* enh: deploy multiple pipelines at once (#149) ([`64aa9cd`](https://github.com/artefactory/vertex-pipelines-deployer/commit/64aa9cd2a7bb0121b902e6ebb914497e7f6aaf4b)) + +* enh: handle default values (#148) ([`032ef87`](https://github.com/artefactory/vertex-pipelines-deployer/commit/032ef87da96496c51967ee9a85d27ff62aefa9a4)) + +### Fix + +* fix: init command failing (#147) ([`df3fb3a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/df3fb3a1e96a8ea3be6b0bdbbad9005e18ba30ee)) + + ## 0.4.1 (2024-02-14) ### Build @@ -235,6 +258,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * ci: update ci trigger policy (#45) ([`f1171d2`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f1171d248ac329ee60f7d4100760f229105ac658)) +### Enhancements + +* enh: use pydantic settings to get deployment variables from env file instead of os.environ (#24) ([`879c14a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/879c14a168510e5388489e55b34399c9efe0eb45)) + ### Feature * feat: add rich display in console (#54) @@ -473,8 +500,6 @@ Automatically generated by python-semantic-release ([`0809df7`](https://github.c * doc: update CONTRIBUTE.md ([`05deb15`](https://github.com/artefactory/vertex-pipelines-deployer/commit/05deb15d9ed8e881d771f1a607bcfa7ceccdbaf5)) -* enh: use pydantic settings to get deployment variables from env file instead of os.environ (#24) ([`879c14a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/879c14a168510e5388489e55b34399c9efe0eb45)) - * Feat/switch logging to loguru (#20) * enh: use loguru instead of python logging diff --git a/deployer/__init__.py b/deployer/__init__.py index 3d26edf..df12433 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.4.1" +__version__ = "0.4.2" diff --git a/pyproject.toml b/pyproject.toml index 09027b0..064be53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vertex-deployer" -version = "0.4.1" +version = "0.4.2" description = "" authors = ["julesbertrand "] readme = "README.md"