Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:nginxinc/nginx-loadbalancer-kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.3.0
Choose a base ref
Loading
...
head repository:nginxinc/nginx-loadbalancer-kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Loading
  • 17commits
  • 22files changed
  • 5contributors

Commits on Jan 3, 2024

  1. 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>
    @dependabot@ciroque
    dependabot[bot] authored andciroque committedJan 3, 2024
    Configuration menu
    Copy the full SHA
    3ccef7cView commit details
    Browse the repository at this point in the history
  2. 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>
    @dependabot@ciroque
    dependabot[bot] authored andciroque committedJan 3, 2024
    Configuration menu
    Copy the full SHA
    6dd9826View commit details
    Browse the repository at this point in the history
  3. Restructure Actions

    Add github credentials..........................................
    @ciroque
    ciroque committedJan 3, 2024
    Configuration menu
    Copy the full SHA
    027aa9dView commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. 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```
    @puneetsarna@ciroque
    puneetsarna authored andciroque committedFeb 28, 2024
    Configuration menu
    Copy the full SHA
    3248f18View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. 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>
    @dependabot@ciroque
    dependabot[bot] authored andciroque committedMar 22, 2024
    Configuration menu
    Copy the full SHA
    2a26948View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. 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>
    @dependabot@ciroque
    dependabot[bot] authored andciroque committedMay 15, 2024
    Configuration menu
    Copy the full SHA
    6953097View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    267f98cView commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    09d6dccView commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix typo (#181)

    @chrisakker
    chrisakker authoredAug 13, 2024
    Configuration menu
    Copy the full SHA
    0124aabView commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. 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")
    @itaytalmi
    itaytalmi authoredOct 25, 2024
    Configuration menu
    Copy the full SHA
    2f85702View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Updates dependencies

    @ciroque
    ciroque committedNov 18, 2024
    Configuration menu
    Copy the full SHA
    e6102b7View commit details
    Browse the repository at this point in the history
  2. Betterification

    @ciroque
    ciroque committedNov 18, 2024
    Configuration menu
    Copy the full SHA
    7547aadView commit details
    Browse the repository at this point in the history
  3. Updates cosign

    @ciroque
    ciroque committedNov 18, 2024
    Configuration menu
    Copy the full SHA
    4d24d63View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Needs --yes flag

    @ciroque
    ciroque committedNov 19, 2024
    Configuration menu
    Copy the full SHA
    6a7497eView commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. 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.
    @ciroque
    ciroque committedFeb 14, 2025
    Configuration menu
    Copy the full SHA
    cbc295eView commit details
    Browse the repository at this point in the history
  2. 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
    ciroque committedFeb 14, 2025
    Configuration menu
    Copy the full SHA
    9da51e1View commit details
    Browse the repository at this point in the history
  3. - remove dead test

    @ciroque
    ciroque committedFeb 14, 2025
    Configuration menu
    Copy the full SHA
    049b252View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp