- Notifications
You must be signed in to change notification settings - Fork23
Comparing changes
Open a pull request
base repository:nginxinc/nginx-loadbalancer-kubernetes
Uh oh!
There was an error while loading.Please reload this page.
base:v0.3.0
head repository:nginxinc/nginx-loadbalancer-kubernetes
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 17commits
- 22files changed
- 5contributors
Commits on Jan 3, 2024
Bump github/codeql-action from 3.22.11 to 3.22.12
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.11 to 3.22.12.- [Release notes](https://github.com/github/codeql-action/releases)- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)- [Commits](github/codeql-action@b374143...012739e)---updated-dependencies:- dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
Bump docker/metadata-action from 5.3.0 to 5.4.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.3.0 to 5.4.0.- [Release notes](https://github.com/docker/metadata-action/releases)- [Commits](docker/metadata-action@31cebac...9dc751f)---updated-dependencies:- dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
Add github credentials..........................................
ciroque committedJan 3, 2024
Commits on Feb 28, 2024
Use a nicer command to tail pod logs
While what we have also works, labels is a nicerway to select k8s objects.```shellnginx-loadbalancer-kubernetes $ kubectl -n nlk logs -f $(kubectl -n nlk get po -l "app=nlk" --no-headers -o custom-columns=":metadata.name")time="2024-02-28T20:35:49Z" level=info msg="Settings::Initialize"time="2024-02-28T20:35:49Z" level=info msg="Certificates::Initialize"time="2024-02-28T20:35:49Z" level=info msg="Certificates::Run"I0228 20:35:49.398213 1 shared_informer.go:273] Waiting for caches to sync for nlk-handlerI0228 20:35:49.500005 1 shared_informer.go:280] Caches are synced for nlk-handler```
Commits on Mar 22, 2024
Bump google.golang.org/protobuf from 1.28.1 to 1.33.0
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.---updated-dependencies:- dependency-name: google.golang.org/protobuf dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
Commits on May 15, 2024
Bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.- [Commits](golang/net@v0.17.0...v0.23.0)---updated-dependencies:- dependency-name: golang.org/x/net dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
Commits on Oct 25, 2024
Fix "listen" directive syntax prometheus.conf (#180)
There's a syntax issue in the "listen" directive. Should be "listen 9113;", not "listen 9113:". Using the current file, I got an error upon reloading the NGINX service ("nginx: [emerg] invalid port in "9113:" of the "listen" directive in /etc/nginx/conf.d/prometheus.conf:11")
Commits on Nov 18, 2024
Commits on Feb 14, 2025
Renames the label designating Nodes that are running in the control p…
…laneThis accommodates the change made in v1.20 which became the standard in 1.24.This will require users to have Kubernetes v1.24 or higher; while NLK will run on lower versions, the control plane Nodes will not be excluded.
Corrects the NGINX Plus Client interface
There was a change in the API for the NGINX Plus Client that was missed when updating to the latest version. This corrects that.
ciroque committedFeb 14, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.3.0...main
Uh oh!
There was an error while loading.Please reload this page.