From dd0091e17ada8f3ba3da102284f1f919a0e632ef Mon Sep 17 00:00:00 2001 From: "khebhut[bot]" <64544372+khebhut[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 17:04:07 -0400 Subject: [PATCH] Release of version 1.1.0 (#442) * Release of version 1.1.0 * Reorder changes in Release 1.1.0 Co-authored-by: Kebechet Co-authored-by: Landon LaSmith <2432396+LaVLaS@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f9620a8..64fac56d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,3 +88,18 @@ ### Features * Update elyra notebook image to v0.0.8 (#419) * Add Trino kustomize manifests (#373) + +## Release 1.1.0 (2021-06-18T19:42:19) +### Features +* support for pre-commit and python-editor (#437) +* Update JupyterHub to v0.3.0 with new spawner UI and bump s2i-generic-notebook to v0.0.3 (#435) +* Upgrade superset to 1.1.0 (#426) +* feat(prometheus): Upgrade operator to 0.47.0 (#399) +* update seldon operator to 1.7.0 (#397) +### Improvements +* switch to rhods based base repo for cuda builds (#438) +* Updated jupyter deployment config to avoid Imagestream changes (#429) +* Update JH dashboard (#425) +* Update JH dashboard jsons (#418) +* Add builds and buildconfigs read permissions to odh-dashboard role (#440) +* include minimal python 3.8 with default jlab and git plugin (#407) diff --git a/version.py b/version.py index e3d488bad..1264f277d 100644 --- a/version.py +++ b/version.py @@ -2,4 +2,4 @@ """This file is just for the release bots of opendatahub manifests""" -__version__ = "1.0.11" +__version__ = "1.1.0"