Skip to content

Commit

Permalink
chore: prepare release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 3, 2021
1 parent 539232e commit 4b26950
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -7,7 +7,7 @@ replace github.com/dunglas/mercure => ../
require (
github.com/caddyserver/caddy/v2 v2.4.3
github.com/caddyserver/certmagic v0.14.1 // indirect
github.com/dunglas/mercure v0.12.0
github.com/dunglas/mercure v0.12.1
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/miekg/dns v1.1.43 // indirect
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.12.0
appVersion: "v0.12.0"
version: 0.12.1
appVersion: "v0.12.1"
maintainers:
- name: dunglas
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/mercure/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mercure Chart for Kubernetes

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

0 comments on commit 4b26950

Please sign in to comment.