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 Apr 23, 2024
1 parent 2429b7b commit 208cbc0
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 18 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,46 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [v1.16.0] - 2024-04-23

### Added

- Added development dependency on django-debug-toolbar to make it easy to use.
- Adds more capability to the stresstest command, including incident creation
verification, bulk ACKing and timeout configuration.
([#641](https://github.com/Uninett/Argus/issues/641))
- Add possibility to set fields when creating fake incidents in Django admin
([#669](https://github.com/Uninett/Argus/issues/669))
- Show user and filter by user in notification profile admin
([#734](https://github.com/Uninett/Argus/issues/734))
- Add cli command to toggle notification profile activation
([#747](https://github.com/Uninett/Argus/issues/747))
- Add admin action to change activation of profiles
([#748](https://github.com/Uninett/Argus/issues/748))
- Add API documentation for GET responses
([#752](https://github.com/Uninett/Argus/issues/752))
- Added an informational page on /, with favicon, in order to cut down on some
common 404 log messages and set up the static files system properly.

### Changed

- Switched official Docker image to serve using gunicorn+uvicorn
([#766](https://github.com/Uninett/Argus/issues/766))
- Changed how tristates (open, acked, stateful) are logged in order to improve
debuggability.
- Return False and log if sms-to-email has trouble with the email server.
- To improve debugability: Change how sending notifications are logged so that
there's a log both when sending succeds and when it fails.

### Fixed

- Changed references to docs for Django 4.2
([#746](https://github.com/Uninett/Argus/issues/746))
- Do not allow used destinations to be deleted
([#753](https://github.com/Uninett/Argus/issues/753))
- Fix typo in admin that prevented sorting on incident id


## [1.15.0] - 2024-04-10

Due to the removal of the django-multiselectfield dependency it is vitally
Expand Down
15 changes: 15 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
This file documents changes to Argus that are relevant for operations and
end-users.

## [v1.16.0] - 2024-04-23

The official docker image has been changed so if you use it in production have
a peak first.

The stresstest command is now a lot more useful: it is handy for even more
lazily creating a lot of fake incidents in the database where you don't care
about he contents. Just remember to turn off sending of notifications first!
You can turn it of or on for specific profiles with a new cli command:
`toggle_profile_activation`. It is now also easier to toggle, activate and
deactivate profiles in the admin. Have a look.

`django-debug-toolbar` has been added as a dev dependency but it is not in use
in the included dev settings yet.

## [1.15.0] - 2024-04-10

This release finishes the process started in 1.14.3. Make sure to run
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/+debug-notification-sending-1.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+debug-notification-sending-2.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+django-debug-toolbar.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-admin-typo.fixed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+fix-backend-index-page.added.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+log-tristates.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/641.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/669.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/734.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/746.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/747.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/748.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/752.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/753.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/766.changed.md

This file was deleted.

0 comments on commit 208cbc0

Please sign in to comment.