Skip to content

Commit 8209c28

Browse files
committed
Add 2024.11.1 release notes and bump version (#2859)
1 parent 0f03faf commit 8209c28

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.md

+17
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ This file is copied to nebari-dev/nebari-docs using a GitHub Action. -->
99

1010
---
1111

12+
## Release 2024.11.1 - November 21, 2024 (Hotfix Release)
13+
14+
> NOTE: This hotfix addresses several major bugs identified in the 2024.9.1 release. For a detailed overview, please refer to the related discussion at #2798. Users should upgrade directly from 2024.7.1 to 2024.11.1.
15+
16+
## What's Changed
17+
18+
- fix `CHECK_URL` in kuberhealthy checks to respect namespaces by @dcmcand in https://github.com/nebari-dev/nebari/pull/2779
19+
- fix bug where `check_immutable_fields` throws error with old version of Nebari by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2796
20+
- Fix immutable field validation error when a sub-schema is not Pydantic by @kenafoster in https://github.com/nebari-dev/nebari/pull/2797
21+
- Address issue with AWS instance type schema by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2787
22+
- Add broken note by @Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2802
23+
- Refactor role creation for upgrade command path by @viniciusdc in https://github.com/nebari-dev/nebari/pull/2795
24+
- Allow overriding of keycloak root credentials for 2024.11.1 upgrade path #2843
25+
- Disable AWS `launch_template` from nebari-config schema #2856
26+
27+
**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.9.1...2024.11.1
28+
1229
## Release 2024.9.1 - September 27, 2024 (Broken Release)
1330

1431
> WARNING: This release was later found to have unresolved issues described further in [issue 2798](https://github.com/nebari-dev/nebari/issues/2798). We have marked this release as broken on conda-forge and yanked it on PyPI. One of the bugs prevents any upgrade from 2024.9.1 to 2024.11.1. Users should skip this release entirely and upgrade directly from 2024.7.1 to 2024.11.1.

src/_nebari/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CURRENT_RELEASE = "2024.9.1"
1+
CURRENT_RELEASE = "2024.11.1"
22

33
HELM_VERSION = "v3.15.3"
44
KUSTOMIZE_VERSION = "5.4.3"

0 commit comments

Comments
 (0)