Release 5.0.0 #release
This commit is contained in:
parent
3b0603ae17
commit
0137317a0a
1 changed files with 9 additions and 5 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
Changes adhere to [semantic versioning](https://semver.org).
|
Changes adhere to [semantic versioning](https://semver.org).
|
||||||
|
|
||||||
## [5.0.0] - UNRELEASED
|
## [5.0.0] - 2024/12/21
|
||||||
|
|
||||||
> This is a major version upgrade. Other versions are incompatible with this release.
|
> This is a major version upgrade. Other versions are incompatible with this release.
|
||||||
|
|
||||||
* Drop support for SQLite (only Postgres is supported)
|
* Drop support for SQLite (only Postgres is supported)
|
||||||
* Library updates
|
* Library updates
|
||||||
* Update OCI image base to alpine `3.21` with Go `1.23`
|
* Update OCI image base to alpine `3.21` with Go `1.23`
|
||||||
* Move away from `npm` to `pnpm`
|
* Move away from `npm` to `pnpm`
|
||||||
|
|
||||||
## [4.0.0] - 2024/10/25
|
## [4.0.0] - 2024/10/25
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@ Changes adhere to [semantic versioning](https://semver.org).
|
||||||
|
|
||||||
* Don't enforce JSON content type for GET and DELETE requests
|
* Don't enforce JSON content type for GET and DELETE requests
|
||||||
* Dependency updates
|
* Dependency updates
|
||||||
* github.com/go-playground/validator/v10 v10.22.0
|
* github.com/go-playground/validator/v10 v10.22.0
|
||||||
* gorm.io/driver/postgres v1.5.9
|
* gorm.io/driver/postgres v1.5.9
|
||||||
* gorm.io/driver/sqlite v1.5.6
|
* gorm.io/driver/sqlite v1.5.6
|
||||||
* Fixed filter for Updates ignoring desired state
|
* Fixed filter for Updates ignoring desired state
|
||||||
|
|
||||||
## [3.0.1] - 2024/06/10
|
## [3.0.1] - 2024/06/10
|
||||||
|
@ -88,6 +88,10 @@ Changes adhere to [semantic versioning](https://semver.org).
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
[5.0.0]: https://git.myservermanager.com/varakh/upda/releases/tag/5.0.0
|
||||||
|
|
||||||
|
[4.0.0]: https://git.myservermanager.com/varakh/upda/releases/tag/4.0.0
|
||||||
|
|
||||||
[3.0.2]: https://git.myservermanager.com/varakh/upda/releases/tag/3.0.2
|
[3.0.2]: https://git.myservermanager.com/varakh/upda/releases/tag/3.0.2
|
||||||
|
|
||||||
[3.0.1]: https://git.myservermanager.com/varakh/upda/releases/tag/3.0.1
|
[3.0.1]: https://git.myservermanager.com/varakh/upda/releases/tag/3.0.1
|
||||||
|
|
Loading…
Reference in a new issue