From 3ee7ba1ba0fd75aec2f1e6960c2fad716c973245 Mon Sep 17 00:00:00 2001 From: iizitounene Date: Thu, 6 Jun 2024 17:07:33 +0200 Subject: [PATCH 1/2] [release-prepare] - Add spark history server --- release-please-config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 1955f53..fd57ec1 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,6 +9,16 @@ "draft": false, "prerelease": true, "initial-version": "0.12.10-rc.1" + }, + "spark-history-server": { + "changelog-path": "CHANGELOG.md", + "release-type": "helm", + "changelog-type": "default", + "bump-minor-pre-major": false, + "bump-patch-for-minor-pre-major": false, + "draft": false, + "prerelease": true, + "initial-version": "1.0.0" } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" From 892f1ac07e723c306a8de567dd5bfde4e69057fc Mon Sep 17 00:00:00 2001 From: iizitounene Date: Thu, 6 Jun 2024 17:08:51 +0200 Subject: [PATCH 2/2] [release-prepare] - Publish first pre-releases --- .release-please-manifest.json | 2 +- README.md | 2 +- superset/README.md | 2 +- superset/README.md.gotmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9f0251..311847d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,2 +1,2 @@ -{"superset":"0.12.10-rc.1"} +{} diff --git a/README.md b/README.md index c0e1614..55c88e6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Provides a collection of [helm](https://helm.sh/) charts used by the [okdp](http ## TL;DR ```console -$ helm repo add odkp http://okdp.github.io/charts/ +$ helm repo add odkp https://okdp.github.io/charts/ $ helm install my-release odkp/[chart] ``` diff --git a/superset/README.md b/superset/README.md index 7931520..f4d32bf 100644 --- a/superset/README.md +++ b/superset/README.md @@ -40,7 +40,7 @@ Objectively, the chart provides the following features: ## TL;DR ```console -$ helm repo add odkp http://okdp.github.io/charts +$ helm repo add odkp https://okdp.github.io/charts $ helm install my-superset odkp/superset ``` diff --git a/superset/README.md.gotmpl b/superset/README.md.gotmpl index 7951a88..8463892 100644 --- a/superset/README.md.gotmpl +++ b/superset/README.md.gotmpl @@ -41,7 +41,7 @@ Objectively, the chart provides the following features: ## TL;DR ```console -$ helm repo add odkp http://okdp.github.io/charts +$ helm repo add odkp https://okdp.github.io/charts $ helm install my-superset odkp/superset ```