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
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 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