Skip to content

Commit

Permalink
Merge pull request #565 from vrdel/devel
Browse files Browse the repository at this point in the history
Version 3.4.9
  • Loading branch information
kkoumantaros authored Aug 3, 2023
2 parents 89e5ec0 + 31e3d30 commit 7c7cccc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
# Changelog

## [3.4.8] - 2023-07-06
## [3.4.9] - 2023-08-03

### Added

* ARGO-4358 Add command validation to probe candidate API view
* ARGO-4359 Add service type field to probe candidate model
* ARGO-4360 Add devel UI URL field to probe candidate model
* ARGO-4361 Add production UI URL field to probe candidate model

### Fixed

* ARGO-4363 Configure setup.py to include new DB backup script into wheel package

### Changed

* ARGO-4362 Simplify db backup in POEM
* ARGO-4354 Remove internal metrics from token protected YUM repos API view

## [3.4.8] - 2023-07-06

### Added

* ARGO-3573 Introduce negation feature for topology entity filter
* ARGO-3574 Introduce wildcard specification for topology entity filter
* ARGO-4241 Mark that tenant is combined tenant
* ARGO-4242 Option to combine two existing profiles from different tenants
* ARGO-4276 API endpoints to integrate probes to the Monitoring service
* ARGO-4318 View in POEM for probe candidates

### Fixed

* ARGO-4230 Error not displayed on metric override page
Expand Down
1 change: 1 addition & 0 deletions poem/static/rest_framework/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions poem/static/rest_framework/css/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions poem/static/rest_framework/js/jquery-3.5.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_files(install_prefix, directory):


setup(name=NAME,
version='3.4.8',
version='3.4.9',
description='Reports, Profiles, Probes and Metric Configuration Management (POEM) for ARGO Monitoring framework.',
author='SRCE',
author_email='[email protected], [email protected]',
Expand Down

0 comments on commit 7c7cccc

Please sign in to comment.