Skip to content

Commit 0e86c41

Browse files
authored
Add more badges (#1587)
Problem: I want to see more information about the project status at a glance. Solution: Add more badges.
1 parent 8c79fab commit 0e86c41

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-gateway-fabric/badge)](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-gateway-fabric)
22
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-gateway-fabric.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-gateway-fabric?ref=badge_shield)
3+
[![Continuous Integration](https://github.com/nginxinc/nginx-gateway-fabric/actions/workflows/ci.yml/badge.svg)](https://github.com/nginxinc/nginx-gateway-fabric/actions/workflows/ci.yml)
4+
[![Conformance Testing](https://github.com/nginxinc/nginx-gateway-fabric/actions/workflows/conformance.yml/badge.svg)](https://github.com/nginxinc/nginx-gateway-fabric/actions/workflows/conformance.yml)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/nginxinc/nginx-gateway-fabric)](https://goreportcard.com/report/github.com/nginxinc/nginx-gateway-fabric)
6+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginxinc/nginx-gateway-fabric?logo=github&sort=semver)](https://github.com/nginxinc/nginx-gateway-fabric/releases/latest)
7+
[![Slack](https://img.shields.io/badge/slack-%23nginx--gateway--fabric-green?logo=slack)](https://nginxcommunity.slack.com/channels/nginx-gateway-fabric)
8+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
39

410
# NGINX Gateway Fabric
511

@@ -31,14 +37,14 @@ our [releases page](https://github.com/nginxinc/nginx-gateway-fabric/releases).
3137
The latest release is [1.1.0](https://github.com/nginxinc/nginx-gateway-fabric/releases/tag/v1.1.0).
3238

3339
The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose
34-
the *edge* version built from the [latest commit](https://github.com/nginxinc/nginx-gateway-fabric/commits/main)
40+
the _edge_ version built from the [latest commit](https://github.com/nginxinc/nginx-gateway-fabric/commits/main)
3541
from the main branch.
3642

3743
The table below summarizes the options regarding the images, manifests, documentation and examples and gives your links
3844
to the correct versions:
3945

4046
| Version | Description | Installation Manifests | Documentation and Examples |
41-
|----------------|------------------------------------------|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
47+
| -------------- | ---------------------------------------- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4248
| Latest release | For production use | [Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.1.0/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.1.0/examples). |
4349
| Edge | For experimental use and latest features | [Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/deploy). | [Documentation](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/site/content). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/examples). |
4450

@@ -54,21 +60,20 @@ The features that will go into the next release are reflected in the
5460
corresponding [milestone](https://github.com/nginxinc/nginx-gateway-fabric/milestones). Refer to
5561
the [Issue Lifecycle](ISSUE_LIFECYCLE.md) document for information on issue creation and assignment to releases.
5662

57-
5863
## Technical Specifications
5964

6065
The following table lists the software versions NGINX Gateway Fabric supports.
6166

6267
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
63-
|----------------------|-------------|------------|-----------|------------|
68+
| -------------------- | ----------- | ---------- | --------- | ---------- |
6469
| Edge | 1.0.0 | 1.23+ | 1.25.3 | R31 |
6570
| 1.1.0 | 1.0.0 | 1.23+ | 1.25.3 | n/a |
6671
| 1.0.0 | 0.8.1 | 1.23+ | 1.25.2 | n/a |
6772
| 0.6.0 | 0.8.0 | 1.23+ | 1.25.2 | n/a |
68-
| 0.5.0 | 0.7.1 | 1.21+ | 1.25.x * | n/a |
69-
| 0.4.0 | 0.7.1 | 1.21+ | 1.25.x * | n/a |
70-
| 0.3.0 | 0.6.2 | 1.21+ | 1.23.x * | n/a |
71-
| 0.2.0 | 0.5.1 | 1.21+ | 1.21.x * | n/a |
73+
| 0.5.0 | 0.7.1 | 1.21+ | 1.25.x \* | n/a |
74+
| 0.4.0 | 0.7.1 | 1.21+ | 1.25.x \* | n/a |
75+
| 0.3.0 | 0.6.2 | 1.21+ | 1.23.x \* | n/a |
76+
| 0.2.0 | 0.5.1 | 1.21+ | 1.21.x \* | n/a |
7277
| 0.1.0 | 0.5.0 | 1.19+ | 1.21.3 | n/a |
7378

7479
\*the installation manifests use the minor version of NGINX container image (e.g. 1.25) and the patch version is not
@@ -109,10 +114,8 @@ contact us directly via [email protected] or on the [NGINX Community Slack][s
109114
the `#nginx-gateway-fabric`
110115
channel.
111116

112-
[bug]:https://github.com/nginxinc/nginx-gateway-fabric/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=
113-
114-
[idea]:https://github.com/nginxinc/nginx-gateway-fabric/discussions/categories/ideas
115-
117+
[bug]: https://github.com/nginxinc/nginx-gateway-fabric/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=
118+
[idea]: https://github.com/nginxinc/nginx-gateway-fabric/discussions/categories/ideas
116119
[slack]: https://nginxcommunity.slack.com/channels/nginx-gateway-fabric
117120

118121
## Community Meetings

0 commit comments

Comments
 (0)