Skip to content

Commit 2157bc6

Browse files
authored
Merge pull request #52 from kaggis/prep-v2
Prep v2.0.0
2 parents 190fb6c + 7b286fe commit 2157bc6

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
All notable changes in argo-alert project are documented here
44

5-
## 1.0.0 - (2023-02-02)
5+
## [v2.0.0](https://github.com/FC4E-CAT/fc4e-cat-ui/releases/tag/v2.0.0) - (2025-07-24)
6+
7+
### Added:
8+
- ARGO-5020 Add endpoint-type and ui-path-group parameters ([#49](https://github.com/ARGOeu/argo-alert/pull/49))
9+
- ARGO-4247 Handle endpoints belonging to multiple groups - filter by group type ([#48](https://github.com/ARGOeu/argo-alert/pull/48))
10+
- ARGO-4229 Add the ability to skip group contact generation. ([#47](https://github.com/ARGOeu/argo-alert/pull/47))
11+
- ARGO-4216 Generate endpoint notification rules based on group contacts ([#46](https://github.com/ARGOeu/argo-alert/pull/46))
12+
13+
14+
## [v1.0.0](https://github.com/ARGOeu/argo-alert/releases/tag/v.1.0.0) - (2023-02-02)
615

716
### Added:
817
- ARGO-3901 Retrieve contacts from argo-web-api
@@ -12,7 +21,7 @@ All notable changes in argo-alert project are documented here
1221
- ARGO-2856 Update notifications to read contact info from json topology
1322

1423

15-
## 0.2.1 - (2020-12-16)
24+
## [v0.2.1](https://github.com/ARGOeu/argo-alert/releases/tag/V0.2.1) - (2020-12-16)
1625

1726
### Added:
1827
- ARGO-2079 Add original contacts feature when sending to testing emails
@@ -24,7 +33,7 @@ All notable changes in argo-alert project are documented here
2433
- ARGO-2027 Split gocdb contain email string into individual items
2534

2635

27-
## 0.2.0 - (2019-11-06)
36+
## [v0.2.0](https://github.com/ARGOeu/argo-alert/releases/tag/V0.2.1) - (2019-11-06)
2837

2938
### Added:
3039
- ARGO-2027 Split gocdb contain email string into individual items
@@ -36,13 +45,13 @@ All notable changes in argo-alert project are documented here
3645
- ARGO-1793 Fix ui_urls in alert mails to point correctly to the new web_ui
3746

3847

39-
## 0.1.2 - (2018-11-09)
48+
## [v0.1.2](https://github.com/ARGOeu/argo-alert/releases/tag/v0.1-2) - (2018-11-09)
4049

4150
### Fixed:
4251
- ARGO-1464 Update requests dep to 2.20
4352

4453

45-
## 0.1.1 - (2018-02-27)
54+
## [v0.1.1](https://github.com/ARGOeu/argo-alert/releases/tag/v0.1-1) - (2018-02-27)
4655

4756
### Added:
4857
- ARGO-933 Implement argo-alert publisher of argo-streaming events to alerta

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
argo-alert
22
===============================
33

4-
version number: 1.0.0
4+
version number: 2.0.0
55
author: GRNET
66

77
Overview

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = '1.0.0'
5+
__version__ = '2.0.0'
66

77
here = path.abspath(path.dirname(__file__))
88

0 commit comments

Comments
 (0)