Skip to content

Commit eff01cb

Browse files
author
github-actions
committed
chore(release): 0.4.2
[skip ci] Automatically generated by semantic-release
1 parent 17703d9 commit eff01cb

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33

44

5+
## 0.4.2 (2024-02-26)
6+
7+
### Ci
8+
9+
* ci: update changelog template (#154) ([`0f4e8c0`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0f4e8c041a405bc63b0c98f10b7bd4a786f5261e))
10+
11+
* ci: deploy docs when push on main (#151) ([`5a77249`](https://github.com/artefactory/vertex-pipelines-deployer/commit/5a772495f4c0661e697ec78b79658f241561e9b9))
12+
13+
### Documentation
14+
15+
* docs: update cli reference (#150) ([`8925729`](https://github.com/artefactory/vertex-pipelines-deployer/commit/89257297a52713135505c7e2cd8a00311bd2f306))
16+
17+
### Enhancements
18+
19+
* enh: deploy multiple pipelines at once (#149) ([`64aa9cd`](https://github.com/artefactory/vertex-pipelines-deployer/commit/64aa9cd2a7bb0121b902e6ebb914497e7f6aaf4b))
20+
21+
* enh: handle default values (#148) ([`032ef87`](https://github.com/artefactory/vertex-pipelines-deployer/commit/032ef87da96496c51967ee9a85d27ff62aefa9a4))
22+
23+
### Fix
24+
25+
* fix: init command failing (#147) ([`df3fb3a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/df3fb3a1e96a8ea3be6b0bdbbad9005e18ba30ee))
26+
27+
528
## 0.4.1 (2024-02-14)
629

730
### Build
@@ -235,6 +258,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu
235258

236259
* ci: update ci trigger policy (#45) ([`f1171d2`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f1171d248ac329ee60f7d4100760f229105ac658))
237260

261+
### Enhancements
262+
263+
* 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))
264+
238265
### Feature
239266

240267
* feat: add rich display in console (#54)
@@ -473,8 +500,6 @@ Automatically generated by python-semantic-release ([`0809df7`](https://github.c
473500

474501
* doc: update CONTRIBUTE.md ([`05deb15`](https://github.com/artefactory/vertex-pipelines-deployer/commit/05deb15d9ed8e881d771f1a607bcfa7ceccdbaf5))
475502

476-
* 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))
477-
478503
* Feat/switch logging to loguru (#20)
479504

480505
* enh: use loguru instead of python logging

deployer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vertex-deployer"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = ""
55
authors = ["julesbertrand <julesbertrand13@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)