From d9a0e28a4c259da9183f42715fa8f7a3fefefced Mon Sep 17 00:00:00 2001 From: Ian2012 Date: Thu, 27 Jul 2023 17:06:17 +0000 Subject: [PATCH] chore: preparing release 0.18.1 --- CHANGELOG.md | 10 ++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 421d4bdf7..1fa4af8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.18.1 - 2023-07-27 + +### [0.18.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.18.0...v0.18.1) (2023-07-27) + +### Bug Fixes + +- correct regex for xapi_tracking parser ([86b1a5b](https://github.com/openedx/tutor-contrib-aspects/commit/86b1a5b6746091941795cda37c2cdc974dd1974a)) +- include lms and cms workers for kubernetes logs ([7c1c63c](https://github.com/openedx/tutor-contrib-aspects/commit/7c1c63cfe18a4ddfb52b7178f3c39877f6d45128)) +- remove security context for vector daemonset ([25761ac](https://github.com/openedx/tutor-contrib-aspects/commit/25761ac54291d2a09b8fb6481585e9d2c6d2f795)) + ## v0.18.0 - 2023-07-27 ### [0.18.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.17.1...v0.18.0) (2023-07-27) diff --git a/setup.cfg b/setup.cfg index 5c0013092..e3a058c28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.18.0 +current_version = 0.18.1 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 9bb998d6c..e8a9c64d2 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.18.0" +__version__ = "0.18.1"