Skip to content

Commit 180b5e4

Browse files
bmtcrilgithub-actions[bot]
authored andcommitted
chore: preparing release 1.3.0
1 parent 29075eb commit 180b5e4

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-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: 1.2.0
95+
ASPECTS_VERSION: 1.3.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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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+
## v1.3.0 - 2024-11-26
9+
10+
### [1.3.0](https://github.com/openedx/tutor-contrib-aspects/compare/v1.2.0...v1.3.0) (2024-11-26)
11+
12+
#### Features
13+
14+
* add autoscaling values for ralph and superset ([ac1a9be](https://github.com/openedx/tutor-contrib-aspects/commit/ac1a9bea7ea8d18f91a7494290626ec08bc97d26))
15+
* add bind and compose mount settings for superset ([c9d0c9e](https://github.com/openedx/tutor-contrib-aspects/commit/c9d0c9e91fc5bd8090d4d3cd63e323250c57d2e9))
16+
* allow to block instructor access ([b90e22b](https://github.com/openedx/tutor-contrib-aspects/commit/b90e22baa6beaecfdffbdacdc6d53c14f0c150ca))
17+
* update dbt and use new param view ([4f466ea](https://github.com/openedx/tutor-contrib-aspects/commit/4f466ea699643fd9dae5d97f3df5dfc51dac2970))
18+
19+
#### Bug Fixes
20+
21+
* add configurable help tab for at-risk and comparison dashboard ([205acd9](https://github.com/openedx/tutor-contrib-aspects/commit/205acd9566714232e971643ab4b56b4a2b8761ed))
22+
* add username to user_profile ([7e6e607](https://github.com/openedx/tutor-contrib-aspects/commit/7e6e607d8d457736d9801f484879b3a2a505a996))
23+
* add username to user_profile serializer ([ed71f06](https://github.com/openedx/tutor-contrib-aspects/commit/ed71f0615c6e26903d575aac96474c7c671359c7))
24+
* dbt version ([8fd7fee](https://github.com/openedx/tutor-contrib-aspects/commit/8fd7feeaac18dbb58d7b4010834d89fb3c3cc07a))
25+
* dbt version ([5a84ec7](https://github.com/openedx/tutor-contrib-aspects/commit/5a84ec726664dc009a90cd5033cf77c1d860643f))
26+
* formatting ([8a1e2f6](https://github.com/openedx/tutor-contrib-aspects/commit/8a1e2f627fb8a4d17a5762a83b7c75a0805fb3f0))
27+
* parse external_id to string instead of actor_id to uuid ([6b792d1](https://github.com/openedx/tutor-contrib-aspects/commit/6b792d16e646461a1c83863dfd090d6c27ec173b))
28+
* parse external_id to string instead of actor_id to uuid ([bdf4058](https://github.com/openedx/tutor-contrib-aspects/commit/bdf4058c49fd3427b1a6adfd517258a009777c38))
29+
* video engagement updates ([7839b65](https://github.com/openedx/tutor-contrib-aspects/commit/7839b65a44e5198b7ca9ce8e4c72cc95c1be44b1))
30+
831
## v1.2.0 - 2024-10-23
932

1033
### [1.2.0](https://github.com/openedx/tutor-contrib-aspects/compare/v1.1.0...v1.2.0) (2024-10-23)

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 = 1.2.0
2+
current_version = 1.3.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__ = "1.2.0"
5+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)