Skip to content

Commit

Permalink
chore: prepare release 0.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 8, 2024
1 parent 5c20a44 commit 119470c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace github.com/dunglas/mercure => ../

require (
github.com/caddyserver/caddy/v2 v2.7.6
github.com/dunglas/mercure v0.15.10
github.com/dunglas/mercure v0.15.11
github.com/prometheus/client_golang v1.19.0
github.com/stretchr/testify v1.9.0
go.uber.org/automaxprocs v1.5.3
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.15.10
appVersion: "v0.15.10"
version: 0.15.11
appVersion: "v0.15.11"
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.15.10](https://img.shields.io/badge/Version-0.15.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.10](https://img.shields.io/badge/AppVersion-v0.15.10-informational?style=flat-square)
![Version: 0.15.11](https://img.shields.io/badge/Version-0.15.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.11](https://img.shields.io/badge/AppVersion-v0.15.11-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 @@ -20,6 +20,7 @@ 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). |
| 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. |
| extraDirectives | string | `""` | Inject extra Mercure directives in the Caddyfile. |
Expand Down

0 comments on commit 119470c

Please sign in to comment.