Skip to content

Commit

Permalink
Merge pull request #507 from openedx/bot/v0.62.0
Browse files Browse the repository at this point in the history
chore: preparing release 0.62.0
  • Loading branch information
bmtcril authored Nov 2, 2023
2 parents a45f763 + be72b66 commit 8ea4b75
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp
SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id
SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY
SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi
ASPECTS_VERSION: 0.61.0
ASPECTS_VERSION: 0.62.0
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}}
DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.62.0 - 2023-11-02

### [0.62.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.61.0...v0.62.0) (2023-11-02)

#### Features

- adds "Most-used Charts" to Superset Usage dashboard ([cc86114](https://github.com/openedx/tutor-contrib-aspects/commit/cc8611454688e7baeac66d577956edc24ad68fe7))
- adds description field to Superset Usage charts ([f0db289](https://github.com/openedx/tutor-contrib-aspects/commit/f0db2893f6c53e48056190c62907a786eab972bc))
- adds Superset Metadata ([0586ee6](https://github.com/openedx/tutor-contrib-aspects/commit/0586ee6bc774bc75fde8ec8503940b9e5b31d533))

#### Bug Fixes

- grant SELECT access to a subset of superset metadata tables ([60d0f37](https://github.com/openedx/tutor-contrib-aspects/commit/60d0f37a981090333e852c0a32d71493506e45f5))
- nulls unneeded query_context field in charts ([8d71dfc](https://github.com/openedx/tutor-contrib-aspects/commit/8d71dfc9b9ad2cdf3968310af6ac2b4427e06563))

#### Code Refactoring

- moves Superset Metadata dashboard into a tab on the Operator dashboard ([9ad42bf](https://github.com/openedx/tutor-contrib-aspects/commit/9ad42bf8759d0ebd7eda9985d938d4e87f607d1c))
- splits mysql init into two steps ([ba89145](https://github.com/openedx/tutor-contrib-aspects/commit/ba891451499de2a37698fe822c1ac7a5b240614f))

## v0.61.0 - 2023-11-01

### [0.61.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.60.0...v0.61.0) (2023-11-01)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.61.0
current_version = 0.62.0
commit = False
tag = False
2 changes: 1 addition & 1 deletion tutoraspects/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Expose some package metadata.
"""

__version__ = "0.61.0"
__version__ = "0.62.0"

0 comments on commit 8ea4b75

Please sign in to comment.