Skip to content

Commit

Permalink
Add release notes for 2.14 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin authored Oct 4, 2023
1 parent 6d7631f commit 9e16f3e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]


## [2.14] - 2023-10-03

### Changed

- Migrate database from kubernetes service to dedicated host (#139, #132, #133)
- Migrate services from kubernetes to dedicated hosts (#142, #143, #134)

### Fixed

- Support building on apple silicon (#129)
- WG-34: Remove DB warnings related to model overlaps (#130)
- WG-141: Fix db connections for celery workers (#140, #138)
- WG-156: Improve session handling in long running tasks (#144)
- WG-130: Add missing rollback in case of failed database connections (#136)

## [2.13] - 2023-06-05

### Added
Expand Down Expand Up @@ -140,7 +156,8 @@
- DES-1687: Add rollingback to worker tasks (#30)
- DES-1663: Fix image rotations (#36)

[unreleased]: https://github.com/TACC-Cloud/geoapi/compare/v2.13...HEAD
[unreleased]: https://github.com/TACC-Cloud/geoapi/compare/v2.14...HEAD
[2.14]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.14
[2.13]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.13
[2.12]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.12
[2.11]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.11
Expand Down

0 comments on commit 9e16f3e

Please sign in to comment.