From 14a621d77c5d807a459a09bea2ec89e7f7b8a819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 11 Oct 2021 19:24:09 +0200 Subject: [PATCH] chore: prepare release 0.13.0 --- caddy/go.mod | 2 +- charts/mercure/Chart.yaml | 4 ++-- charts/mercure/README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/caddy/go.mod b/caddy/go.mod index 6aa86f4c..dbd0ceb6 100644 --- a/caddy/go.mod +++ b/caddy/go.mod @@ -7,7 +7,7 @@ replace github.com/dunglas/mercure => ../ require ( github.com/caddyserver/caddy/v2 v2.4.3 github.com/caddyserver/certmagic v0.14.1 // indirect - github.com/dunglas/mercure v0.12.2 + github.com/dunglas/mercure v0.13.0 github.com/google/uuid v1.3.0 // indirect github.com/klauspost/cpuid/v2 v2.0.9 // indirect github.com/miekg/dns v1.1.43 // indirect diff --git a/charts/mercure/Chart.yaml b/charts/mercure/Chart.yaml index 67127d61..01c9c654 100644 --- a/charts/mercure/Chart.yaml +++ b/charts/mercure/Chart.yaml @@ -12,8 +12,8 @@ keywords: - streaming-api - async-api type: application -version: 0.12.2 -appVersion: "v0.12.2" +version: 0.13.0 +appVersion: "v0.13.0" maintainers: - name: dunglas email: kevin@dunglas.fr diff --git a/charts/mercure/README.md b/charts/mercure/README.md index 1e03e440..34a8599c 100644 --- a/charts/mercure/README.md +++ b/charts/mercure/README.md @@ -1,6 +1,6 @@ # Mercure Chart for Kubernetes -![Version: 0.12.2](https://img.shields.io/badge/Version-0.12.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.2](https://img.shields.io/badge/AppVersion-v0.12.2-informational?style=flat-square) +![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.0](https://img.shields.io/badge/AppVersion-v0.13.0-informational?style=flat-square) A Helm chart to install a Mercure Hub in a Kubernetes cluster. Mercure is a protocol to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. @@ -19,10 +19,10 @@ To install the chart with the release name `my-release`, run the following comma |-----|------|---------|-------------| | affinity | object | `{}` | [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) configuration. See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling) for details. | | autoscaling | object | Disabled by default. | Autoscaling must not be enabled unless you are using [the High Availability version](https://mercure.rocks/docs/hub/cluster) (see [values.yaml](values.yaml) for details). | -| debug | bool | `false` | Enable the debug mode. | | dev | bool | `false` | Enable the development mode, including the debug UI and the demo. | -| extraDirectives | string | `""` | Extra Mercure directives to include in the Caddyfile. | +| extraDirectives | string | `""` | Inject extra Mercure directives in the Caddyfile. | | fullnameOverride | string | `""` | A name to substitute for the full names of resources. | +| globalOptions | string | `""` | Inject global options in the Caddyfile. | | image.pullPolicy | string | `"IfNotPresent"` | [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) for updating already existing images on a node. | | image.repository | string | `"dunglas/mercure"` | Name of the image repository to pull the container image from. | | image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |