Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Dec 2, 2022
1 parent 47a533f commit e177d92
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,24 @@ Additions:

Changes:

- Add [Django health check](https://github.com/revsys/django-health-check) and associated Kubernetes probes to keep the uWSGI socket queue from blocking the server. [#642](https://github.com/gulfofmaine/buoy_barn/issues/642) [#8](https://github.com/gulfofmaine/buoy_barn/issues/8) and [gulfofmaine/NERACOOS-operations](https://github.com/gulfofmaine/NERACOOS-operations/issues/86)
Fixes:

## 0.4.7 - 12/02/2022

Changes:

- Add [Django health check](https://github.com/revsys/django-health-check) and associated Kubernetes probes to keep the uWSGI socket queue from blocking the server. [#642](https://github.com/gulfofmaine/buoy_barn/issues/642) [#8](https://github.com/gulfofmaine/buoy_barn/issues/8) and [gulfofmaine/NERACOOS-operations](https://github.com/gulfofmaine/NERACOOS-operations/issues/86)
- Bumped PyUpgrade to 3.10 with typing upgrades
- Dependency updates
- Github Actions
- Sentry release from 1.2.0 to 1.2.1
- Python
- Pytest-cov from 3.0 to 4.0

Fixes:

- Adjusted flake8 repo in pre-commit from Gitlab to Github

## 0.4.6 - 10/28/2022

Changes:
Expand Down
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "buoy_barn"
version = "0.4.6"
version = "0.4.7"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit e177d92

Please sign in to comment.