Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Prepare 1.2.1 Application Release #195

Merged
merged 5 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Add Helm repos
run: |
helm repo add elasticsearch https://helm.elastic.co
helm repo add mysql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
helm repo add mysql https://charts.bitnami.com/bitnami
helm repo add airflow https://airflow-helm.github.io/charts
- uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Add Helm repos
run: |
helm repo add elasticsearch https://helm.elastic.co
helm repo add mysql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
helm repo add mysql https://charts.bitnami.com/bitnami
helm repo add airflow https://airflow-helm.github.io/charts
- name: Run chart-releaser
Expand Down
4 changes: 2 additions & 2 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.2.1
version: 1.2.2

# 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.2.0"
appVersion: "1.2.1"

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

Expand Down
2 changes: 1 addition & 1 deletion charts/deps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ airflow:
airflow:
image:
repository: docker.getcollate.io/openmetadata/ingestion
tag: 1.2.0
tag: 1.2.1
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.2.1
version: 1.2.2

# 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.2.0"
appVersion: "1.2.1"

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

Expand Down
5 changes: 1 addition & 4 deletions charts/openmetadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
| openmetadata.config.airflow.openmetadata.serverHostApiUrl | string | `http://openmetadata:8585/api` | SERVER_HOST_API_URL |
| openmetadata.config.airflow.sslCertificatePath | string | `/no/path` | PIPELINE_SERVICE_CLIENT_SSL_CERT_PATH |
| openmetadata.config.airflow.verifySsl | string | `no-ssl` | PIPELINE_SERVICE_CLIENT_VERIFY_SSL |
| openmetadata.config.basicLogin.maxLoginFailAttempts | int | 3 | OM_MAX_FAILED_LOGIN_ATTEMPTS |
| openmetadata.config.basicLogin.accessBlockTime | int | 600 | OM_LOGIN_ACCESS_BLOCK_TIME |
| openmetadata.config.clusterName | string | `openmetadata` | OPENMETADATA_CLUSTER_NAME |
| openmetadata.config.database.auth.password.secretRef | string | `mysql-secrets` | DB_USER_PASSWORD |
| openmetadata.config.database.auth.password.secretKey | string | `openmetadata-mysql-password` | DB_USER_PASSWORD |
Expand Down Expand Up @@ -141,7 +139,6 @@ 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 Down Expand Up @@ -209,7 +206,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.2.0` |
| image.tag | string | `1.2.1` |
| imagePullSecrets | list | `[]` |
| ingress.annotations | object | `{}` |
| ingress.className | string | `""` |
Expand Down
6 changes: 0 additions & 6 deletions charts/openmetadata/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ 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 @@ -148,10 +146,6 @@ OpenMetadata Configurations Environment Variables*/}}
value: '[{{ include "OpenMetadata.commaJoinedQuotedList" (dict "value" .Values.openmetadata.config.authentication.jwtPrincipalClaims) }}]'
- name: AUTHENTICATION_ENABLE_SELF_SIGNUP
value: "{{ .Values.openmetadata.config.authentication.enableSelfSignup }}"
- name: OM_MAX_FAILED_LOGIN_ATTEMPTS
value: "{{ .Values.openmetadata.config.basicLogin.maxLoginFailAttempts }}"
- name: OM_LOGIN_ACCESS_BLOCK_TIME
value: "{{ .Values.openmetadata.config.basicLogin.accessBlockTime }}"
- name: AUTHORIZER_CLASS_NAME
value: "{{ .Values.openmetadata.config.authorizer.className }}"
- name: AUTHORIZER_REQUEST_FILTER
Expand Down
21 changes: 0 additions & 21 deletions charts/openmetadata/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@
"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 @@ -549,18 +540,6 @@
}
}
},
"basicLogin": {
"type": "object",
"additionalProperties": false,
"properties": {
"accessBlockTime": {
"type": "integer"
},
"maxLoginFailAttempts": {
"type": "integer"
}
}
},
"clusterName": {
"type": "string"
},
Expand Down
6 changes: 0 additions & 6 deletions charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ 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 @@ -162,10 +160,6 @@ openmetadata:
secretRef: ""
secretKey: ""

basicLogin:
maxLoginFailAttempts: 3
# in seconds
accessBlockTime: 600
jwtTokenConfiguration:
enabled: true
# File Path on Airflow Container
Expand Down
Loading