From a0e629e850a6534c7e675a1bdb0b3b9ecb8ae61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 24 Jan 2024 15:04:55 +0100 Subject: [PATCH] chore: prepare release 0.15.8 --- caddy/go.mod | 2 +- charts/mercure/Chart.yaml | 4 ++-- charts/mercure/README.md | 2 +- examples/chat/chart/mercure-example-chat/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/caddy/go.mod b/caddy/go.mod index d92a683c..a65c6282 100644 --- a/caddy/go.mod +++ b/caddy/go.mod @@ -11,7 +11,7 @@ replace github.com/dunglas/mercure => ../ require ( github.com/caddyserver/caddy/v2 v2.7.6 - github.com/dunglas/mercure v0.15.7 + github.com/dunglas/mercure v0.15.8 github.com/prometheus/client_golang v1.18.0 github.com/stretchr/testify v1.8.4 go.uber.org/automaxprocs v1.5.3 diff --git a/charts/mercure/Chart.yaml b/charts/mercure/Chart.yaml index ee6b49b4..2020afd0 100644 --- a/charts/mercure/Chart.yaml +++ b/charts/mercure/Chart.yaml @@ -12,8 +12,8 @@ keywords: - streaming-api - async-api type: application -version: 0.15.7 -appVersion: "v0.15.7" +version: 0.15.8 +appVersion: "v0.15.8" maintainers: - name: dunglas email: kevin@dunglas.fr diff --git a/charts/mercure/README.md b/charts/mercure/README.md index 46fdc779..afdebab1 100644 --- a/charts/mercure/README.md +++ b/charts/mercure/README.md @@ -1,7 +1,7 @@ # Mercure Chart for Kubernetes -![Version: 0.15.7](https://img.shields.io/badge/Version-0.15.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.7](https://img.shields.io/badge/AppVersion-v0.15.7-informational?style=flat-square) +![Version: 0.15.8](https://img.shields.io/badge/Version-0.15.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.8](https://img.shields.io/badge/AppVersion-v0.15.8-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. diff --git a/examples/chat/chart/mercure-example-chat/README.md b/examples/chat/chart/mercure-example-chat/README.md index 75ff52f7..0fe8cddf 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.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)