Skip to content
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 or learn 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: nginx/nginx-supportpkg-for-k8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: nginx/nginx-supportpkg-for-k8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 11 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 24, 2024

  1. Issue 8: Update readme for installation via krew

    Update readme for:
    * prerequisites
    * install via krew plugin manager
    mrajagopal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    18702e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from nginxinc/mrajagopal

    Issue 8: Update readme for installation via krew
    mrajagopal authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dbde3d9 View commit details
    Browse the repository at this point in the history
  3. Issue 10: Address issues identified by vulnerability scan

    The govulncheck tool identified:
    * golang.org/x/[email protected]
      Vulnerability #1: GO-2024-2687
        HTTP/2 CONTINUATION flood in net/http
      More info: https://pkg.go.dev/vuln/GO-2024-2687
      Module: golang.org/x/net
        Found in: golang.org/x/[email protected]
        Fixed in: golang.org/x/[email protected]
    
    * google.golang.org/[email protected]
      Vulnerability #1: GO-2024-2611
          Infinite loop in JSON unmarshaling in google.golang.org/protobuf
        More info: https://pkg.go.dev/vuln/GO-2024-2611
        Module: google.golang.org/protobuf
          Found in: google.golang.org/[email protected]
          Fixed in: google.golang.org/[email protected]
    
    Fix:
    * Upgraded to golang.org/x/[email protected]
    * Upgraded to google.golang.org/[email protected]
    * This has resulted in several dependant modules being upgraded
    mrajagopal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4e0b510 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #11 from nginxinc/mrajagopal

    Issue 10: Address issues identified by vulnerability scan
    dareste authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    72abbb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    c280691 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from nginxinc/areste

    Go version bump to 1.22.4
    dareste authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e4d7044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37bfc2e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge pull request #14 from nginxinc/areste

    chore: add krew-release-bot for automating PRs to krew-index
    mrajagopal authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1ebb2a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    ab9d585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c472c28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from nginxinc/areste

    Build Windows targets
    dareste authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    81a825e View commit details
    Browse the repository at this point in the history
Loading