Skip to content

Commit

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

- Upgrade fonzie to v0.6.0

### Fixed

- Fix build by updating Xblock package repository url
  • Loading branch information
jbpenrath committed Mar 14, 2024
1 parent a0e81a2 commit 52896ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
24 changes: 4 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,8 @@ jobs:
dogwood.3-fun:
<<: [*defaults, *build_steps]
# No changes detected for eucalyptus.3-wb
# Run jobs for the hawthorn.1-oee release
hawthorn.1-oee:
<<: [*defaults, *build_steps]
# Run jobs for the ironwood.2-oee release
ironwood.2-oee:
<<: [*defaults, *build_steps]
# No changes detected for hawthorn.1-oee
# No changes detected for ironwood.2-oee

# Hub job
hub:
Expand Down Expand Up @@ -265,20 +261,8 @@ workflows:
tags:
ignore: /.*/
# No changes detected so no job to run for eucalyptus.3-wb
# Run jobs for the hawthorn.1-oee release
- hawthorn.1-oee:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# Run jobs for the ironwood.2-oee release
- ironwood.2-oee:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# No changes detected so no job to run for hawthorn.1-oee
# No changes detected so no job to run for ironwood.2-oee

# We are pushing to Docker only images that are the result of a tag respecting the pattern:
# **{branch-name}-x.y.z**
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.12.0] - 2024-03-14

### Changed

- Upgrade fonzie to v0.6.0
Expand Down Expand Up @@ -542,7 +544,8 @@ release.

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

[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.11.0...HEAD
[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.12.0...HEAD
[dogwood.3-fun-2.12.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.11.0...dogwood.3-fun-2.12.0
[dogwood.3-fun-2.11.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.10.0...dogwood.3-fun-2.11.0
[dogwood.3-fun-2.10.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.9.1...dogwood.3-fun-2.10.0
[dogwood.3-fun-2.9.1]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.9.0...dogwood.3-fun-2.9.1
Expand Down

0 comments on commit 52896ed

Please sign in to comment.