From dbe5505240d65af54eb233caae4ffe231d618d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Paccoud=20-=20France=20Universit=C3=A9=20Num?= =?UTF-8?q?=C3=A9rique?= Date: Thu, 27 Jan 2022 20:38:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(eucalytus/3/wb)=20bump=20to=20euca?= =?UTF-8?q?lyptus.3-wb-1.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Upgrade `fun-apps` to 2.6.0+wb to synchronize course runs with Richie --- .circleci/config.yml | 84 +++++---------------------- releases/eucalyptus/3/wb/CHANGELOG.md | 5 +- 2 files changed, 18 insertions(+), 71 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e48d22d..eda0e306 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,30 +156,16 @@ jobs: # # Note that the job name should match the EDX_RELEASE value - # Run jobs for the dogwood.3-fun release - dogwood.3-fun: - <<: [*defaults, *build_steps] - # Run jobs for the eucalyptus.3-bare release - eucalyptus.3-bare: - <<: [*defaults, *build_steps] + # No changes detected for dogwood.3-fun + # No changes detected for eucalyptus.3-bare # Run jobs for the eucalyptus.3-wb release eucalyptus.3-wb: <<: [*defaults, *build_steps] - # Run jobs for the hawthorn.1-bare release - hawthorn.1-bare: - <<: [*defaults, *build_steps] - # Run jobs for the hawthorn.1-oee release - hawthorn.1-oee: - <<: [*defaults, *build_steps] - # 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] - # Run jobs for the master.0-bare release - master.0-bare: - <<: [*defaults, *build_steps] + # No changes detected for hawthorn.1-bare + # No changes detected for hawthorn.1-oee + # No changes detected for ironwood.2-bare + # No changes detected for ironwood.2-oee + # No changes detected for master.0-bare # Hub job hub: @@ -268,20 +254,8 @@ workflows: # Build jobs - # Run jobs for the dogwood.3-fun release - - dogwood.3-fun: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the eucalyptus.3-bare release - - eucalyptus.3-bare: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ + # 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: @@ -289,41 +263,11 @@ workflows: filters: tags: ignore: /.*/ - # Run jobs for the hawthorn.1-bare release - - hawthorn.1-bare: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the hawthorn.1-oee release - - hawthorn.1-oee: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # 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: - requires: - - check-configuration - filters: - tags: - ignore: /.*/ - # Run jobs for the master.0-bare release - - master.0-bare: - requires: - - check-configuration - filters: - 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 + # 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: # **{branch-name}-x.y.z** diff --git a/releases/eucalyptus/3/wb/CHANGELOG.md b/releases/eucalyptus/3/wb/CHANGELOG.md index 09c32c09..da495571 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.11.0] - 2022-01-27 + ### Changed - Upgrade `fun-apps` to 2.6.0+wb to synchronize course runs with Richie @@ -278,7 +280,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.10.1...HEAD +[unreleased]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.11.0...HEAD +[eucalyptus.3-wb-1.11.0]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.10.1...eucalyptus.3-wb-1.11.0 [eucalyptus.3-wb-1.10.1]: https://github.com/openfun/openedx-docker/compare/eucalyptus.3-wb-1.10.0...eucalyptus.3-wb-1.10.1 [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