From ff3ea3ac1694daa149b0c030574800c376b46812 Mon Sep 17 00:00:00 2001 From: Indy Prentice Date: Mon, 11 Sep 2023 18:23:50 -0300 Subject: [PATCH 1/5] Helm changes for 0.11.0 release (#366) Co-authored-by: Indy Prentice --- charts/datahub/Chart.yaml | 4 ++-- charts/datahub/quickstart-values-with-neo4j.yaml | 4 ++-- charts/datahub/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 609737bf9..ee2f81e6a 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,10 +4,10 @@ description: A Helm chart for LinkedIn DataHub type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.185 +version: 0.2.186 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 0.10.5 +appVersion: 0.11.0 dependencies: - name: datahub-gms version: 0.2.150 diff --git a/charts/datahub/quickstart-values-with-neo4j.yaml b/charts/datahub/quickstart-values-with-neo4j.yaml index d616daf7a..95a62c8b9 100644 --- a/charts/datahub/quickstart-values-with-neo4j.yaml +++ b/charts/datahub/quickstart-values-with-neo4j.yaml @@ -107,7 +107,7 @@ global: secretKey: mysql-root-password datahub: - version: v0.10.5 + version: v0.11.0 gms: port: "8080" mae_consumer: @@ -116,4 +116,4 @@ global: managed_ingestion: enabled: true - defaultCliVersion: "0.10.5.4" + defaultCliVersion: "0.11.0" diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 0c840997a..47c2ba3fd 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -554,7 +554,7 @@ global: # value: password datahub: - version: v0.10.5 + version: v0.11.0 gms: port: "8080" nodePort: "30001" @@ -586,7 +586,7 @@ global: managed_ingestion: enabled: true - defaultCliVersion: "0.10.5.4" + defaultCliVersion: "0.11.0" metadata_service_authentication: enabled: false From 935171e26592497818d2b329c886c3a5827ee597 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:04:06 -0500 Subject: [PATCH 2/5] Release v0.11.0 updates (#367) * feat(release): updates for release v0.11.0 --- charts/datahub/Chart.yaml | 12 ++++----- charts/datahub/README.md | 18 ++++++------- .../datahub/quickstart-values-with-neo4j.yaml | 14 +++++----- .../subcharts/datahub-frontend/Chart.yaml | 4 +-- .../datahub/subcharts/datahub-gms/Chart.yaml | 4 +-- .../datahub/subcharts/datahub-gms/README.md | 2 +- .../datahub-gms/templates/deployment.yaml | 2 +- .../templates/hazelcastService.yaml | 2 +- .../datahub-ingestion-cron/Chart.yaml | 4 +-- .../subcharts/datahub-mae-consumer/Chart.yaml | 4 +-- .../subcharts/datahub-mce-consumer/Chart.yaml | 4 +-- charts/datahub/values.yaml | 26 +++++++++---------- 12 files changed, 48 insertions(+), 48 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index ee2f81e6a..5c32de242 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,29 +4,29 @@ description: A Helm chart for LinkedIn DataHub type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.186 +version: 0.2.187 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.11.0 dependencies: - name: datahub-gms - version: 0.2.150 + version: 0.2.151 repository: file://./subcharts/datahub-gms condition: datahub-gms.enabled - name: datahub-frontend - version: 0.2.140 + version: 0.2.141 repository: file://./subcharts/datahub-frontend condition: datahub-frontend.enabled - name: datahub-mae-consumer - version: 0.2.146 + version: 0.2.147 repository: file://./subcharts/datahub-mae-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-mce-consumer - version: 0.2.149 + version: 0.2.150 repository: file://./subcharts/datahub-mce-consumer condition: global.datahub_standalone_consumers_enabled - name: datahub-ingestion-cron - version: 0.2.135 + version: 0.2.136 repository: file://./subcharts/datahub-ingestion-cron condition: datahub-ingestion-cron.enabled - name: acryl-datahub-actions diff --git a/charts/datahub/README.md b/charts/datahub/README.md index b077dedf2..986a84bd4 100644 --- a/charts/datahub/README.md +++ b/charts/datahub/README.md @@ -22,17 +22,17 @@ helm install datahub datahub/datahub --values <> |-----|------|---------|-------------| | datahub-frontend.enabled | bool | `true` | Enable Datahub Front-end | | datahub-frontend.image.repository | string | `"linkedin/datahub-frontend-react"` | Image repository for datahub-frontend | -| datahub-frontend.image.tag | string | `"v0.10.4"` | Image tag for datahub-frontend | +| datahub-frontend.image.tag | string | `"v0.11.0"` | Image tag for datahub-frontend | | datahub-frontend.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-frontend | | datahub-gms.enabled | bool | `true` | Enable GMS | | datahub-gms.image.repository | string | `"linkedin/datahub-gms"` | Image repository for datahub-gms | -| datahub-gms.image.tag | string | `"v0.10.4"` | Image tag for datahub-gms | +| datahub-gms.image.tag | string | `"v0.11.0"` | Image tag for datahub-gms | | datahub-gms.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-gms | | datahub-mae-consumer.image.repository | string | `"linkedin/datahub-mae-consumer"` | Image repository for datahub-mae-consumer | -| datahub-mae-consumer.image.tag | string | `"v0.10.4"` | Image tag for datahub-mae-consumer | +| datahub-mae-consumer.image.tag | string | `"v0.11.0"` | Image tag for datahub-mae-consumer | | datahub-mae-consumer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-mae-consumer | | datahub-mce-consumer.image.repository | string | `"linkedin/datahub-mce-consumer"` | Image repository for datahub-mce-consumer | -| datahub-mce-consumer.image.tag | string | `"v0.10.4"` | Image tag for datahub-mce-consumer | +| datahub-mce-consumer.image.tag | string | `"v0.11.0"` | Image tag for datahub-mce-consumer | | datahub-mce-consumer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for datahub-mce-consumer | | datahub-ingestion-cron.enabled | bool | `false` | Enable cronjob for periodic ingestion | | datahubUpgrade.podSecurityContext | object | `{}` | Pod security context for datahubUpgrade jobs | @@ -44,7 +44,7 @@ helm install datahub datahub/datahub --values <> | datahubUpgrade.restoreIndices.extraSidecars | list | `[]` | Add additional sidecar containers to the job pod | | elasticsearchSetupJob.enabled | bool | `true` | Enable setup job for elasicsearch | | elasticsearchSetupJob.image.repository | string | `"linkedin/datahub-elasticsearch-setup"` | Image repository for elasticsearchSetupJob | -| elasticsearchSetupJob.image.tag | string | `"v0.10.4"` | Image repository for elasticsearchSetupJob | +| elasticsearchSetupJob.image.tag | string | `"v0.11.0"` | Image repository for elasticsearchSetupJob | | elasticsearchSetupJob.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for elasticsearchSetupJob | | elasticsearchSetupJob.resources | object | '{}' | Kube Resource definitions for elasticsearchSetupJob | | elasticsearchSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for elasticsearchSetupJob | @@ -53,7 +53,7 @@ helm install datahub datahub/datahub --values <> | elasticsearchSetupJob.extraSidecars | list | `[]` | Add additional sidecar containers to the job pod | | kafkaSetupJob.enabled | bool | `true` | Enable setup job for kafka | | kafkaSetupJob.image.repository | string | `"linkedin/datahub-kafka-setup"` | Image repository for kafkaSetupJob | -| kafkaSetupJob.image.tag | string | `"v0.10.4"` | Image repository for kafkaSetupJob | +| kafkaSetupJob.image.tag | string | `"v0.11.0"` | Image repository for kafkaSetupJob | | kafkaSetupJob.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for kafkaSetupJob| | kafkaSetupJob.resources | object | '{}' | Kube Resource definitions for kafkaSetupJob | | kafkaSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for kafkaSetupJob | @@ -62,7 +62,7 @@ helm install datahub datahub/datahub --values <> | kafkaSetupJob.extraSidecars | list | `[]` | Add additional sidecar containers to the job pod | | mysqlSetupJob.enabled | bool | `false` | Enable setup job for mysql | | mysqlSetupJob.image.repository | string | `"acryldata/datahub-mysql-setup"` | Image repository for mysqlSetupJob | -| mysqlSetupJob.image.tag | string | `"v0.10.4"` | Image repository for mysqlSetupJob | +| mysqlSetupJob.image.tag | string | `"v0.11.0"` | Image repository for mysqlSetupJob | | mysqlSetupJob.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for mysqlSetupJob| | mysqlSetupJob.resources | object | '{}' | Kube Resource definitions for mysqlSetupJob | | mysqlSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for mysqlSetupJob | @@ -71,7 +71,7 @@ helm install datahub datahub/datahub --values <> | mysqlSetupJob.extraSidecars | list | `[]` | Add additional sidecar containers to the job pod | | postgresqlSetupJob.enabled | bool | `false` | Enable setup job for postgresql | | postgresqlSetupJob.image.repository | string | `"acryldata/datahub-postgres-setup"` | Image repository for postgresqlSetupJob | -| postgresqlSetupJob.image.tag | string | `"v0.10.4"` | Image repository for postgresqlSetupJob | +| postgresqlSetupJob.image.tag | string | `"v0.11.0"` | Image repository for postgresqlSetupJob | | postgresqlSetupJob.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for postgresqlSetupJob| | postgresqlSetupJob.resources | object | '{}' | Kube Resource definitions for postgresqlSetupJob | | postgresqlSetupJob.podSecurityContext | object | `{"fsGroup": 1000}` | Pod security context for mysqlSetupJob | @@ -164,7 +164,7 @@ helm install datahub datahub/datahub --values <> | global.datahub.managed_ingestion.enabled | bool | `true` | Whether or not UI-based ingestion experience is enabled. | | global.datahub.encryptionKey.secretRef | string | `datahub-encryption-secrets` | The reference to a secret containing an alpha-numeric encryption key, which is used to encrypt Secrets on DataHub. If a secret reference is not provided, a random one will be generated for you in a Kubernetes secret named `datahub-encryption-secrets`. | | global.datahub.encryptionKey.secretKey | string | `encryption_key_secret` | The key of a secret containing an alpha-numeric encryption key, which is used to encrypt Secrets on DataHub. If a secret reference is not provided, a random one will be generated for you in a Kubernetes secret value named `encryption_key_secret` within a secret named `datahub-encryption-secrets`. | -| global.datahub.managed_ingestion.defaultCliVersion | string | `` |0.10.0 This is the version of the DataHub CLI to use for UI ingestion, by default. | +| global.datahub.managed_ingestion.defaultCliVersion | string | `` |0.11.0 This is the version of the DataHub CLI to use for UI ingestion, by default. | | global.datahub.encryptionKey.provisionSecret.enabled | bool | `true` | Whether an encryption key secret should be provisioned on the first deployment for you. Set this to false if you are overriding global.datahub.encryptionKey.secretRef. | | global.datahub.encryptionKey.provisionSecret.autoGenerate | bool | `true` | Whether an encryption key secret should be provisioned for you **with a random seed** on the first deployment for you. Set this to false and use `global.datahub.encryptionKey.provisionSecret.secretValues.encryptionKey` if you would like to specify the secret values directly. | | global.datahub.encryptionKey.provisionSecret.secretValues.encryptionKey | string | `` | The encryption key value to be used if specified directly. | diff --git a/charts/datahub/quickstart-values-with-neo4j.yaml b/charts/datahub/quickstart-values-with-neo4j.yaml index 95a62c8b9..2d96a889c 100644 --- a/charts/datahub/quickstart-values-with-neo4j.yaml +++ b/charts/datahub/quickstart-values-with-neo4j.yaml @@ -4,14 +4,14 @@ datahub-gms: enabled: true image: repository: linkedin/datahub-gms - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version datahub-frontend: enabled: true image: repository: linkedin/datahub-frontend-react - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version # Set up ingress to expose react front-end ingress: @@ -40,35 +40,35 @@ elasticsearchSetupJob: enabled: true image: repository: linkedin/datahub-elasticsearch-setup - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version kafkaSetupJob: enabled: true image: repository: linkedin/datahub-kafka-setup - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version mysqlSetupJob: enabled: true image: repository: acryldata/datahub-mysql-setup - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version datahubUpgrade: enabled: true image: repository: acryldata/datahub-upgrade - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version datahub-ingestion-cron: enabled: false image: repository: acryldata/datahub-ingestion - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version global: diff --git a/charts/datahub/subcharts/datahub-frontend/Chart.yaml b/charts/datahub/subcharts/datahub-frontend/Chart.yaml index 4b5d0f601..1c07a61b5 100644 --- a/charts/datahub/subcharts/datahub-frontend/Chart.yaml +++ b/charts/datahub/subcharts/datahub-frontend/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.140 +version: 0.2.141 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.10.0 +appVersion: v0.11.0 diff --git a/charts/datahub/subcharts/datahub-gms/Chart.yaml b/charts/datahub/subcharts/datahub-gms/Chart.yaml index 1c8eb0cbd..b9fcd685d 100644 --- a/charts/datahub/subcharts/datahub-gms/Chart.yaml +++ b/charts/datahub/subcharts/datahub-gms/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for LinkedIn DataHub's datahub-gms component type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.150 +version: 0.2.151 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.10.0 +appVersion: v0.11.0 diff --git a/charts/datahub/subcharts/datahub-gms/README.md b/charts/datahub/subcharts/datahub-gms/README.md index 24df024ae..e258611cd 100644 --- a/charts/datahub/subcharts/datahub-gms/README.md +++ b/charts/datahub/subcharts/datahub-gms/README.md @@ -81,5 +81,5 @@ Current chart version is `0.2.0` | global.datahub.managed_ingestion.enabled | bool | `true` | Whether or not UI-based ingestion experience is enabled. | | global.datahub.encryptionKey.secretRef | string | `nil` | The reference to a secret containing an alpha-numeric encryption key, which is used to encrypt Secrets on DataHub. Required if managed_ingestion_enabled is 'true'. | | global.datahub.encryptionKey.secretKey | string | `nil` | The key of a secret containing an alpha-numeric encryption key, which is used to encrypt Secrets on DataHub. Required if managed_ingestion_enabled is 'true'. | -| global.datahub.managed_ingestion.defaultCliVersion | string | `0.10.0` | This is the version of the DataHub CLI to use for UI ingestion, by default. You do not need to explicitly provide this. By default the underlying datahub-gms container will provide a latest version compatible with the server. | +| global.datahub.managed_ingestion.defaultCliVersion | string | `0.11.0` | This is the version of the DataHub CLI to use for UI ingestion, by default. You do not need to explicitly provide this. By default the underlying datahub-gms container will provide a latest version compatible with the server. | | global.datahub.enable_retention | bool | `false` | Whether or not to enable retention on local DB | diff --git a/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml b/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml index 45524b096..d4d55367b 100644 --- a/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml +++ b/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml @@ -113,7 +113,7 @@ spec: - name: SEARCH_SERVICE_CACHE_IMPLEMENTATION value: "hazelcast" - name: SEARCH_SERVICE_HAZELCAST_SERVICE_NAME - value: {{ printf "%s-%s" .Release.Name "hazelcast-service" }} + value: {{ printf "%s-%s-%s" .Release.Name (regexReplaceAll "\\W+" .Values.global.datahub.version "-") "hazelcast-svc" | trunc 63 | trimSuffix "-" }} {{- end}} {{- if .Values.global.datahub.systemUpdate.enabled }} - name: DATAHUB_UPGRADE_HISTORY_KAFKA_CONSUMER_GROUP_ID diff --git a/charts/datahub/subcharts/datahub-gms/templates/hazelcastService.yaml b/charts/datahub/subcharts/datahub-gms/templates/hazelcastService.yaml index 50abdc524..b4a1aa427 100644 --- a/charts/datahub/subcharts/datahub-gms/templates/hazelcastService.yaml +++ b/charts/datahub/subcharts/datahub-gms/templates/hazelcastService.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ printf "%s-%s" .Release.Name "hazelcast-service" }} + name: {{ printf "%s-%s-%s" .Release.Name (regexReplaceAll "\\W+" .Values.global.datahub.version "-") "hazelcast-svc" | trunc 63 | trimSuffix "-" }} spec: clusterIP: None ports: diff --git a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml b/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml index 941fb2053..7f70d6aad 100644 --- a/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml +++ b/charts/datahub/subcharts/datahub-ingestion-cron/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.135 +version: 0.2.136 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.10.0 +appVersion: v0.11.0 diff --git a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml index 00939a712..e2ad31b49 100644 --- a/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mae-consumer/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.146 +version: 0.2.147 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.10.0 +appVersion: v0.11.0 diff --git a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml index f2985ec66..647ff4d54 100644 --- a/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml +++ b/charts/datahub/subcharts/datahub-mce-consumer/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.149 +version: 0.2.150 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v0.10.0 +appVersion: v0.11.0 diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 47c2ba3fd..597993ecb 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -4,7 +4,7 @@ datahub-gms: enabled: true image: repository: linkedin/datahub-gms - # tag: "v0.10.0 # defaults to .global.datahub.version + # tag: "v0.11.0 # defaults to .global.datahub.version resources: limits: memory: 2Gi @@ -23,7 +23,7 @@ datahub-frontend: enabled: true image: repository: linkedin/datahub-frontend-react - # tag: "v0.10.0" # # defaults to .global.datahub.version + # tag: "v0.11.0" # # defaults to .global.datahub.version resources: limits: memory: 1400Mi @@ -59,7 +59,7 @@ acryl-datahub-actions: datahub-mae-consumer: image: repository: linkedin/datahub-mae-consumer - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version resources: limits: memory: 1536Mi @@ -70,7 +70,7 @@ datahub-mae-consumer: datahub-mce-consumer: image: repository: linkedin/datahub-mce-consumer - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version resources: limits: memory: 1536Mi @@ -82,13 +82,13 @@ datahub-ingestion-cron: enabled: false image: repository: acryldata/datahub-ingestion - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version elasticsearchSetupJob: enabled: true image: repository: linkedin/datahub-elasticsearch-setup - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version resources: limits: cpu: 500m @@ -118,7 +118,7 @@ kafkaSetupJob: enabled: true image: repository: linkedin/datahub-kafka-setup - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version resources: limits: cpu: 500m @@ -148,7 +148,7 @@ mysqlSetupJob: enabled: true image: repository: acryldata/datahub-mysql-setup - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version resources: limits: cpu: 500m @@ -183,7 +183,7 @@ postgresqlSetupJob: enabled: false image: repository: acryldata/datahub-postgres-setup - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version resources: limits: cpu: 500m @@ -223,7 +223,7 @@ datahubUpgrade: enabled: true image: repository: acryldata/datahub-upgrade - # tag: "v0.10.0" # defaults to .global.datahub.version + # tag: "v0.11.0" # defaults to .global.datahub.version batchSize: 1000 batchDelayMs: 100 noCodeDataMigration: @@ -620,9 +620,9 @@ global: ## Values specific to the unified search and browse feature. search_and_browse: - show_search_v2: false # If on, show the new search filters experience as of v0.10.5 - show_browse_v2: false # If on, show the new browse experience as of v0.10.5 - backfill_browse_v2: false # If on, run the backfill upgrade job that generates default browse paths for relevant entities + show_search_v2: true # If on, show the new search filters experience as of v0.10.5 + show_browse_v2: true # If on, show the new browse experience as of v0.10.5 + backfill_browse_v2: true # If on, run the backfill upgrade job that generates default browse paths for relevant entities # hostAliases: # - ip: "192.168.0.104" From d8e8c551284675b892e7efe6a102338de47390a7 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Tue, 19 Sep 2023 04:05:31 -0500 Subject: [PATCH 3/5] doc(values): remove duplicate doc (#363) * doc(values): remove duplicate doc * Update Chart.yaml --------- Co-authored-by: Pedro Silva --- charts/datahub/Chart.yaml | 2 +- charts/datahub/subcharts/datahub-ingestion-cron/values.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 5c32de242..149e95c10 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for LinkedIn DataHub type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.187 +version: 0.2.188 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.11.0 diff --git a/charts/datahub/subcharts/datahub-ingestion-cron/values.yaml b/charts/datahub/subcharts/datahub-ingestion-cron/values.yaml index 4e703a6be..6f3825a8c 100644 --- a/charts/datahub/subcharts/datahub-ingestion-cron/values.yaml +++ b/charts/datahub/subcharts/datahub-ingestion-cron/values.yaml @@ -100,12 +100,6 @@ crons: {} ## #tolerations: [] - ## Add extra sidecar containers to deployment pod - #extraSidecars: - # - name: my-image-name - # image: my-image - # imagePullPolicy: Always - global: datahub: version: head From ef63fae2d436ff099f600c8909a96a1e98c90c5b Mon Sep 17 00:00:00 2001 From: Dimitri <36767102+dim-ops@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:07:59 +0200 Subject: [PATCH 4/5] chore(gms): setup readiness & liveness from main chart (#314) * fix(gms): increase initialDelaySeconds readiness & liveness * chore(gms): setup readiness & liveness from main chart --------- Co-authored-by: Dimitri GRISARD --- charts/datahub/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 597993ecb..d0394cb68 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -11,6 +11,14 @@ datahub-gms: requests: cpu: 100m memory: 1Gi + livenessProbe: + initialDelaySeconds: 60 + periodSeconds: 30 + failureThreshold: 8 + readinessProbe: + initialDelaySeconds: 120 + periodSeconds: 30 + failureThreshold: 8 # Optionally set a GMS specific SQL login (defaults to global login) # sql: # datasource: From e725085d99dc5e48cd1706cfcd52636f9ed5ed83 Mon Sep 17 00:00:00 2001 From: RyanHolstien Date: Fri, 29 Sep 2023 14:41:18 -0500 Subject: [PATCH 5/5] fix(secret): improve secret default behavior (#369) * fix(secret): improve length of default key to be more brute force resilient * Update Chart.yaml --- charts/datahub/Chart.yaml | 4 ++-- charts/datahub/subcharts/datahub-frontend/Chart.yaml | 2 +- .../datahub/subcharts/datahub-frontend/templates/secrets.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/datahub/Chart.yaml b/charts/datahub/Chart.yaml index 149e95c10..5954c3240 100644 --- a/charts/datahub/Chart.yaml +++ b/charts/datahub/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for LinkedIn DataHub type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.188 +version: 0.2.189 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.11.0 @@ -14,7 +14,7 @@ dependencies: repository: file://./subcharts/datahub-gms condition: datahub-gms.enabled - name: datahub-frontend - version: 0.2.141 + version: 0.2.142 repository: file://./subcharts/datahub-frontend condition: datahub-frontend.enabled - name: datahub-mae-consumer diff --git a/charts/datahub/subcharts/datahub-frontend/Chart.yaml b/charts/datahub/subcharts/datahub-frontend/Chart.yaml index 1c07a61b5..98bec17fd 100644 --- a/charts/datahub/subcharts/datahub-frontend/Chart.yaml +++ b/charts/datahub/subcharts/datahub-frontend/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.141 +version: 0.2.142 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: v0.11.0 diff --git a/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml b/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml index 9faeb32e0..e3bc54221 100644 --- a/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml +++ b/charts/datahub/subcharts/datahub-frontend/templates/secrets.yaml @@ -7,5 +7,5 @@ metadata: {{- include "datahub-frontend.labels" . | nindent 4 }} type: Opaque data: - datahub.gms.secret: {{ randAlphaNum 10 | b64enc | quote }} + datahub.gms.secret: {{ randAscii 32 | b64enc | quote }} {{- end -}} \ No newline at end of file