Skip to content

Commit 14b89c8

Browse files
committed
chore: prepare release 0.18.0
1 parent f46d76f commit 14b89c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

caddy/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replace github.com/dunglas/mercure => ../
1414
require (
1515
github.com/MicahParks/keyfunc/v3 v3.3.5
1616
github.com/caddyserver/caddy/v2 v2.9.0
17-
github.com/dunglas/mercure v0.17.1
17+
github.com/dunglas/mercure v0.18.0
1818
github.com/prometheus/client_golang v1.20.5
1919
github.com/stretchr/testify v1.10.0
2020
go.uber.org/zap v1.27.0

charts/mercure/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ keywords:
1212
- streaming-api
1313
- async-api
1414
type: application
15-
version: 0.17.1
16-
appVersion: "v0.17.1"
15+
version: 0.18.0
16+
appVersion: "v0.18.0"
1717
maintainers:
1818
- name: dunglas
1919

charts/mercure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- markdownlint-disable -->
22
# Mercure Chart for Kubernetes
33

4-
![Version: 0.17.1](https://img.shields.io/badge/Version-0.17.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.17.1](https://img.shields.io/badge/AppVersion-v0.17.1-informational?style=flat-square)
4+
![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.18.0](https://img.shields.io/badge/AppVersion-v0.18.0-informational?style=flat-square)
55

66
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.
77

0 commit comments

Comments
 (0)