Skip to content

Commit 0650b3d

Browse files
committed
Changed go module name to reflect move to nginx org
The old module name of github.com/nginxinc/kubernetes-nginx-ingress has been changed to github.com/nginx/kubernetes-nginx-ingress to reflect the move of the repo into the nginx org.
1 parent 454f70c commit 0650b3d

23 files changed

+51
-54
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on
66

77
Before creating a PR, run through this checklist and mark each as complete.
88

9-
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/CONTRIBUTING.md) document
9+
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/CONTRIBUTING.md) document
1010
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
1111
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes
12-
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/CHANGELOG.md))
12+
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/CHANGELOG.md))

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ The following is a set of guidelines for contributing to the nginx_loadbalancer_
1010

1111
[Code Guidelines](#code-guidelines)
1212

13-
[Code of Conduct](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/CODE_OF_CONDUCT.md)
13+
[Code of Conduct](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/CODE_OF_CONDUCT.md)
1414

1515
## Getting Started
1616

17-
Follow our [Installation Guide](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/README.md#Installation) to get the nginx_loadbalancer_kubernetes up and running.
17+
Follow our [Installation Guide](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/README.md#Installation) to get the nginx_loadbalancer_kubernetes up and running.
1818

1919
<!-- ### Project Structure (OPTIONAL) -->
2020

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- markdownlint-disable-next-line first-line-h1 -->
2-
[![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)
3-
[![Go Report Card](https://goreportcard.com/badge/github.com/nginxinc/nginx-loadbalancer-kubernetes)](https://goreportcard.com/report/github.com/nginxinc/nginx-loadbalancer-kubernetes)
2+
[![CI](https://github.com/nginx/nginx-loadbalancer-kubernetes/actions/workflows/build-test.yml/badge.svg)](https://github.com/nginx/nginx-loadbalancer-kubernetess/actions/workflows/build-test.yml)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/nginx/nginx-loadbalancer-kubernetes)](https://goreportcard.com/report/github.com/nginx/nginx-loadbalancer-kubernetes)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5-
[![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)
6-
[![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)
7-
[![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)
8-
[![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)
9-
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/discussions)
5+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginx/nginx-loadbalancer-kubernetes?logo=github&sort=semver)](https://github.com/nginx/nginx-loadbalancer-kubernetes/releases/latest) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nginx/nginx-loadbalancer-kubernetes?logo=go)
6+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginx/nginx-loadbalancer-kubernetes/badge)](https://api.securityscorecards.dev/projects/github.com/nginx/nginx-loadbalancer-kubernetes)
7+
[![CodeQL](https://github.com/nginx/nginx-loadbalancer-kubernetes/workflows/codeql.yml/badge.svg?branch=main&event=push)](https://github.com/nginx/nginx-loadbalancer-kubernetes/actions/codeql.yml)
8+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnginx%2Fnginx-loadbalancer-kubernetes.svg?type=shield)](/git%2Bgithub.com%2Fnginx%2Fnginx-loadbalancer-kubernetes?ref=badge_shield)
9+
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginx/nginx-loadbalancer-kubernetes/discussions)
1010
[![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)
1111

1212
<div style="margin-bottom: 5em;">
@@ -105,7 +105,7 @@ There is a much more detailed [Installation Reference](docs/README.md) available
105105

106106
1. Clone this repo (optional, you can simply copy the `deployments/` directory)
107107

108-
```git clone git@github.com:nginxinc/nginx-loadbalancer-kubernetes.git```
108+
```git clone git@github.com:nginx/nginx-loadbalancer-kubernetes.git```
109109

110110
1. Apply the Namespace
111111

@@ -168,7 +168,7 @@ when we are able to accept pull requests from the community.
168168

169169
## License
170170

171-
[Apache License, Version 2.0](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/LICENSE)
171+
[Apache License, Version 2.0](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/LICENSE)
172172

173173
&copy; [F5, Inc.](https://www.f5.com/) 2023
174174

cmd/nginx-loadbalancer-kubernetes/main.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import (
1111
"log/slog"
1212
"os"
1313

14-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/configuration"
15-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/observation"
16-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/probation"
17-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/synchronization"
18-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/translation"
19-
"github.com/nginxinc/kubernetes-nginx-ingress/pkg/buildinfo"
14+
"github.com/nginx/kubernetes-nginx-ingress/internal/configuration"
15+
"github.com/nginx/kubernetes-nginx-ingress/internal/observation"
16+
"github.com/nginx/kubernetes-nginx-ingress/internal/probation"
17+
"github.com/nginx/kubernetes-nginx-ingress/internal/synchronization"
18+
"github.com/nginx/kubernetes-nginx-ingress/internal/translation"
19+
"github.com/nginx/kubernetes-nginx-ingress/pkg/buildinfo"
2020
"golang.org/x/sync/errgroup"
2121
"k8s.io/client-go/informers"
2222
"k8s.io/client-go/kubernetes"

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Please see the /docs folder and Installation Guides for detailed documentation.
6666

6767
## Development
6868

69-
Read the [`CONTRIBUTING.md`](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/CONTRIBUTING.md) file.
69+
Read the [`CONTRIBUTING.md`](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/CONTRIBUTING.md) file.
7070

7171
## Authors
7272

@@ -75,6 +75,6 @@ Read the [`CONTRIBUTING.md`](https://github.com/nginxinc/nginx-loadbalancer-kube
7575

7676
## License
7777

78-
[Apache License, Version 2.0](https://github.com/nginxinc/nginx-loadbalancer-kubernetes/blob/main/LICENSE)
78+
[Apache License, Version 2.0](https://github.com/nginx/nginx-loadbalancer-kubernetes/blob/main/LICENSE)
7979

8080
&copy; [F5 Networks, Inc.](https://www.f5.com/) 2023

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by the Apache
33
// license that can be found in the LICENSE file.
44

5-
module github.com/nginxinc/kubernetes-nginx-ingress
5+
module github.com/nginx/kubernetes-nginx-ingress
66

77
go 1.24.4
88

@@ -73,7 +73,7 @@ require (
7373
)
7474

7575
replace (
76-
github.com/nginxinc/kubernetes-nginx-ingress/internal/config => ./internal/config
77-
github.com/nginxinc/kubernetes-nginx-ingress/internal/translation => ./internal/translation
78-
github.com/nginxinc/kubernetes-nginx-ingress/internal/translation/nginxplus => ./internal/translation/nginxplus
76+
github.com/nginx/kubernetes-nginx-ingress/internal/config => ./internal/config
77+
github.com/nginx/kubernetes-nginx-ingress/internal/translation => ./internal/translation
78+
github.com/nginx/kubernetes-nginx-ingress/internal/translation/nginxplus => ./internal/translation/nginxplus
7979
)

internal/application/application_common_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ package application
88
import (
99
"errors"
1010

11-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/core"
12-
"github.com/nginxinc/kubernetes-nginx-ingress/test/mocks"
11+
"github.com/nginx/kubernetes-nginx-ingress/internal/core"
12+
"github.com/nginx/kubernetes-nginx-ingress/test/mocks"
1313
)
1414

1515
const (

internal/application/border_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"fmt"
1111
"log/slog"
1212

13-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/core"
13+
"github.com/nginx/kubernetes-nginx-ingress/internal/core"
1414
)
1515

1616
// Interface defines the functions required to implement a Border Client.

internal/application/border_client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package application
88
import (
99
"testing"
1010

11-
"github.com/nginxinc/kubernetes-nginx-ingress/test/mocks"
11+
"github.com/nginx/kubernetes-nginx-ingress/test/mocks"
1212
)
1313

1414
func TestBorderClient_CreatesHttpBorderClient(t *testing.T) {

internal/application/nginx_http_border_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"context"
1111
"fmt"
1212

13+
"github.com/nginx/kubernetes-nginx-ingress/internal/core"
1314
nginxClient "github.com/nginx/nginx-plus-go-client/v2/client"
14-
"github.com/nginxinc/kubernetes-nginx-ingress/internal/core"
1515
)
1616

1717
// NginxHttpBorderClient implements the BorderClient interface for HTTP upstreams.

0 commit comments

Comments
 (0)