Skip to content

Commit

Permalink
update weaver 5.6.1 with fix crim-ca/weaver#666
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jun 14, 2024
1 parent 16ae213 commit bdf9423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

## Changes

- Weaver: bump version to [5.6.0](https://github.com/crim-ca/weaver/tree/5.6.0).
- Weaver: bump version to [5.6.1](https://github.com/crim-ca/weaver/tree/5.6.1).

- See full changes details in
[Weaver changes](https://pavics-weaver.readthedocs.io/en/latest/changes.html#changes-5-6-0)
[Weaver changes](https://pavics-weaver.readthedocs.io/en/latest/changes.html#changes-5-6-1)
- In summary:
- multiple control setting options to customize some behaviors
- improved *OGC API - Processes* standard conformance
Expand Down
2 changes: 1 addition & 1 deletion birdhouse/components/weaver/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ OPTIONAL_VARS="
export WEAVER_CONFIG=HYBRID

# default release version that will be used to fetch docker images (API mananger & celery workers services)
export WEAVER_VERSION=5.6.0
export WEAVER_VERSION=5.6.1
export WEAVER_DOCKER=pavics/weaver
export WEAVER_IMAGE='${WEAVER_DOCKER}:${WEAVER_VERSION}'
export WEAVER_MANAGER_IMAGE='${WEAVER_IMAGE}-manager'
Expand Down

0 comments on commit bdf9423

Please sign in to comment.