diff --git a/.circleci/config.yml b/.circleci/config.yml index 88b3b4e7..c3789525 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -164,11 +164,11 @@ jobs: # Note that the job name should match the EDX_RELEASE value # No changes detected for dogwood.3-bare - # Run jobs for the dogwood.3-fun release - dogwood.3-fun: - <<: [*defaults, *build_steps] + # No changes detected for dogwood.3-fun # No changes detected for eucalyptus.3-bare - # No changes detected for eucalyptus.3-wb + # Run jobs for the eucalyptus.3-wb release + eucalyptus.3-wb: + <<: [*defaults, *build_steps] # No changes detected for hawthorn.1-bare # No changes detected for hawthorn.1-oee # No changes detected for ironwood.2-bare @@ -263,15 +263,15 @@ workflows: # Build jobs # No changes detected so no job to run for dogwood.3-bare - # Run jobs for the dogwood.3-fun release - - dogwood.3-fun: + # No changes detected so no job to run for dogwood.3-fun + # No changes detected so no job to run for eucalyptus.3-bare + # Run jobs for the eucalyptus.3-wb release + - eucalyptus.3-wb: 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 diff --git a/releases/eucalyptus/3/wb/CHANGELOG.md b/releases/eucalyptus/3/wb/CHANGELOG.md index 103bc143..58cf4433 100644 --- a/releases/eucalyptus/3/wb/CHANGELOG.md +++ b/releases/eucalyptus/3/wb/CHANGELOG.md @@ -9,6 +9,8 @@ release. ## [Unreleased] +## [eucalyptus.3-wb-1.10.0] - 2021-08-17 + ### Changed - Upgrade `fun-apps` to 2.5.0+wb for protection against VideoFront downtimes @@ -265,7 +267,8 @@ release. - Set replicaSet and read_preference in mongodb connection - Add missing support for redis sentinel -[unreleased]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.4...HEAD +[unreleased]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.10.0...HEAD +[eucalyptus.3-wb-1.10.0]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.4...eucalyptus.3-wb-1.10.0 [eucalyptus.3-wb-1.9.4]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.3...eucalyptus.3-wb-1.9.4 [eucalyptus.3-wb-1.9.3]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.2...eucalyptus.3-wb-1.9.3 [eucalyptus.3-wb-1.9.2]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.9.1...eucalyptus.3-wb-1.9.2