Skip to content

Commit

Permalink
🔖(dogwood/3/fun) bump to v2.1.0
Browse files Browse the repository at this point in the history
Added
- Upgrade fun-apps to v5.9.0
  • Loading branch information
jbpenrath committed Apr 12, 2021
1 parent d5af443 commit 74706b1
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 @@ -164,7 +164,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 @@ -261,7 +263,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-2.1.0] - 2021-04-12

### Added

- Upgrade fun-apps to v5.9.0
Expand Down Expand Up @@ -398,7 +400,8 @@ release.

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

[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.0.0...HEAD
[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.1.0...HEAD
[dogwood.3-fun-2.1.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.0.0...dogwood.3-fun-2.1.0
[dogwood.3-fun-2.0.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.18.3...dogwood.3-fun-2.0.0
[dogwood.3-fun-1.18.3]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.18.2...dogwood.3-fun-1.18.3
[dogwood.3-fun-1.18.2]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-1.18.1...dogwood.3-fun-1.18.2
Expand Down

0 comments on commit 74706b1

Please sign in to comment.