From 6770599864bb9c1c5e74bf84be78b152ee3df856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 25 May 2023 17:16:35 +0200 Subject: [PATCH] chore: prepare release 0.14.9 --- caddy/go.mod | 2 +- charts/mercure/Chart.yaml | 4 ++-- charts/mercure/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/caddy/go.mod b/caddy/go.mod index 2a86a10b..3c185cc3 100644 --- a/caddy/go.mod +++ b/caddy/go.mod @@ -13,7 +13,7 @@ replace github.com/slackhq/nebula => github.com/slackhq/nebula v1.6.1 // Allow c require ( github.com/caddyserver/caddy/v2 v2.6.4 - github.com/dunglas/mercure v0.14.8 + github.com/dunglas/mercure v0.14.9 github.com/prometheus/client_golang v1.15.1 github.com/stretchr/testify v1.8.3 go.uber.org/zap v1.24.0 diff --git a/charts/mercure/Chart.yaml b/charts/mercure/Chart.yaml index 6ff98183..f194f6da 100644 --- a/charts/mercure/Chart.yaml +++ b/charts/mercure/Chart.yaml @@ -12,8 +12,8 @@ keywords: - streaming-api - async-api type: application -version: 0.14.8 -appVersion: "v0.14.8" +version: 0.14.9 +appVersion: "v0.14.9" maintainers: - name: dunglas email: kevin@dunglas.fr diff --git a/charts/mercure/README.md b/charts/mercure/README.md index add971de..cc2c1635 100644 --- a/charts/mercure/README.md +++ b/charts/mercure/README.md @@ -1,7 +1,7 @@ # Mercure Chart for Kubernetes -![Version: 0.14.8](https://img.shields.io/badge/Version-0.14.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.14.8](https://img.shields.io/badge/AppVersion-v0.14.8-informational?style=flat-square) +![Version: 0.14.9](https://img.shields.io/badge/Version-0.14.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.14.9](https://img.shields.io/badge/AppVersion-v0.14.9-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.