Skip to content

Commit

Permalink
📝(dogwood.3-fun) fix typo within changelog
Browse files Browse the repository at this point in the history
There was a typo in the release history
  • Loading branch information
jbpenrath committed Apr 12, 2022
1 parent 6de71ae commit 99b7930
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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
# No changes detected for eucalyptus.3-wb
# No changes detected for hawthorn.1-bare
Expand Down Expand Up @@ -252,7 +254,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
# 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
2 changes: 1 addition & 1 deletion releases/dogwood/3/fun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ release.
- First experimental release of OpenEdx `dogwood.3` (fun flavor).

[unreleased]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.5.0...HEAD
[dogwood.3-fun-2.5.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.4.2...dogwood.3-fun-2.5.0
[dogwood.3-fun-2.5.0]: https://github.com/openfun/openedx-docker/compare/dogwood.3-fun-2.4.0...dogwood.3-fun-2.5.0
[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
Expand Down
3 changes: 1 addition & 2 deletions releases/dogwood/3/fun/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ djehouty==0.1.5
raven==6.9.0
redis==2.10.6
# Upgrade requests and urllib3 to prevent SSL certificate validation failure
# (we should use pyOpenSSL instead of the local openssl library). For
# reference, see:
# (we should use pyOpenSSL instead of the local openssl library). For reference, see:
# https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2
requests==2.22.0
urllib3[secure]==1.25.7
Expand Down

0 comments on commit 99b7930

Please sign in to comment.