Skip to content

Commit

Permalink
2.69.30
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Jan 6, 2025
1 parent 77293f2 commit 8bc06b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v2.69.30 (2025-01-06)

### Chores

- Avoid adding other files in /tmp to build context
([`1644781`](https://github.com/RedHatInsights/vmaas/commit/16447818fb148cd56b82bc7ce3cbdcd6c39782ce))

- Update deps
([`77293f2`](https://github.com/RedHatInsights/vmaas/commit/77293f22b508b3cf34c911827ab4a722cdfb7188))

Closes #1202 Closes #1208 Closes #1209 Closes #1210 Closes #1211 Closes #1212 Closes #1213 Closes
#1215 Closes #1216 Closes #1218

- Update to poetry 2.0
([`97b2bb3`](https://github.com/RedHatInsights/vmaas/commit/97b2bb30cab6e213366eea01c4e4b2d410725173))


## v2.69.29 (2025-01-04)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ patch_tags = ["build", "chore", "ci", "fix", "perf", "refactor"]

[tool.poetry]
name = "vmaas"
version = "2.69.29"
version = "2.69.30"
description = ""
authors = [""]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion vmaas/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Common constants declaration module.
"""

VMAAS_VERSION = "2.69.29"
VMAAS_VERSION = "2.69.30"

0 comments on commit 8bc06b6

Please sign in to comment.