From 43e3f2206484e57254cb960e6f9af7dfc3d53dcb Mon Sep 17 00:00:00 2001 From: Aniruddh Kuthiala Date: Wed, 16 Jul 2025 10:44:04 -0600 Subject: [PATCH 1/2] Prepare repo for archiving. Point to new repo. This repo needs to be archived and moved to https://github.com/nginx/nginx-loadbalancer-kubernetes. This commit changes the status of the repo in the README and points users to the new location. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 226a9738..c70addf5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Project Status: Moved to http://github.com/nginx/nginx-loadbalancer-kubernetes – The project has been moved to a new location, and the version at that location should be considered authoritative.](https://www.repostatus.org/badges/latest/moved.svg)](https://www.repostatus.org/#moved) to [https://github.com/nginx/nginx-loadbalancer-kubernetes](https://github.com/nginx/nginx-loadbalancer-kubernetes) [![CI](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/actions/workflows/build-test.yml/badge.svg)](https://github.com/nginxinc/nginx-loadbalancer-kubernetess/actions/workflows/build-test.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/nginxinc/nginx-loadbalancer-kubernetes)](https://goreportcard.com/report/github.com/nginxinc/nginx-loadbalancer-kubernetes) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -6,9 +7,9 @@ [![CodeQL](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/workflows/codeql.yml/badge.svg?branch=main&event=push)](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/actions/codeql.yml) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnginxinc%2Fnginx-loadbalancer-kubernetes.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnginxinc%2Fnginx-loadbalancer-kubernetes?ref=badge_shield) [![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/discussions) -[![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) - +# Note: **This repository has been archived. There will likely be no further development at this repo, and security vulnerabilities may be unaddressed. Please find the current, authoritative version here:** +# ➡️ [https://github.com/nginx/nginx-loadbalancer-kubernetes](https://github.com/nginx/nginx-loadbalancer-kubernetes)
From 2ad9bd02a4b3f726f0887a92c09afcf25a535a05 Mon Sep 17 00:00:00 2001 From: Aniruddh Kuthiala Date: Wed, 16 Jul 2025 14:51:15 -0600 Subject: [PATCH 2/2] drop badges that are no longer needed --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index c70addf5..c8da08c6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ [![Project Status: Moved to http://github.com/nginx/nginx-loadbalancer-kubernetes – The project has been moved to a new location, and the version at that location should be considered authoritative.](https://www.repostatus.org/badges/latest/moved.svg)](https://www.repostatus.org/#moved) to [https://github.com/nginx/nginx-loadbalancer-kubernetes](https://github.com/nginx/nginx-loadbalancer-kubernetes) -[![CI](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/actions/workflows/build-test.yml/badge.svg)](https://github.com/nginxinc/nginx-loadbalancer-kubernetess/actions/workflows/build-test.yml) -[![Go Report Card](https://goreportcard.com/badge/github.com/nginxinc/nginx-loadbalancer-kubernetes)](https://goreportcard.com/report/github.com/nginxinc/nginx-loadbalancer-kubernetes) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginxinc/nginx-loadbalancer-kubernetes?logo=github&sort=semver)](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/releases/latest) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nginxinc/nginx-loadbalancer-kubernetes?logo=go) -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-loadbalancer-kubernetes/badge)](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-loadbalancer-kubernetes) -[![CodeQL](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/workflows/codeql.yml/badge.svg?branch=main&event=push)](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/actions/codeql.yml) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnginxinc%2Fnginx-loadbalancer-kubernetes.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnginxinc%2Fnginx-loadbalancer-kubernetes?ref=badge_shield) [![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/discussions) # Note: **This repository has been archived. There will likely be no further development at this repo, and security vulnerabilities may be unaddressed. Please find the current, authoritative version here:**