Skip to content

Commit

Permalink
chore: prepare release 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 8, 2023
1 parent b47d823 commit b54facf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caddy/go.mod
Expand Up @@ -17,7 +17,7 @@ replace (

require (
github.com/caddyserver/caddy/v2 v2.7.4
github.com/dunglas/mercure v0.15.2
github.com/dunglas/mercure v0.15.3
github.com/prometheus/client_golang v1.16.0
github.com/stretchr/testify v1.8.4
go.uber.org/automaxprocs v1.5.3
Expand Down
4 changes: 2 additions & 2 deletions charts/mercure/Chart.yaml
Expand Up @@ -12,8 +12,8 @@ keywords:
- streaming-api
- async-api
type: application
version: 0.15.2
appVersion: "v0.15.2"
version: 0.15.3
appVersion: "v0.15.3"
maintainers:
- name: dunglas
email: kevin@dunglas.fr
Expand Down
2 changes: 1 addition & 1 deletion charts/mercure/README.md
@@ -1,7 +1,7 @@
<!-- markdownlint-disable -->
# Mercure Chart for Kubernetes

![Version: 0.15.2](https://img.shields.io/badge/Version-0.15.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.2](https://img.shields.io/badge/AppVersion-v0.15.2-informational?style=flat-square)
![Version: 0.15.3](https://img.shields.io/badge/Version-0.15.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.3](https://img.shields.io/badge/AppVersion-v0.15.3-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.

Expand Down
2 changes: 1 addition & 1 deletion examples/chat/chart/mercure-example-chat/README.md
Expand Up @@ -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.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)

0 comments on commit b54facf

Please sign in to comment.