You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Add support for Druid 37.0.0
This requires providing the aws.region, which necessitated moving the additional MiddleManager jvm configs out of MiddleManagerConfigFragment::compute_files
* test: Add 37.0.0, remove 34.0.0
Note: Druid 37.0.0 doesn't support non-TLS S3 connections, so we drop the non-TLS tests.
* docs: Update supported versions
* chore: Update changelog
* Apply suggestions from code review
Co-authored-by: Techassi <git@techassi.dev>
---------
Co-authored-by: Techassi <git@techassi.dev>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file.
7
7
### Added
8
8
9
9
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#818]).
10
-
- Support OIDC `clientAuthenticationMethod` configuration ([#813]).
10
+
- Add support for OIDC `clientAuthenticationMethod` configuration ([#813]).
11
+
- Add support for Druid 37.0.0 ([#832]).
11
12
12
13
### Changed
13
14
@@ -21,14 +22,16 @@ All notable changes to this project will be documented in this file.
21
22
22
23
### Deleted
23
24
24
-
- Removed all metadata storage related properties from product config ([#814]).
25
+
- Remove all metadata storage related properties from product config ([#814]).
0 commit comments