From 4ee2154483adea5377566dc2b6275802ce1d347d Mon Sep 17 00:00:00 2001 From: Alex Kerney Date: Mon, 28 Oct 2024 14:21:07 -0400 Subject: [PATCH] v0.6.8 --- Changelog.md | 25 +++++++++++++++++++++++++ app/pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 36f91198..e8d642c0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,31 @@ Changes: Fixes: +## 0.6.8 - 10/28/2024 + +Changes: +- Switch to using Docker Compose watch mode +- Enabled GZip middleware +- Restructured the inline timeseries admins in platform admin panels to bring the common fields to the forefront, but have a collapsed inline for some advanced fields. + +Dependency updates: +- Switched to using uv rather than Poetry +- Github Actions + - Setup Docker Buildx from 3.3.0 to 3.7.1 + - Docker login from 3.1.0 to 3.3.0 + - Docker build push from 5.3.0 to 6.9.0 +- Pre-commit + - Pre-commit-hooks from 4.6.0 to 5.0.0 + - Bandit from 1.7.8 to 1.7.10 + - Gitleaks from 8.18.2 to 8.21.2 + - Shellcheck from 0.9.0.6 to 0.10.0.1 + - Django Upgrade from 1.16.0 to 1.22.0 + - Pyproject Format from 1.8.0 to 2.4.3 + - Ruff from 0.4.1 to 0.7.1 +- Docker + - Redis from 7.2.4 to 7.2.5 + + ## 0.6.7 - 04/25/2024 Changes: diff --git a/app/pyproject.toml b/app/pyproject.toml index 9d20c4e3..79abc3ee 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "buoy-barn" -version = "0.6.7" +version = "0.6.8" description = "NERACOOS lightweight API sitting in front of ERDDAP" authors = [ { name = "Alex Kerney", email = "" } ] requires-python = ">=3.11"