From 6df8c569ec60b6e1949f5389e6dbbea44e39cfd6 Mon Sep 17 00:00:00 2001 From: iameskild Date: Thu, 3 Aug 2023 10:55:25 -0700 Subject: [PATCH 1/2] Add release notes for 2023.7.2, update release notes for 2023.7.1 --- RELEASE.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 7c50eb7871..9eb17a1cd9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,9 +11,20 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ## Upcoming Release +## Release 2023.7.2 - August 3, 2023 + +This is a hot-fix release that resolves an issue whereby users in the `analyst` group are unable to launch their JupyterLab server because the name of the viewer-specific `ARGO_TOKEN` was mislabeled; see [PR 1881](https://github.com/nebari-dev/nebari/pull/1881) for more details. + +### What's Changed +* Fix argo-viewer service account reference by @iameskild in https://github.com/nebari-dev/nebari/pull/1881 +* Add release notes for 2023.7.2, update release notes for 2023.7.1 by @iameskild in https://github.com/nebari-dev/nebari/pull/1886 + + ## Release 2023.7.1 - July 21, 2023 -> WARNING: CDS Dashboards will be deprecated soon. Nebari 2023.7.1 will be the last release with support for CDS Dashboards integration. A new dashboard sharing mechanism added in the near future, but some releases in the interim will not have dashboard sharing capabilities.. +> WARNING: CDS Dashboards will be deprecated soon. Nebari `2023.7.1` will be the last release with support for CDS Dashboards integration. A new dashboard sharing mechanism added in the near future, but some releases in the interim will not have dashboard sharing capabilities.. + +> WARNING: For those running on AWS, upgrading from previous versions to `2023.7.1` requires a [backup](https://www.nebari.dev/docs/how-tos/manual-backup). Due to changes made to the VPC (See [issue 1884](https://github.com/nebari-dev/nebari/issues/1884) for details), Terraform thinks it needs to destroy and reprovision a new VPC which causes the entire cluster to be destroyed and rebuilt. ### Feature changes and enhancements @@ -23,7 +34,8 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. --> ### Breaking Changes -* No known breaking changes. +* As mentioned in the above WARNING, clusters running on AWS should perform a [manual backup](https://www.nebari.dev/docs/how-tos/manual-backup) before running the upgrade to the latest version as changes to the AWS VPC will cause the cluster to be destroyed and redeployed. + ### What's Changed * use conda forge explicitly in conda build test by @pmeier in https://github.com/nebari-dev/nebari/pull/1771 From a9d61a8e44b21f83e51f3ee142ec676d7ad6d851 Mon Sep 17 00:00:00 2001 From: iameskild Date: Thu, 3 Aug 2023 12:21:38 -0700 Subject: [PATCH 2/2] Update constants.py --- src/_nebari/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/constants.py b/src/_nebari/constants.py index 2f79a62738..dc1b2d8848 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -1,4 +1,4 @@ -CURRENT_RELEASE = "2023.7.1" +CURRENT_RELEASE = "2023.7.2" TERRAFORM_VERSION = "1.0.5"