Skip to content

Commit

Permalink
Prepare changelog for 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Aug 4, 2024
1 parent 5e4d7ca commit 359dda0
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 18 deletions.
16 changes: 16 additions & 0 deletions .changes/0.23.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 0.23.0 - 2024-08-04

### Breaking Changes

* The start flag `remove-default-plugins` has been renamed to `removedefaultplugins` for consistency
* The config options for the initial admin user have been changed to remove the "." from the option. `admin.email` is now `adminemail`, `admin.username` is now `adminuser` and `admin.password` is now `adminpassword`.

### Bug Fixes

* Fix an error that could prevent default plugins from being installed.

### Chores

* Improve test runs on all branches
* Update Traefik to version 3.1.
* Kana settings has been significantly refactored to allow easier updating
3 changes: 0 additions & 3 deletions .changes/unreleased/Breaking Changes-20240628-122843.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Breaking Changes-20240628-122932.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240804-155628.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240628-174023.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240721-142219.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240721-152900.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.23.0 - 2024-08-04

### Breaking Changes

* The start flag `remove-default-plugins` has been renamed to `removedefaultplugins` for consistency
* The config options for the initial admin user have been changed to remove the "." from the option. `admin.email` is now `adminemail`, `admin.username` is now `adminuser` and `admin.password` is now `adminpassword`.

### Bug Fixes

* Fix an error that could prevent default plugins from being installed.

### Chores

* Improve test runs on all branches
* Update Traefik to version 3.1.
* Kana settings has been significantly refactored to allow easier updating

## 0.22.0 - 2024-06-27

### Breaking Changes
Expand Down

0 comments on commit 359dda0

Please sign in to comment.