Skip to content

Commit

Permalink
2.67.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Oct 7, 2024
1 parent c1e26ca commit e8de4b3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# CHANGELOG

## v2.67.0 (2024-10-07)

### Chore

* chore(test): cache contains less variables

RHINENG-7872 ([`c1e26ca`](https://github.com/RedHatInsights/vmaas/commit/c1e26caa6aa7ee4cb34282371af6d59985e19da3))

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

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

* chore: trigger stage deployment ([`e5984d3`](https://github.com/RedHatInsights/vmaas/commit/e5984d351ad4aece2ddb5aee0d28bf0c89ca9644))

### Feature

* feat: drop oval tables

RHINENG-7872 ([`382bae7`](https://github.com/RedHatInsights/vmaas/commit/382bae705601d5f58190c2505e6d137e9bbb4e92))

* feat: remove oval env variables

RHINENG-7872 ([`6c860bf`](https://github.com/RedHatInsights/vmaas/commit/6c860bfb244dd9d4e95df661e5b262a5ce5abc61))

* feat: remove oval download,parse,store

RHINENG-7872 ([`18acfe6`](https://github.com/RedHatInsights/vmaas/commit/18acfe6f20347ba1ff0acde8e939425b7f305f20))

* feat: remove oval export

RHINENG-7872 ([`a6f5ba7`](https://github.com/RedHatInsights/vmaas/commit/a6f5ba7a1d9a032c7ea4e9a2a341599b7dd95b94))

* feat: remove oval reposcan api

RHINENG-7872 ([`0110356`](https://github.com/RedHatInsights/vmaas/commit/0110356d1f8ff8e2466b2608b550d06b2e8ad570))

* feat: remove oval from webapp

RHINENG-7872 ([`383d28b`](https://github.com/RedHatInsights/vmaas/commit/383d28b271bfb6422d41063674c144f0fed0a5aa))

## v2.66.1 (2024-10-01)

### Fix
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.66.1"
version = "2.67.0"
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.66.1"
VMAAS_VERSION = "2.67.0"

0 comments on commit e8de4b3

Please sign in to comment.