Skip to content

Commit 9519942

Browse files
committed
Add badges to README
Include badges for release version, Go Report Card, Go version, license, and CI status to improve project visibility and provide quick status indicators.
1 parent 1bffcb7 commit 9519942

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# func-operator
22

3+
[![GitHub release](https://img.shields.io/github/v/release/functions-dev/func-operator?style=flat-square)](https://github.com/functions-dev/func-operator/releases)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/functions-dev/func-operator?style=flat-square)](https://goreportcard.com/report/github.com/functions-dev/func-operator)
5+
[![Go Version](https://img.shields.io/github/go-mod/go-version/functions-dev/func-operator?style=flat-square)](https://go.dev/)
6+
[![License](https://img.shields.io/github/license/functions-dev/func-operator?style=flat-square)](LICENSE)
7+
[![CI](https://img.shields.io/github/actions/workflow/status/functions-dev/func-operator/test.yml?branch=main&label=CI&style=flat-square)](https://github.com/functions-dev/func-operator/actions/workflows/test.yml)
8+
39
A Kubernetes operator for managing middleware updates for serverless functions deployed with the `func` CLI. This operator monitors deployed functions and automatically rebuilds them when outdated middleware is detected, ensuring functions stay up-to-date with the latest middleware versions.
410

511
## Prerequisites

0 commit comments

Comments
 (0)