Skip to content

Commit 4a7f5f7

Browse files
committed
Update changelog and notes
1 parent dda6c95 commit 4a7f5f7

File tree

9 files changed

+42
-7
lines changed

9 files changed

+42
-7
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
88

99
<!-- towncrier release notes start -->
1010

11+
## [2.1.0] - 2025-06-30
12+
13+
### Added
14+
15+
- Add a preference to change the incidents table layout to compact or standard
16+
([#1399](https://github.com/Uninett/Argus/issues/1399))
17+
- Add CLI command to close incidents
18+
([#1450](https://github.com/Uninett/Argus/issues/1450))
19+
- Add option to `create_fake_incident` to generate incidents from json files
20+
([#1451](https://github.com/Uninett/Argus/issues/1451))
21+
22+
### Changed
23+
24+
- Use DRF's DEFAULT_PERMISSION_CLASSES setting for API endpoints' permission
25+
checking ([#1476](https://github.com/Uninett/Argus/issues/1476))
26+
- Request is now passed to incident update actions to allow for sending
27+
messages ([#1497](https://github.com/Uninett/Argus/issues/1497))
28+
29+
### Fixed
30+
31+
- Ensure SourceSystemTypeFactory is called with lowercase name
32+
([#1499](https://github.com/Uninett/Argus/issues/1499))
33+
- Avoid trying to create incident with same source and source incident id
34+
([#1500](https://github.com/Uninett/Argus/issues/1500))
35+
36+
1137
## [2.0.1] - 2025-06-25
1238

1339
This release fixes a problem in the migrations shipped with 2.0.0. Only affects

NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
This file documents changes to Argus that are relevant for operations,
44
customizers and end-users.
55

6+
## [2.1.0] - 2025-06-30
7+
8+
One new user preference.
9+
10+
One new and one changed management command, both for better manipulation of
11+
incidents via the CLI.
12+
13+
### Added
14+
15+
- Add a preference to change the incidents table layout to compact or standard
16+
([#1399](https://github.com/Uninett/Argus/issues/1399))
17+
- Add CLI command to close incidents
18+
([#1450](https://github.com/Uninett/Argus/issues/1450))
19+
- Add option to `create_fake_incident` to generate incidents from json files
20+
([#1451](https://github.com/Uninett/Argus/issues/1451))
21+
622
## [2.0.0] - 2025-05-26
723

824
This release completely removes version 1 of the API. If you have not done so,

changelog.d/1399.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1450.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1451.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1476.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1497.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1499.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1500.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)