8000 Comparing v3.4.2...v3.4.3 · nginx/kubernetes-ingress · GitHub
[go: up one dir, main page]

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/kubernetes-ingress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: nginx/kubernetes-ingress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.3
Choose a head ref
  • 11 commits
  • 70 files changed
  • 6 contributors

Commits on Feb 9, 2024

  1. CP: allow waf users to build without dos repo access (#5043)

    allow waf users to build without dos repo access (#5041)
    pdabelf5 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    760d891 View commit details
    Browse the repository at this point in the history
  2. cherry pick: Fix template file spacing for ssl_protocols directive (#…

    …5020) (#5060)
    
    Fix template file spacing for `ssl_protocols` directive (#5020)
    
    template file space
    Jim Ryan authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    203cb6e View commit details
    Browse the repository at this point in the history
  3. Snippets cherry pick (#5059)

    * fix new lines in snippets (#4832)
    pdabelf5 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4e84ae8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Go cherry picks (#5064)

    * Bump the go group with 1 update (#4909)
    
    * Bump the go group with 1 update
    
    Bumps the go group with 1 update: [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools).
    
    
    Updates `sigs.k8s.io/controller-tools` from 0.13.0 to 0.14.0
    - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-tools@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * update kubebuilder annotation version
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the go group with 1 update (#4924)
    
    Bumps the go group with 1 update: [github.com/prometheus/common](https://github.com/prometheus/common).
    
    
    Updates `github.com/prometheus/common` from 0.45.0 to 0.46.0
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the go group with 5 updates (#4939)
    
    Bumps the go group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.26.3` | `1.26.4` |
    | [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) | `2.1.6` | `2.1.7` |
    | [k8s.io/api](https://github.com/kubernetes/api) | `0.29.0` | `0.29.1` |
    | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.29.0` | `0.29.1` |
    | [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.29.0` | `0.29.1` |
    
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.3 to 1.26.4
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.26.3...config/v1.26.4)
    
    Updates `github.com/spiffe/go-spiffe/v2` from 2.1.6 to 2.1.7
    - [Release notes](https://github.com/spiffe/go-spiffe/releases)
    - [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
    - [Commits](spiffe/go-spiffe@v2.1.6...v2.1.7)
    
    Updates `k8s.io/api` from 0.29.0 to 0.29.1
    - [Commits](kubernetes/api@v0.29.0...v0.29.1)
    
    Updates `k8s.io/client-go` from 0.29.0 to 0.29.1
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.29.0...v0.29.1)
    
    Updates `k8s.io/code-generator` from 0.29.0 to 0.29.1
    - [Commits](kubernetes/code-generator@v0.29.0...v0.29.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: github.com/spiffe/go-spiffe/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: k8s.io/code-generator
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the go group with 1 update (#4949)
    
    Bumps the go group with 1 update: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2).
    
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.4 to 1.26.5
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.26.4...config/v1.26.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the go group with 1 update (#4971)
    
    Bumps the go group with 1 update: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2).
    
    
    Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.5 to 1.26.6
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.26.5...config/v1.26.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul Abel <128620221+pdabelf5@users.noreply.github.com>
    
    * Bump the go group with 1 update (#5022)
    
    Bumps the go group with 1 update: [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager).
    
    
    Updates `github.com/cert-manager/cert-manager` from 1.13.3 to 1.14.0
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.13.3...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the go group with 1 update (#5034)
    
    Bumps the go group with 1 update: [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager).
    
    
    Updates `github.com/cert-manager/cert-manager` from 1.14.0 to 1.14.1
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.14.0...v1.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the go group with 1 update (#5055)
    
    Bumps the go group with 1 update: [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager).
    
    
    Updates `github.com/cert-manager/cert-manager` from 1.14.1 to 1.14.2
    - [Release notes](https://github.com/cert-manager/cert-manager/releases)
    - [Commits](cert-manager/cert-manager@v1.14.1...v1.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cert-manager/cert-manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    pdabelf5 authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    30748f6 View commit details
    Browse the repository at this point in the history
  2. Image SHA update cherry picks (#5067)

    * Bump opentracing/nginx-opentracing from `426c2ff` to `2e0268d` in /build (#4927)
    
    Bumps opentracing/nginx-opentracing from `426c2ff` to `2e0268d`.
    
    ---
    updated-dependencies:
    - dependency-name: opentracing/nginx-opentracing
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump nginx from `a59278f` to `a59278f` in /build (#4926)
    
    Bumps nginx from `a59278f` to `a59278f`.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump golang from `4db4aac` to `fd78f2f` in /build (#4928)
    
    Bumps golang from `4db4aac` to `fd78f2f`.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump the docker-images group in /build with 1 update (#4925)
    
    * Bump the docker-images group in /build with 1 update
    
    Bumps the docker-images group in /build with 1 update: debian.
    
    
    Updates `debian` from 11-slim to 12-slim
    
    ---
    updated-dependencies:
    - dependency-name: debian
      dependency-type: direct:production
      dependency-group: docker-images
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul Abel <p.abel@f5.com>
    Co-authored-by: Paul Abel <128620221+pdabelf5@users.noreply.github.com>
    
    * Bump golang from `fd78f2f` to `51a7800` in /build (#4984)
    
    Bumps golang from `fd78f2f` to `51a7800`.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump nginxcontrib/nginx from `4059aff` to `4a3e891` in /build (#4992)
    
    Bumps nginxcontrib/nginx from `4059aff` to `4a3e891`.
    
    ---
    updated-dependencies:
    - dependency-name: nginxcontrib/nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump redhat/ubi9-minimal from `a340f4b` to `582e18f` in /build (#4994)
    
    Bumps redhat/ubi9-minimal from `a340f4b` to `582e18f`.
    
    ---
    updated-dependencies:
    - dependency-name: redhat/ubi9-minimal
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump nginx from `a59278f` to `d12e6f7` in /build (#5003)
    
    Bumps nginx from `a59278f` to `d12e6f7`.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump golang from `51a7800` to `a6a7f1f` in /build (#5004)
    
    Bumps golang from `51a7800` to `a6a7f1f`.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump nginx from `d12e6f7` to `5b7ff23` in /build (#5012)
    
    Bumps nginx from `d12e6f7` to `5b7ff23`.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump nginx from `5b7ff23` to `156d75f` in /build (#5019)
    
    Bumps nginx from `5b7ff23` to `156d75f`.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump nginx from `156d75f` to `156d75f` in /build (#5028)
    
    Bumps nginx from `156d75f` to `156d75f`.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump redhat/ubi8 from `fc88b13` to `23d8dfd` in /build (#5029)
    
    Bumps redhat/ubi8 from `fc88b13` to `23d8dfd`.
    
    ---
    updated-dependencies:
    - dependency-name: redhat/ubi8
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the docker-tests group in /tests with 1 update (#5033)
    
    Bumps the docker-tests group in /tests with 1 update: kindest/node.
    
    Updates `kindest/node` from v1.29.0 to v1.29.1
    
    ---
    updated-dependencies:
    - dependency-name: kindest/node
      dependency-type: direct:production
      dependency-group: docker-tests
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    pdabelf5 and dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5a1807e View commit details
    Browse the repository at this point in the history
  3. Helm notes cherry pick (#5071)

    Add docs links to helm NOTES.txt (#4953)
    oseoin authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8acba14 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fixed validation for VSR exact & regex subroutes (#4744) (#5079)

    * Fixed validation for VSR exact & regex subroutes
    pdabelf5 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    997981f View commit details
    Browse the repository at this point in the history
  2. Remove redundant Prometheus variable labels (#5008) (#5085)

    Remove redundant variable labels
    
    Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com>
    (cherry picked from commit fb60fb6)
    haywoodsh authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0f45ece View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Split docs script cherry pick (#5090)

    * Split version update script (#4961)
    
    * Bump nginx from `156d75f` to `f2802c2` in /build (#5072)
    
    * Bump redhat/ubi8 from `23d8dfd` to `627867e` in /build (#5073)
    
    * Bump opentracing/nginx-opentracing from `2e0268d` to `2217e9f` in /build (#5074)
    pdabelf5 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d025e88 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Release 3.4.3 (#5091)

    * Release 3.4.3
    nginx-bot authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e2ebb0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b14d1d View commit details
    Browse the repository at this point in the history
Loading
0