Skip to content

Commit

Permalink
🔖(eucalyptus/3/wb) bump to eucalyptus.3-wb-1.9.4
Browse files Browse the repository at this point in the history
Fixed

- Upgrade to xblock-proctor-exam to 1.0.0 to fix proctoring after
  API change
- Fix pip install for python 2.7
  • Loading branch information
sampaccoud committed Feb 11, 2021
1 parent 0f76f21 commit aa0568b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ jobs:
dogwood.3-fun:
<<: [*defaults, *build_steps]
# No changes detected for eucalyptus.3-bare
# No changes detected for eucalyptus.3-wb
# Run jobs for the eucalyptus.3-wb release
eucalyptus.3-wb:
<<: [*defaults, *build_steps]
# No changes detected for hawthorn.1-bare
# No changes detected for hawthorn.1-oee
# No changes detected for ironwood.2-bare
Expand Down Expand Up @@ -271,7 +273,13 @@ workflows:
tags:
ignore: /.*/
# No changes detected so no job to run for eucalyptus.3-bare
# No changes detected so no job to run for eucalyptus.3-wb
# Run jobs for the eucalyptus.3-wb release
- eucalyptus.3-wb:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# No changes detected so no job to run for hawthorn.1-bare
# No changes detected so no job to run for hawthorn.1-oee
# No changes detected so no job to run for ironwood.2-bare
Expand Down
5 changes: 4 additions & 1 deletion releases/eucalyptus/3/wb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ release.

## [Unreleased]

## [eucalyptus.3-wb-1.9.4] - 2021-02-11

### Fixed

- Upgrade to xblock-proctor-exam to 1.0.0 to fix proctoring after API change
Expand Down Expand Up @@ -255,7 +257,8 @@ release.
- Set replicaSet and read_preference in mongodb connection
- Add missing support for redis sentinel

[unreleased]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.3...HEAD
[unreleased]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.4...HEAD
[eucalyptus.3-wb-1.9.4]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.3...eucalyptus.3-wb-1.9.4
[eucalyptus.3-wb-1.9.3]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.2...eucalyptus.3-wb-1.9.3
[eucalyptus.3-wb-1.9.2]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.1...eucalyptus.3-wb-1.9.2
[eucalyptus.3-wb-1.9.1]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.0...eucalyptus.3-wb-1.9.1
Expand Down

0 comments on commit aa0568b

Please sign in to comment.