Skip to content

Commit

Permalink
bump Twitcher v0.6.2 for base Docker adapter image (relates to bird-h…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 2, 2021
1 parent 62520fd commit bcfc96d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Features / Changes
utilities in a common location and let the initialization part only include sub-modules.
* Avoid double call of ``setup_ziggurat_config`` detected during refactor.
* Adjust handling and ordering of tweens to ensure intended behaviour and compatibility with ``pyramid_retry``.
* Update `Twitcher` base ``Docker.adapter`` image to ``v0.6.2`` to provide fixes related to session transaction
handling (relates to `bird-house/twitcher#111 <https://github.com/bird-house/twitcher/pull/111>`_).

`3.18.2 <https://github.com/Ouranosinc/Magpie/tree/3.18.2>`_ (2021-11-26)
------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.adapter
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker run will need to override ini file with mounted volume
# using config 'twitcher.adapter = magpie.adapter.MagpieAdapter'
#
FROM birdhouse/twitcher:v0.6.2-rc
FROM birdhouse/twitcher:v0.6.2
LABEL Description="Configures MagpieAdapter on top of Twitcher application."
LABEL Maintainer="Francis Charette-Migneault <francis.charette-migneault@crim.ca>"
LABEL Vendor="CRIM"
Expand Down

0 comments on commit bcfc96d

Please sign in to comment.