Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Finch to v0.7.7 #223

Merged
merged 5 commits into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.17.4
current_version = 1.17.5
commit = True
tag = False
tag_name = {new_version}
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@

[//]: # (list changes here, using '-' for each new entry, remove this when items are added)

[1.17.5](https://github.com/bird-house/birdhouse-deploy/tree/1.17.5) (2021-11-16)
tlvu marked this conversation as resolved.
Show resolved Hide resolved
------------------------------------------------------------------------------------------------------------------

## Changes
- Upgrade Finch to 0.7.7
[Release notes for 0.7.7](https://github.com/bird-house/finch/releases/tag/v0.7.7)
- [Release notes for 0.7.6](https://github.com/bird-house/finch/releases/tag/v0.7.6)

[1.17.4](https://github.com/bird-house/birdhouse-deploy/tree/1.17.4) (2021-11-03)
------------------------------------------------------------------------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ for a full-fledged production platform.
* - releases
- | |latest-version| |commits-since|

.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.17.4.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.17.5.svg
:alt: Commits since latest release
:target: https://github.com/bird-house/birdhouse-deploy/compare/1.17.4...master
:target: https://github.com/bird-house/birdhouse-deploy/compare/1.17.5...master

.. |latest-version| image:: https://img.shields.io/badge/tag-1.17.4-blue.svg?style=flat
.. |latest-version| image:: https://img.shields.io/badge/tag-1.17.5-blue.svg?style=flat
:alt: Latest Tag
:target: https://github.com/bird-house/birdhouse-deploy/tree/1.17.4
:target: https://github.com/bird-house/birdhouse-deploy/tree/1.17.5

.. |readthedocs| image:: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest
:alt: ReadTheDocs Build Status (latest version)
Expand Down
2 changes: 1 addition & 1 deletion birdhouse/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:210908"
# to the order of the DOCKER_NOTEBOOK_IMAGES variable
export JUPYTERHUB_IMAGE_SELECTION_NAMES="pavics"

export FINCH_IMAGE="birdhouse/finch:version-0.7.5"
export FINCH_IMAGE="birdhouse/finch:version-0.7.7"

export THREDDS_IMAGE="unidata/thredds-docker:4.6.15"

Expand Down