Skip to content

Commit

Permalink
Update changelog and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed May 7, 2024
1 parent 15e0325 commit 0a30083
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.18.0] - 2024-05-07


### Added

- New in the API: Allow sources to delete their own incidents, as well as allow
superusers to delete any incident.
([#804](https://github.com/Uninett/Argus/issues/804))

### Changed

- Allow replacing Incident.metadata with another json blob via API, no
questions asked, nothing to see here.
([#807](https://github.com/Uninett/Argus/issues/807))


## [1.17.0] - 2024-05-03


Expand Down
15 changes: 15 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Release Notes

This file documents changes to Argus that are relevant for operations and
end-users.

## [1.18.0] - 2024-05-07

There's a new API endpoint allowing the deletion of an existing incident and
its events. The new setting `INDELIBLE_INCIDENTS` controls this, the backwards
compatible setting is `True`. Toggle to `False` to allow deletion. The plan
forward is to limit deletion according to some rule we haven't decided on:

* limit it to "new" incidents, for an unfinished definition of "new"
* have an (optional) flag on incident controllable by the source
* so.. many.. ideas, hence, running code now, hard decisions later.

Smaller change: the data in Incident.metadata can now be replaced with HTTP
PATCH/PUT, in line with `ticket_url`, `details_url` and `level`.

## [1.17.0] - 2024-05-03

This release marks the start of The Great HTMx Experiment and a cooperation
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/+807.changed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/804.added.md

This file was deleted.

0 comments on commit 0a30083

Please sign in to comment.