Skip to content

Commit

Permalink
2.64.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Sep 18, 2024
1 parent fe87412 commit 158fb99
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

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

### Chore

* chore(ephemeral): remove --no-remove-resources

RHINENG-11573 ([`68e9d39`](https://github.com/RedHatInsights/vmaas/commit/68e9d39799b96b869c5bc46c21778a5322245b68))

### Fix

* fix(webapp): don't show repositories without changed packages

repository may be re-generated but no RPM erratum added
(push of container images triggers RPM repodata re-generation) ([`fe87412`](https://github.com/RedHatInsights/vmaas/commit/fe87412522f3e025af5ddc1f2d8e32f4522781c1))

## v2.64.0 (2024-09-03)

### 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.0"
version = "2.64.1"
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.0"
VMAAS_VERSION = "2.64.1"

0 comments on commit 158fb99

Please sign in to comment.