Skip to content

Commit

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

- Upgrade to fun-apps v5.5.1 to fix `update_courses` command when some course
  have an invalid key
  • Loading branch information
sampaccoud committed Oct 22, 2020
1 parent f636176 commit 3816b38
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 @@ -160,7 +160,9 @@ jobs:
# Note that the job name should match the EDX_RELEASE value

# No changes detected for dogwood.3-bare
# 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
# No changes detected for eucalyptus.3-wb
# No changes detected for hawthorn.1-bare
Expand Down Expand Up @@ -257,7 +259,13 @@ workflows:
# Build jobs

# No changes detected so no job to run for dogwood.3-bare
# 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
# No changes detected so no job to run for eucalyptus.3-wb
# No changes detected so no job to run for hawthorn.1-bare
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-1.15.1] - 2020-10-22

### Fixed

- Upgrade to fun-apps v5.5.1 to fix `update_courses` command when some course
Expand Down Expand Up @@ -328,7 +330,8 @@ release.

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

[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.15.0...HEAD
[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.15.1...HEAD
[dogwood.3-fun-1.15.1]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.15.0...dogwood.3-fun-1.15.1
[dogwood.3-fun-1.15.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.14.2...dogwood.3-fun-1.15.0
[dogwood.3-fun-1.14.2]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.14.1...dogwood.3-fun-1.14.2
[dogwood.3-fun-1.14.1]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.14.0...dogwood.3-fun-1.14.1
Expand Down

0 comments on commit 3816b38

Please sign in to comment.