Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Mar 9, 2021
1 parent 3da182c commit d8001c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Changes:

Fixes:

## 0.3.1 - 03/08/2021

Changes:

- Simplified Kubernetes configuration and made it compatible with Argo CD. [#317](https://github.com/gulfofmaine/buoy_barn/pull/317)
- Updated Dockerfile to use buildkit caching. [#317](https://github.com/gulfofmaine/buoy_barn/pull/317)
- Updated Github Actions workflow to push images to Docker Hub and configs to Argo CD repo. [#317](https://github.com/gulfofmaine/buoy_barn/pull/317)
- Update Dependencies:
- Poetry from 1.0.3 too 1.1.5
- Prefect from 0.14.10 to 0.14.11
- IPython from 7.20 to 7.21

## 0.3.0 - 02/24/2021

Additions:
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.3.0"
version = "0.3.1"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit d8001c4

Please sign in to comment.