Skip to content

Commit

Permalink
Collect changelog fragments into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Apr 10, 2024
1 parent a29e99c commit 0656159
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 12 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.15.0] - 2024-04-10

Due to the removal of the django-multiselectfield dependency it is vitally
important to upgrade to *this* version *after* correctly having upgraded to
1.14.3 (the previous version).

Be sure to migrate the database:

```console
$ python manage.py migrate
```

This version supports Django 4.2 and newer.

### Changed

- Drop all support for Django 3.2. No version-specific requirements for 3.2 are
included anymore, and we no longer test on 3.2.

### Removed

- Remove django-multiselectfield dependency ([#707](https://github.com/Uninett/Argus/issues/707))

## [1.14.3] - 2024-04-09

This release changes the database in order to get rid of a dead dependency,
Expand All @@ -16,6 +39,8 @@ make sure to run migrations.
This version can run on Django 5.0 if necessary. Install the dependencies in
`requirements-django50.txt` if so.

This is the last version that supports Django 3.2.

### Added

- Add filtering of incident list by notificationprofile
Expand Down
15 changes: 13 additions & 2 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@
This file documents changes to Argus that are relevant for operations and
end-users.

## [1.14.3] - 2024-02-15
## [1.15.0] - 2024-04-10

This release finishes the process started in 1.14.3. Make sure to run
the migrations in 1.14.3 before you run the migrations included here!

Furthermore, Django 3.2 is no longer supported so upgrade, upgrade!

## [1.14.3] - 2024-04-09

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

```console
$ python manage.py migrate
```

This version can run on Django 5.0 if necessary. Install the dependencies in
`requirements-django50.txt` if so.
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/+drop-django32.changed.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/707.critical.md

This file was deleted.

0 comments on commit 0656159

Please sign in to comment.