Skip to content

Commit

Permalink
Merge pull request #920 from openedx/bot/v1.1.0
Browse files Browse the repository at this point in the history
chore: preparing release 1.1.0
  • Loading branch information
Ian2012 authored Aug 20, 2024
2 parents 87f8100 + d90533b commit b76e3ea
Show file tree
Hide file tree
Showing 4 changed files with 33 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,7 +92,7 @@ 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: 1.0.3
ASPECTS_VERSION: 1.1.0
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}}
DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
ASPECTS_ENABLE_EVENT_BUS_CONSUMER: true
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ 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).

## v1.1.0 - 2024-08-20

### [1.1.0](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.3...v1.1.0) (2024-08-20)

#### Features

* add course enrollment sink table ([2dbe789](https://github.com/openedx/tutor-contrib-aspects/commit/2dbe789c93eaa043f31e322c1679c118384ae408))
* allow to host dbt docs on cluster ([#892](https://github.com/openedx/tutor-contrib-aspects/issues/892)) ([87f8100](https://github.com/openedx/tutor-contrib-aspects/commit/87f81000310450e1e855b3b998249b721cdd0738))

#### Bug Fixes

* fix hardcoded db names ([5c8cd2f](https://github.com/openedx/tutor-contrib-aspects/commit/5c8cd2fc6bde58153fc68f443f5015ebd390494e))
* flask debug replaced flask env ([#896](https://github.com/openedx/tutor-contrib-aspects/issues/896)) ([115ed05](https://github.com/openedx/tutor-contrib-aspects/commit/115ed05e4faf34d19a2059e87f2f8c79f33564e4))
* master branch sunset ([#900](https://github.com/openedx/tutor-contrib-aspects/issues/900)) ([16c9b0f](https://github.com/openedx/tutor-contrib-aspects/commit/16c9b0fe6de5e5855487b93afb2a1eaab9d5cd0b))
* Upgrade aspects_dbt to v3.30.0 ([#919](https://github.com/openedx/tutor-contrib-aspects/issues/919)) ([b9727df](https://github.com/openedx/tutor-contrib-aspects/commit/b9727df1882895f9b59a8c56063c60d2567be0e7))
* Upgrade aspects-dbt to 3.29.1 ([#898](https://github.com/openedx/tutor-contrib-aspects/issues/898)) ([03395f6](https://github.com/openedx/tutor-contrib-aspects/commit/03395f6ab8bc319ee2405267e1fb5f4d7f7d6563))

#### Code Refactoring

* Upgrade aspects-dbt for performance changes ([#907](https://github.com/openedx/tutor-contrib-aspects/issues/907)) ([1da3d9d](https://github.com/openedx/tutor-contrib-aspects/commit/1da3d9d875307d2671bb7bf0677d86e032b34b16))

#### Documentation

* Update readme to include the Superset image ([#904](https://github.com/openedx/tutor-contrib-aspects/issues/904)) ([8d4e542](https://github.com/openedx/tutor-contrib-aspects/commit/8d4e5424bd11633c218e7a7ac498959d806e0c55))

#### Build Systems

* Updating workflow `add-remove-label-on-comment.yml`. ([#899](https://github.com/openedx/tutor-contrib-aspects/issues/899)) ([84d9f03](https://github.com/openedx/tutor-contrib-aspects/commit/84d9f03c8b33308f96ef574509ef86862b232c7d))
* **deps:** bump docker/login-action from 3.2.0 to 3.3.0 ([#903](https://github.com/openedx/tutor-contrib-aspects/issues/903)) ([895f6e5](https://github.com/openedx/tutor-contrib-aspects/commit/895f6e5d2ba0574c79ab5223c007f70a3979c9d2))

## v1.0.3 - 2024-07-03

### [1.0.3](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.2...v1.0.3) (2024-07-03)
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 = 1.0.3
current_version = 1.1.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__ = "1.0.3"
__version__ = "1.1.0"

0 comments on commit b76e3ea

Please sign in to comment.