Skip to content

Commit

Permalink
Updated changelog and notes in preparation of new version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Feb 15, 2024
1 parent cbecc17 commit 3b09e9b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.14.3] - 2024-02-15

This release changes the database in order to get rid of a dead dependency,
make sure to run migrations.

This version can run on Django 5.0 if necessary. Install the dependencies in
`requirements-django50.txt` if so.

### Added

- Add filtering of incident list by notificationprofile

This returns all incidents that are included in filters that are connected to
that notificationprofile
- Added support for running and testing on Django 5.0

### Changed

- Change TimeRecurrence.days from MultiSelectField to ArrayField
([#707](https://github.com/Uninett/Argus/issues/707))
- Updated lots of depenendcies in order to run on Django 5.0

## [1.14.2] - 2024-02-15

This version can run on Django 4.2. In production, ensure that the list of
Expand Down
8 changes: 8 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
This file documents changes to Argus that are relevant for operations and
end-users.

## [1.14.3] - 2024-02-15

This release changes the database in order to get rid of a dead dependency,
make sure to run migrations.

This version can run on Django 5.0 if necessary. Install the dependencies in
`requirements-django50.txt` if so.

## [1.14.2] - 2024-02-15

This version can run on Django 4.2. In production, ensure that the list of
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+django-50.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+django-50.changed.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/+filter-on-notifprofile.added.md

This file was deleted.

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

This file was deleted.

0 comments on commit 3b09e9b

Please sign in to comment.