Skip to content

Commit

Permalink
feat: Prepare 1.2.0 Release (#190)
Browse files Browse the repository at this point in the history
* fix: exclude additionalProperties constraint from image block

* fix(release): Update Configs with new changes

* chore: version bump

* fix: Update ES Charts to 8.5.1
  • Loading branch information
akash-jain-10 authored Oct 26, 2023
1 parent b55ddf9 commit f9e8dfa
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.
6 changes: 3 additions & 3 deletions charts/deps/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 9.7.1
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.16.3
version: 8.5.1
- name: airflow
repository: https://airflow-helm.github.io/charts
version: 8.8.0
digest: sha256:dfbdae7c1d15a3341434ae4b288c5df316e9caf578743aaabb8a5dc5b3d40f2b
generated: "2023-09-15T20:28:01.84969+05:30"
digest: sha256:c4a68ed6f7480bda021d99bb39daf90ed686edeae3605389158b2fc5b9d05f7c
generated: "2023-10-26T15:20:32.348887+05:30"
6 changes: 3 additions & 3 deletions charts/deps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.1.14
version: 1.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.7"
appVersion: "1.2.0"

home: https://open-metadata.org/

Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies:
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
condition: mysql.enabled
- name: elasticsearch
version: "7.16.3"
version: "8.5.1"
repository: "https://helm.elastic.co"
condition: elasticsearch.enabled
- name: airflow
Expand Down
2 changes: 1 addition & 1 deletion charts/deps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ airflow:
airflow:
image:
repository: docker.getcollate.io/openmetadata/ingestion
tag: 1.1.7
tag: 1.2.0
pullPolicy: "IfNotPresent"
executor: "KubernetesExecutor"
config:
Expand Down
4 changes: 2 additions & 2 deletions charts/openmetadata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.1.14
version: 1.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.7"
appVersion: "1.2.0"

home: https://open-metadata.org/

Expand Down
7 changes: 4 additions & 3 deletions charts/openmetadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
| openmetadata.config.database.auth.password.secretKey | string | `openmetadata-mysql-password` | DB_USER_PASSWORD |
| openmetadata.config.database.auth.username | string | `openmetadata_user` | DB_USER|
| openmetadata.config.database.databaseName | string | `openmetadata_db` | OM_DATABASE |
| openmetadata.config.database.dbParams| string | `allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC` | DB_PARAMS |
| openmetadata.config.database.dbScheme| string | `mysql` | DB_SCHEME |
| openmetadata.config.database.dbUseSSL| bool | `false` | DB_USE_SSL |
| openmetadata.config.database.driverClass| string | `com.mysql.cj.jdbc.Driver` | DB_DRIVER_CLASS |
| openmetadata.config.database.host | string | `mysql` | DB_HOST |
| openmetadata.config.database.port | int | 3306 | DB_PORT |
Expand Down Expand Up @@ -141,6 +141,7 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
| openmetadata.config.jwtTokenConfiguration.keyId | string | `Gb389a-9f76-gdjs-a92j-0242bk94356` | JWT_KEY_ID |
| openmetadata.config.logLevel | string | `INFO` | LOG_LEVEL |
| openmetadata.config.maskPasswordsApi | bool | `false` | MASK_PASSWORDS_API |
| openmetadata.config.migrationConfigs.extensionPath | string | `Empty string` | MIGRATION_EXTENSION_PATH |
| openmetadata.config.openmetadata.adminPort | int | 8586 | SERVER_ADMIN_PORT |
| openmetadata.config.openmetadata.host | string | `openmetadata` | OPENMETADATA_SERVER_URL |
| openmetadata.config.openmetadata.port | int | 8585 | SERVER_PORT |
Expand All @@ -149,7 +150,7 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
| openmetadata.config.pipelineServiceClientConfig.auth.username | string | `admin` | AIRFLOW_USERNAME |
| openmetadata.config.pipelineServiceClientConfig.apiEndpoint | string | `http://openmetadata-dependencies-web:8080` | PIPELINE_SERVICE_CLIENT_ENDPOINT |
| openmetadata.config.pipelineServiceClientConfig.className | string | `org.openmetadata.service.clients.pipeline.airflow.AirflowRESTClient` | PIPELINE_SERVICE_CLIENT_CLASS_NAME |
| openmetadata.config.pipelineServiceClientConfig.enabled | bool | `true` | |
| openmetadata.config.pipelineServiceClientConfig.enabled | bool | `true` | PIPELINE_SERVICE_CLIENT_ENABLED |
| openmetadata.config.pipelineServiceClientConfig.healthCheckInterval | int | `300` | PIPELINE_SERVICE_CLIENT_HEALTH_CHECK_INTERVAL |
| openmetadata.config.pipelineServiceClientConfig.ingestionIpInfoEnabled | bool | `false` | PIPELINE_SERVICE_IP_INFO_ENABLED |
| openmetadata.config.pipelineServiceClientConfig.metadataApiEndpoint | string | `http://openmetadata:8585/api` | SERVER_HOST_API_URL |
Expand Down Expand Up @@ -208,7 +209,7 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
| fullnameOverride | string | `"openmetadata"` |
| image.pullPolicy | string | `"Always"` |
| image.repository | string | `"docker.getcollate.io/openmetadata/server"` |
| image.tag | string | `1.1.7` |
| image.tag | string | `1.2.0` |
| imagePullSecrets | list | `[]` |
| ingress.annotations | object | `{}` |
| ingress.className | string | `""` |
Expand Down
8 changes: 6 additions & 2 deletions charts/openmetadata/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ OpenMetadata Configurations Environment Variables*/}}
name: {{ include "OpenMetadata.fullname" . }}-secret
key: FERNET_KEY
{{- end }}
- name: MIGRATION_EXTENSION_PATH
value: "{{ .Values.openmetadata.config.migrationConfigs.extensionPath }}"
- name: EVENT_MONITOR
value: "{{ .Values.openmetadata.config.eventMonitor.type }}"
- name: EVENT_MONITOR_BATCH_SIZE
Expand Down Expand Up @@ -352,9 +354,11 @@ OpenMetadata Configurations Environment Variables*/}}
value: "{{ .Values.openmetadata.config.database.driverClass }}"
- name: DB_SCHEME
value: "{{ .Values.openmetadata.config.database.dbScheme }}"
- name: DB_USE_SSL
value: "{{ .Values.openmetadata.config.database.dbUseSSL }}"
- name: DB_PARAMS
value: "{{ .Values.openmetadata.config.database.dbParams }}"
{{- if .Values.openmetadata.config.pipelineServiceClientConfig.enabled }}
- name: PIPELINE_SERVICE_CLIENT_ENABLED
value: "{{ .Values.openmetadata.config.pipelineServiceClientConfig.enabled }}"
- name: PIPELINE_SERVICE_CLIENT_CLASS_NAME
value: "{{ .Values.openmetadata.config.pipelineServiceClientConfig.className }}"
- name: PIPELINE_SERVICE_IP_INFO_ENABLED
Expand Down
17 changes: 11 additions & 6 deletions charts/openmetadata/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"errorMessage": "Global keyword has been replaced by openmetadata.config"
},
"properties": {
"migrationConfigs": {
"type": "object",
"additionalProperties": false,
"properties": {
"extensionPath": {
"type": "string"
}
}
},
"web": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -586,8 +595,8 @@
"dbScheme": {
"type": "string"
},
"dbUseSSL": {
"type": "boolean"
"dbParams": {
"type": "string"
},
"driverClass": {
"type": "string"
Expand Down Expand Up @@ -873,16 +882,12 @@
},
"image": {
"type": "object",
"additionalProperties": false,
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ replicaCount: 1
# Below are defaults as per openmetadata-dependencies Helm Chart Values
openmetadata:
config:
migrationConfigs:
extensionPath: ""
upgradeMigrationConfigs:
force: false
migrationLimitParam: 1200
Expand Down Expand Up @@ -47,13 +49,13 @@ openmetadata:
port: 3306
driverClass: com.mysql.cj.jdbc.Driver
dbScheme: mysql
dbUseSSL: false
databaseName: openmetadata_db
auth:
username: openmetadata_user
password:
secretRef: mysql-secrets
secretKey: openmetadata-mysql-password
dbParams: "allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC"
pipelineServiceClientConfig:
enabled: true
className: "org.openmetadata.service.clients.pipeline.airflow.AirflowRESTClient"
Expand Down

0 comments on commit f9e8dfa

Please sign in to comment.