Skip to content

Commit 59d6eb8

Browse files
committed
Merge branch 'main' into 'enterprise'
Sync main to enterprise See merge request dkinternal/testgen/dataops-testgen!232
2 parents 4c2867c + e3a40cf commit 59d6eb8

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99

1010
[DataOps TestGen Documentation](https://docs.datakitchen.io/articles/dataops-testgen-help/dataops-testgen-help)
1111

12-
[DataOps TestGen Case Study](https://datakitchen.io/datakitchens-data-quality-testgen-found-18-quality-issues-in-a-few-minutes-including-install-time-on-data-boston-gov-building-permit-data/)
1312

1413
## Features
1514

15+
[Interactive Product Tour](https://datakitchen.storylane.io/share/byag8vimd5tn)
16+
1617
What does DataKitchen's DataOps Data Quality TestGen do? It helps you understand and <b>find data issues in new data</b>.
1718
<p align="center">
1819
<img alt="DatKitchen Open Source Data Quality TestGen Features - New Data" src="https://datakitchen.io/wp-content/uploads/2024/07/Screenshot-2024-07-23-at-2.22.57 PM.png" width="70%">

deploy/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ testgen:
5757
image:
5858

5959
# DataOps TestGen version to be installed / upgraded
60-
tag: v3.0
60+
tag: v4.0
6161
```
6262
6363
# Installing

deploy/charts/testgen-app/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 1.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v3"
24+
appVersion: "v4"

deploy/charts/testgen-app/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ replicaCount: 1
3131
image:
3232
repository: "datakitchen/dataops-testgen"
3333
pullPolicy: IfNotPresent
34-
tag: "v3"
34+
tag: "v4"
3535

3636
imagePullSecrets:
3737
nameOverride: ""

deploy/charts_values/values-app-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ testgen:
1010

1111
image:
1212
# DataOps TestGen version to be installed / upgraded
13-
tag: v3
13+
tag: v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "dataops-testgen"
11-
version = "4.0.12"
11+
version = "4.1.2"
1212
description = "DataKitchen's Data Quality DataOps TestGen"
1313
authors = [
1414
{ "name" = "DataKitchen, Inc.", "email" = "info@datakitchen.io" },

0 commit comments

Comments
 (0)