Skip to content

Commit

Permalink
🔖(dogwood/3/fun) bump to dogwood.3-fun-2.4.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade `fun-apps` to 5.13.0 to synchronize course runs with Richie
  on each enrollment with the count and add an API endpoint to retrieve
  grades
- Revert to building the image directly from the plain Ubuntu 12.04 image
  • Loading branch information
sampaccoud committed Jan 28, 2022
1 parent d8b5ec3 commit ceb616f
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 @@ -156,7 +156,9 @@ jobs:
#
# Note that the job name should match the EDX_RELEASE value

# No changes detected for dogwood.3-fun
# Run jobs for the dogwood.3-fun release
dogwood.3-fun:
<<: [*defaults, *build_steps]
# No changes detected for eucalyptus.3-bare
# Run jobs for the eucalyptus.3-wb release
eucalyptus.3-wb:
Expand Down Expand Up @@ -254,7 +256,13 @@ workflows:

# Build jobs

# No changes detected so no job to run for dogwood.3-fun
# Run jobs for the dogwood.3-fun release
- dogwood.3-fun:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# No changes detected so no job to run for eucalyptus.3-bare
# Run jobs for the eucalyptus.3-wb release
- eucalyptus.3-wb:
Expand Down
5 changes: 4 additions & 1 deletion releases/dogwood/3/fun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ release.

## [Unreleased]

## [dogwood.3-fun-2.4.0] - 2022-01-27

### Changed

- Use Nginx Inc's unprivileged image instead of our custom image for OpenShift
Expand Down Expand Up @@ -444,7 +446,8 @@ release.

- First experimental release of OpenEdx `dogwood.3` (fun flavor).

[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.3.2...HEAD
[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.4.0...HEAD
[dogwood.3-fun-2.4.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.3.2...dogwood.3-fun-2.4.0
[dogwood.3-fun-2.3.2]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.3.1...dogwood.3-fun-2.3.2
[dogwood.3-fun-2.3.1]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.3.0...dogwood.3-fun-2.3.1
[dogwood.3-fun-2.3.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.2.0...dogwood.3-fun-2.3.0
Expand Down

0 comments on commit ceb616f

Please sign in to comment.