Skip to content

Commit

Permalink
chore: prepare release 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 18, 2024
1 parent 8c76275 commit 6196fa0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replace github.com/dunglas/mercure => ../
require (
github.com/MicahParks/keyfunc/v3 v3.3.3
github.com/caddyserver/caddy/v2 v2.8.4
github.com/dunglas/mercure v0.16.2
github.com/dunglas/mercure v0.16.3
github.com/prometheus/client_golang v1.20.0
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions charts/mercure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ keywords:
- streaming-api
- async-api
type: application
version: 0.16.2
appVersion: "v0.16.2"
version: 0.16.3
appVersion: "v0.16.3"
maintainers:
- name: dunglas
email: [email protected]
Expand Down
3 changes: 2 additions & 1 deletion charts/mercure/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable -->
# Mercure Chart for Kubernetes

![Version: 0.16.2](https://img.shields.io/badge/Version-0.16.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.2](https://img.shields.io/badge/AppVersion-v0.16.2-informational?style=flat-square)
![Version: 0.16.3](https://img.shields.io/badge/Version-0.16.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.3](https://img.shields.io/badge/AppVersion-v0.16.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 All @@ -23,6 +23,7 @@ To install the chart with the release name `my-release`, run the following comma
| caddyExtraConfig | string | `""` | Inject snippet or named-routes options in the Caddyfile |
| caddyExtraDirectives | string | `""` | Inject extra Caddy directives in the Caddyfile. |
| dev | bool | `false` | Enable the development mode, including the debug UI and the demo. |
| existingSecret | string | `""` | Allows to pass an existing secret name, the above values will be used if empty. |
| 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. |
Expand Down
2 changes: 1 addition & 1 deletion examples/chat/chart/mercure-example-chat/README.md
Original file line number Diff line number Diff line change
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.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit 6196fa0

Please sign in to comment.