Skip to content

Commit

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

- Fix sources.list for Ubuntu 12.04 moved to old releases

Removed

- Broken Python development dependencies in Docker development image

Changed

- Upgrade fun-apps to v5.10.1 to stop synchronizing Elasticsearch index
  • Loading branch information
sampaccoud committed Jul 30, 2021
1 parent 6cf45ab commit ee36fdd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
34 changes: 13 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,15 @@ 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
# No changes detected for hawthorn.1-oee
# Run jobs for the ironwood.2-bare release
ironwood.2-bare:
<<: [*defaults, *build_steps]
# Run jobs for the ironwood.2-oee release
ironwood.2-oee:
<<: [*defaults, *build_steps]
# No changes detected for ironwood.2-bare
# No changes detected for ironwood.2-oee
# No changes detected for master.0-bare

# Hub job
Expand Down Expand Up @@ -265,25 +263,19 @@ 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
# 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
# No changes detected so no job to run for hawthorn.1-oee
# Run jobs for the ironwood.2-bare release
- ironwood.2-bare:
requires:
- check-configuration
filters:
tags:
ignore: /.*/
# Run jobs for the ironwood.2-oee release
- ironwood.2-oee:
# 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
# No changes detected so no job to run for hawthorn.1-oee
# No changes detected so no job to run for ironwood.2-bare
# No changes detected so no job to run for ironwood.2-oee
# No changes detected so no job to run for master.0-bare

# We are pushing to Docker only images that are the result of a tag respecting the pattern:
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.2.0] - 2021-07-29

### Fixed

- Fix sources.list for Ubuntu 12.04 moved to old releases
Expand Down Expand Up @@ -417,7 +419,8 @@ release.

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

[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.1.1...HEAD
[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.2.0...HEAD
[dogwood.3-fun-2.2.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.1.1...dogwood.3-fun-2.2.0
[dogwood.3-fun-2.1.1]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.1.0...dogwood.3-fun-2.1.1
[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
Expand Down

0 comments on commit ee36fdd

Please sign in to comment.