Skip to content

Commit

Permalink
2.64.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Sep 25, 2024
1 parent 617fe70 commit 78ccf8c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# CHANGELOG

## v2.64.2 (2024-09-25)

### Chore

* chore(deps): update grafana/grafana docker tag to v11

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`68130f4`](https://github.com/RedHatInsights/vmaas/commit/68130f44c429f4cb5ea2188b97a19a2e1104b1b7))

* chore: update dependencies

RHINENG-12514 ([`24b9f05`](https://github.com/RedHatInsights/vmaas/commit/24b9f050877d35df6d58ad557c98ca1506921203))

* chore: use ubi9

RHINENG-12543

RHINENG-12556 ([`7b783e5`](https://github.com/RedHatInsights/vmaas/commit/7b783e5c8f580cd450af96f4ea7589633a84917e))

### Fix

* fix: remove removed csaf files from db

RHINENG-12773 ([`617fe70`](https://github.com/RedHatInsights/vmaas/commit/617fe70ef7c82904fbd8f8333621b9e9574223a8))

### Unknown

* Red Hat Konflux update vmaas
Signed-off-by: red-hat-konflux <[email protected]> ([`c47fdab`](https://github.com/RedHatInsights/vmaas/commit/c47fdab9db98686bb7cde8c5840f89537e3fb72b))

## v2.64.1 (2024-09-18)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commit_author = "vmaas-bot <[email protected]>"

[tool.poetry]
name = "vmaas"
version = "2.64.1"
version = "2.64.2"
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.64.1"
VMAAS_VERSION = "2.64.2"

0 comments on commit 78ccf8c

Please sign in to comment.