Skip to content

Commit 6557e47

Browse files
chore(release): Prepare Branch for release 1.13.3
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 96bb1ac commit 6557e47

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.2
1+
1.13.3

charts/deps/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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: 1.13.2
18+
version: 1.13.3
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: "1.13.2"
24+
appVersion: "1.13.3"
2525

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

charts/deps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ airflow:
8787
images:
8888
airflow:
8989
repository: docker.getcollate.io/openmetadata/ingestion
90-
tag: 1.13.2
90+
tag: 1.13.3
9191
pullPolicy: "IfNotPresent"
9292
# Use KubernetesExecutor for production deployments (recommended)
9393
# For local development (Docker Desktop/Minikube), use LocalExecutor instead

charts/openmetadata/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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: 1.13.2
18+
version: 1.13.3
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: "1.13.2"
24+
appVersion: "1.13.3"
2525

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

@@ -59,7 +59,7 @@ icon: https://open-metadata.org/assets/favicon.png
5959
annotations:
6060
artifacthub.io/images: |
6161
- name: openmetadata-server
62-
image: docker.io/openmetadata/server:1.13.2
62+
image: docker.io/openmetadata/server:1.13.3
6363
artifacthub.io/license: "Apache-2.0"
6464
# artifacthub.io/prerelease: "false"
6565
artifacthub.io/recommendations: |

charts/openmetadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ You can enable `gateway` alongside `ingress` during migration. Configure hostnam
292292
| fullnameOverride | string | `"openmetadata"` |
293293
| image.pullPolicy | string | `"Always"` |
294294
| image.repository | string | `"docker.getcollate.io/openmetadata/server"` |
295-
| image.tag | string | `1.13.2` |
295+
| image.tag | string | `1.13.3` |
296296
| imagePullSecrets | list | `[]` |
297297
| gateway.annotations | object | `{}` |
298298
| gateway.enabled | bool | `false` |

0 commit comments

Comments
 (0)