Skip to content

Commit

Permalink
Merge pull request #226 from bird-house/magpie-3.19.1
Browse files Browse the repository at this point in the history
## Overview

Pin new `magpie==3.19.1` image to fix #224 (comment).

## Related Issue / Discussion

- Relates to #224
- Relates to Ouranosinc/Magpie#491
- Relates to Ouranosinc/Magpie#492
  • Loading branch information
fmigneault authored Dec 9, 2021
2 parents 13fc03a + be4b5c6 commit f2dcec3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
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.18.0
current_version = 1.18.1
commit = True
tag = False
tag_name = {new_version}
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@

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

[1.18.1](https://github.com/bird-house/birdhouse-deploy/tree/1.18.1) (2021-12-08)
------------------------------------------------------------------------------------------------------------------

## Fixes
- Update `Mapgie` version [3.19.0](https://github.com/Ouranosinc/Magpie/blob/master/CHANGES.rst#3190-2021-12-02)
to [3.19.1](https://github.com/Ouranosinc/Magpie/blob/master/CHANGES.rst#3191-2021-12-08) with fix of unhandled
request concurrent cleanup with adapter caching, as observed in [bird-house/birdhouse-deploy#224 (comment)](
https://github.com/bird-house/birdhouse-deploy/pull/224#issuecomment-985668339).

[1.18.0](https://github.com/bird-house/birdhouse-deploy/tree/1.18.0) (2021-12-08)
------------------------------------------------------------------------------------------------------------------

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.18.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.18.1.svg
:alt: Commits since latest release
:target: https://github.com/bird-house/birdhouse-deploy/compare/1.18.0...master
:target: https://github.com/bird-house/birdhouse-deploy/compare/1.18.1...master

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

.. |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 @@ -21,7 +21,7 @@ export GEOSERVER_IMAGE="pavics/geoserver:2.19.0-kartoza-build20210329"
export BASH_IMAGE="bash:5.1.4"

# Tag version that will be used to update Magpie API, Magpie CLI, and matching Twitcher with Magpie Adapter
export MAGPIE_VERSION=3.19.0
export MAGPIE_VERSION=3.19.1

# Root directory under which all data persistence should be nested under
export DATA_PERSIST_ROOT="/data"
Expand Down

0 comments on commit f2dcec3

Please sign in to comment.