diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e6d0bac..562c79fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -164,7 +164,9 @@ jobs: eucalyptus.3-wb: <<: [*defaults, *build_steps] # No changes detected for hawthorn.1-bare - # No changes detected for hawthorn.1-oee + # Run jobs for the hawthorn.1-oee release + hawthorn.1-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 @@ -272,7 +274,13 @@ workflows: tags: ignore: /.*/ # 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 hawthorn.1-oee release + - hawthorn.1-oee: + requires: + - check-configuration + filters: + tags: + ignore: /.*/ # 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 diff --git a/releases/hawthorn/1/oee/CHANGELOG.md b/releases/hawthorn/1/oee/CHANGELOG.md index 7db7921c..055c5de3 100644 --- a/releases/hawthorn/1/oee/CHANGELOG.md +++ b/releases/hawthorn/1/oee/CHANGELOG.md @@ -9,6 +9,8 @@ release. ## [Unreleased] +## [hawthorn.1-oee-3.4.1] - 2022-04-13 + ### Fixed - Upgrade configurable_lti_consumer-xblock to version 1.4.1 @@ -341,7 +343,8 @@ First release of OpenEdx extended. - Add a configurable LTI consumer xblock -[unreleased]: https://github.com/openfun/openedx-docker/compare/hawthorn.1-oee-3.4.0..HEAD +[unreleased]: https://github.com/openfun/openedx-docker/compare/hawthorn.1-oee-3.4.1..HEAD +[hawthorn.1-oee-3.4.1]: https://github.com/openfun/openedx-docker/compare/hawthorn.1-oee-3.4.0...hawthorn.1-oee-3.4.1 [hawthorn.1-oee-3.4.0]: https://github.com/openfun/openedx-docker/compare/hawthorn.1-oee-3.3.5...hawthorn.1-oee-3.4.0 [hawthorn.1-oee-3.3.5]: https://github.com/openfun/openedx-docker/compare/hawthorn.1-oee-3.3.4...hawthorn.1-oee-3.3.5 [hawthorn.1-oee-3.3.4]: https://github.com/openfun/openedx-docker/compare/hawthorn.1-oee-3.3.3...hawthorn.1-oee-3.3.4