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
[#7305] improve: Change the version from 0.10.0 to 1.0.0 (#7326)
### What changes were proposed in this pull request?
Change the version to 1.0.0 as the next major release.
### Why are the changes needed?
Fix: #7305
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Using existing tests to verify.
Copy file name to clipboardExpand all lines: catalogs/catalog-lakehouse-hudi/src/main/java/org/apache/gravitino/catalog/lakehouse/hudi/backend/hms/kerberos/AuthenticationConfig.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,14 @@ public AuthenticationConfig(java.util.Map<String, String> properties) {
47
47
newConfigBuilder(AUTH_TYPE_KEY)
48
48
.doc(
49
49
"The type of authentication for Hudi catalog, currently we only support simple and Kerberos")
Copy file name to clipboardExpand all lines: catalogs/catalog-lakehouse-hudi/src/main/java/org/apache/gravitino/catalog/lakehouse/hudi/backend/hms/kerberos/KerberosConfig.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,31 +38,31 @@ public class KerberosConfig extends AuthenticationConfig {
Copy file name to clipboardExpand all lines: dev/charts/gravitino/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
# under the License.
18
18
#
19
19
apiVersion: v2
20
-
appVersion: 0.10.0-SNAPSHOT
20
+
appVersion: 1.0.0-SNAPSHOT
21
21
description: Apache Gravitino is a high-performance, geo-distributed, and federated metadata lake. It manages the metadata directly in different sources, types, and regions. It also provides users with unified metadata access for data and AI assets.
0 commit comments