From d3ddc3914060ddcb2a5f403349fddb52f972d6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 12 Aug 2022 18:05:14 +0200 Subject: [PATCH] chore: prepare release 0.14.0-beta.1 --- caddy/go.mod | 2 +- charts/mercure/Chart.yaml | 4 ++-- charts/mercure/README.md | 10 ++++------ examples/chat/chart/mercure-example-chat/README.md | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/caddy/go.mod b/caddy/go.mod index c599ceb0..836c7c37 100644 --- a/caddy/go.mod +++ b/caddy/go.mod @@ -11,7 +11,7 @@ require ( github.com/caddyserver/certmagic v0.16.2 // indirect github.com/chzyer/readline v1.5.1 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect - github.com/dunglas/mercure v0.13.0 + github.com/dunglas/mercure v0.14.0-beta.1 github.com/go-kit/kit v0.12.0 // indirect github.com/go-kit/log v0.2.1 // indirect github.com/google/cel-go v0.12.4 // indirect diff --git a/charts/mercure/Chart.yaml b/charts/mercure/Chart.yaml index 01c9c654..f59828c6 100644 --- a/charts/mercure/Chart.yaml +++ b/charts/mercure/Chart.yaml @@ -12,8 +12,8 @@ keywords: - streaming-api - async-api type: application -version: 0.13.0 -appVersion: "v0.13.0" +version: 0.14.0-beta.1 +appVersion: "v0.14.0-beta.1" maintainers: - name: dunglas email: kevin@dunglas.fr diff --git a/charts/mercure/README.md b/charts/mercure/README.md index 9a2f7859..20e23075 100644 --- a/charts/mercure/README.md +++ b/charts/mercure/README.md @@ -1,6 +1,6 @@ # Mercure Chart for Kubernetes -![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) +![Version: 0.14.0-beta.1](https://img.shields.io/badge/Version-0.14.0--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.14.0-beta.1](https://img.shields.io/badge/AppVersion-v0.14.0--beta.1-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,9 +19,9 @@ 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). | +| caddyExtraDirectives | string | `""` | Inject extra Caddy directives in the Caddyfile. | | dev | bool | `false` | Enable the development mode, including the debug UI and the demo. | | extraDirectives | string | `""` | Inject extra Mercure directives in the Caddyfile. | -| caddyExtraDirectives | string | `""` | Inject extra Caddy 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. | @@ -31,16 +31,14 @@ To install the chart with the release name `my-release`, run the following comma | ingress.annotations | object | `{}` | Annotations to be added to the ingress. | | ingress.className | string | `""` | Ingress [class name](https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class). | | ingress.enabled | bool | `false` | Enable [ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/). | -| ingress.hosts[0].host | string | `"mercure-example.local"` | | -| ingress.hosts[0].paths[0].path | string | `"/"` | | -| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| ingress.hosts | list | See [values.yaml](values.yaml). | Ingress host configuration. | | ingress.tls | list | See [values.yaml](values.yaml). | Ingress TLS configuration. | | license | string | `""` | The license key for [the High Availability version](https://mercure.rocks/docs/hub/cluster) (not necessary is you use the FOSS version). | | nameOverride | string | `""` | A name in place of the chart name for `app:` labels. | | nodeSelector | object | `{}` | [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) configuration. | | persistence | object | `{"accessMode":"ReadWriteOnce","enabled":false,"existingClaim":"","size":"1Gi","storageClass":""}` | Enable persistence using [Persistent Volume Claims](http://kubernetes.io/docs/user-guide/persistent-volumes/), only useful if you the BoltDB transport. | | persistence.accessMode | string | `"ReadWriteOnce"` | A manually managed Persistent Volume and Claim. Requires `persistence.enabled: true` If defined, PVC must be created manually before volume will be bound. | -| persistence.existingClaim | string | `""` | a manually managed Persistent Volume Claim -- Requires `persistence.enabled: true` -- If defined, PVC must be created manually before volume will be bound | +| persistence.existingClaim | string | `""` | If defined, PVC must be created manually before volume will be bound | | persistence.storageClass | string | `""` | Mercure Data Persistent Volume Storage Class. If defined, `storageClassName: ` If set to `"-"``, `storageClassName: ""``, which disables dynamic provisioning. If undefined (the default) or set to `null`, no `storageClassName` spec is set, choosing the default provisioner. | | podAnnotations | object | `{}` | Annotations to be added to pods. | | podSecurityContext | object | `{}` | Pod [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod). See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) for details. | diff --git a/examples/chat/chart/mercure-example-chat/README.md b/examples/chat/chart/mercure-example-chat/README.md index a9946ada..2af7757d 100644 --- a/examples/chat/chart/mercure-example-chat/README.md +++ b/examples/chat/chart/mercure-example-chat/README.md @@ -42,4 +42,4 @@ A minimalist chat system, using Mercure and the Flask microframework to handle c | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)