Skip to content

Commit 1c3a213

Browse files
authored
Merge pull request #1133 from openedx/bot/v2.5.0
chore: preparing release 2.5.0
2 parents 4ed85b7 + 70e9e3c commit 1c3a213

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.ci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp
9292
SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id
9393
SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY
9494
SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi
95-
ASPECTS_VERSION: 2.4.0
95+
ASPECTS_VERSION: 2.5.0
9696
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}}
9797
DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
9898
ASPECTS_ENABLE_EVENT_BUS_CONSUMER: true

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.5.0 - 2025-10-22
9+
10+
### [2.5.0](https://github.com/openedx/tutor-contrib-aspects/compare/v2.4.0...v2.5.0) (2025-10-22)
11+
12+
#### Features
13+
14+
* bump dbt ([31c0887](https://github.com/openedx/tutor-contrib-aspects/commit/31c08872770ee74f584484eb7c9e7ac29e2a39de))
15+
* Upgrade ClickHouse to 25.8 LTS ([c3b84cf](https://github.com/openedx/tutor-contrib-aspects/commit/c3b84cf1998dfb66a0ea76cbe269b84fe476fb2f))
16+
* Use new dbt models, various cleanup ([d9d171f](https://github.com/openedx/tutor-contrib-aspects/commit/d9d171f6f7eb93788901759a5261460280c7b1ee))
17+
* use new dbt mvs ([840cfe5](https://github.com/openedx/tutor-contrib-aspects/commit/840cfe53a6a04516e6a7a7f5821035f845f372fa))
18+
19+
#### Bug Fixes
20+
21+
* assign value of ENABLE_PROXY_FIX to value of SUPERSET_ENABLE_PROXY_FIX to support tutor config guidelines ([5d91f55](https://github.com/openedx/tutor-contrib-aspects/commit/5d91f550e33efb802d42b170979cf4d51551e5cb))
22+
* dbt version bump ([66ff7fd](https://github.com/openedx/tutor-contrib-aspects/commit/66ff7fdbb14bfe14f48fb7f55d5f164f977fce7c))
23+
* pin stable click version ([58cce22](https://github.com/openedx/tutor-contrib-aspects/commit/58cce22cc77d2599561e608fe61d598c16d28232))
24+
* put back last_visited ([630896e](https://github.com/openedx/tutor-contrib-aspects/commit/630896ebdb9677c8215ad3c60aea709affc27daa))
25+
826
## v2.4.0 - 2025-09-03
927

1028
### [2.4.0](https://github.com/openedx/tutor-contrib-aspects/compare/v2.3.1...v2.4.0) (2025-09-03)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 2.4.0
2+
current_version = 2.5.0
33
commit = False
44
tag = False

tutoraspects/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Expose some package metadata.
33
"""
44

5-
__version__ = "2.4.0"
5+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)