From 0868219a7c9b8ebd0386436d5b02c228f8e54695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Mon, 10 Feb 2025 11:24:57 +0100 Subject: [PATCH] Update version to 1.37.0 --- README.md | 4 ++-- charts/trino/Chart.yaml | 2 +- charts/trino/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d5cd754..b2c2eb02 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ the name to get an output similar to the following: ``` NAME CHART VERSION APP VERSION DESCRIPTION -trino/trino 1.36.0 470 Fast distributed SQL query engine for big data ... +trino/trino 1.37.0 470 Fast distributed SQL query engine for big data ... trino/trino-gateway 1.13.2 13 A Helm chart for Trino Gateway ``` @@ -35,7 +35,7 @@ After configuring your Kubernetes cluster, you can install Trino with the chart `trino/trino` using: ```console -helm install my-trino trino/trino --version 1.36.0 +helm install my-trino trino/trino --version 1.37.0 ``` Also, you can check the manifests using: diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index 515fc6d3..2dd929fd 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -15,7 +15,7 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.36.0 +version: 1.37.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 diff --git a/charts/trino/README.md b/charts/trino/README.md index 164d1444..1a24e41d 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -1,6 +1,6 @@ # trino -![Version: 1.36.0](https://img.shields.io/badge/Version-1.36.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 470](https://img.shields.io/badge/AppVersion-470-informational?style=flat-square) +![Version: 1.37.0](https://img.shields.io/badge/Version-1.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 470](https://img.shields.io/badge/AppVersion-470-informational?style=flat-square) Fast distributed SQL query engine for big data analytics that helps you explore your data universe