Skip to content

Commit

Permalink
2.69.15
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Nov 14, 2024
1 parent 70d3301 commit 7d70fb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v2.69.15 (2024-11-14)

### Continuous Integration

- Revert image temporarily until konflux is stable enough
([`70d3301`](https://github.com/RedHatInsights/vmaas/commit/70d330112ecb4556d27c83644cdcd05290164aef))


## v2.69.14 (2024-11-12)

### 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.14"
version = "2.69.15"
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.14"
VMAAS_VERSION = "2.69.15"

0 comments on commit 7d70fb1

Please sign in to comment.