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: haproxytech/dataplaneapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.3
Choose a base ref
...
head repository: haproxytech/dataplaneapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 99 files changed
  • 3 contributors

Commits on Jul 1, 2026

  1. BUG/MEDIUM: Switch the order of setuid and setgid

    Calling setuid before setgid does not, even when starting as root, and
    results in a startup error. This is because, after the process has
    switched to an unprivileged user with setuid, it does not has the rights
    to call setgid (even with its own group) unless it has CAP_SETGID.
    
    In addition, this commit calls setgroups to drop any supplementary
    groups the process may have. HAProxy does the same thing.
    oliwer committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    f314b6b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. BUILD/MINOR: go.mod: update golang.org/x packages

    golang.org/x/mod v0.38.0
    golang.org/x/net v0.57.0
    golang.org/x/sys v0.47.0
    golang.org/x/crypto v0.54.0
    golang.org/x/sync v0.22.0
    golang.org/x/text v0.40.0
    golang.org/x/tools v0.48.0
    Gopher Bot
    Gopher Bot committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    35d2a65 View commit details
    Browse the repository at this point in the history
  2. BUILD/MINOR: go.mod: update github.com/aws/aws-sdk-go-v2

    github.com/aws/aws-sdk-go-v2 v1.42.1
    github.com/aws/aws-sdk-go-v2/config v1.32.30
    github.com/aws/aws-sdk-go-v2/credentials v1.19.29
    github.com/aws/aws-sdk-go-v2/service/autoscaling v1.69.1
    github.com/aws/aws-sdk-go-v2/service/ec2 v1.316.1
    github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.30
    github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.30
    github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.30
    github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.31
    github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13
    github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.30
    github.com/aws/aws-sdk-go-v2/service/route53 v1.64.1
    github.com/aws/aws-sdk-go-v2/service/signin v1.4.1
    github.com/aws/aws-sdk-go-v2/service/sso v1.32.1
    github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.1
    github.com/aws/aws-sdk-go-v2/service/sts v1.44.1
    github.com/aws/smithy-go v1.27.4
    Gopher Bot
    Gopher Bot committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    0cad613 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2026

  1. Configuration menu
    Copy the full SHA
    f352f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945f77f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa2b72a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. BUILD/MINOR: go.mod: update golang.org/x packages

    golang.org/x/mod v0.40.0
    golang.org/x/net v0.58.0
    golang.org/x/crypto v0.55.0
    golang.org/x/text v0.41.0
    golang.org/x/tools v0.49.0
    Gopher Bot
    Gopher Bot committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    e03928c View commit details
    Browse the repository at this point in the history
  2. BUILD/MINOR: go.mod: update github.com/aws/aws-sdk-go-v2

    github.com/aws/aws-sdk-go-v2 v1.43.5
    github.com/aws/aws-sdk-go-v2/config v1.32.36
    github.com/aws/aws-sdk-go-v2/credentials v1.19.35
    github.com/aws/aws-sdk-go-v2/service/autoscaling v1.72.0
    github.com/aws/aws-sdk-go-v2/service/ec2 v1.321.1
    github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.36
    github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.36
    github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.36
    github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.37
    github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.16
    github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.36
    github.com/aws/aws-sdk-go-v2/service/route53 v1.65.7
    github.com/aws/aws-sdk-go-v2/service/signin v1.5.5
    github.com/aws/aws-sdk-go-v2/service/sso v1.33.5
    github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.5
    github.com/aws/aws-sdk-go-v2/service/sts v1.45.5
    github.com/aws/smithy-go v1.27.7
    Gopher Bot
    Gopher Bot committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    0ac1ae7 View commit details
    Browse the repository at this point in the history
  3. BUILD/MINOR: go.mod: update Go packages

    github.com/sirupsen/logrus v1.10.0
    cloud.google.com/go/auth v0.23.1
    github.com/Azure/azure-sdk-for-go/sdk/azcore v1.23.0
    github.com/digitalocean/godo v1.204.0
    github.com/go-openapi/analysis v0.26.0
    github.com/go-openapi/validate v0.26.3
    github.com/googleapis/enterprise-certificate-proxy v0.3.21
    github.com/mattn/go-colorable v0.1.15
    github.com/mattn/go-isatty v0.0.24
    github.com/rogpeppe/go-internal v1.16.0
    go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.70.0
    google.golang.org/api v0.293.0
    google.golang.org/genproto/googleapis/rpc v0.0.0-20260810153831-ec0a7760b754
    google.golang.org/protobuf v1.36.12
    Gopher Bot
    Gopher Bot committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    b2b9b83 View commit details
    Browse the repository at this point in the history
  4. BUILD/MINOR: go.mod: update Go indirect packages

    github.com/santhosh-tekuri/jsonschema/v6 v6.0.3
    Gopher Bot
    Gopher Bot committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    8c7bce5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2026

  1. Configuration menu
    Copy the full SHA
    736a0c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4423f2c View commit details
    Browse the repository at this point in the history
  3. BUILD/MINOR: go.mod: update golang.org/x packages

    golang.org/x/crypto v0.56.0
    Gopher Bot authored and mjuraga committed Sep 3, 2026
    Configuration menu
    Copy the full SHA
    9e571e3 View commit details
    Browse the repository at this point in the history
  4. BUILD/MINOR: go.mod: update github.com/aws/aws-sdk-go-v2

    github.com/aws/aws-sdk-go-v2 v1.45.1
    github.com/aws/aws-sdk-go-v2/config v1.33.2
    github.com/aws/aws-sdk-go-v2/credentials v1.20.2
    github.com/aws/aws-sdk-go-v2/service/autoscaling v1.76.0
    github.com/aws/aws-sdk-go-v2/service/ec2 v1.328.0
    github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.19.1
    github.com/aws/aws-sdk-go-v2/internal/configsources v1.5.1
    github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.8.1
    github.com/aws/aws-sdk-go-v2/internal/v4a v1.5.1
    github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.19
    github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.14.1
    github.com/aws/aws-sdk-go-v2/service/route53 v1.68.0
    github.com/aws/aws-sdk-go-v2/service/signin v1.8.0
    github.com/aws/aws-sdk-go-v2/service/sso v1.36.0
    github.com/aws/aws-sdk-go-v2/service/ssooidc v1.41.0
    github.com/aws/aws-sdk-go-v2/service/sts v1.48.0
    github.com/aws/smithy-go v1.28.1
    Gopher Bot authored and mjuraga committed Sep 3, 2026
    Configuration menu
    Copy the full SHA
    9d58f9d View commit details
    Browse the repository at this point in the history
  5. BUILD/MINOR: go.mod: update Go packages

    github.com/KimMachineGun/automemlimit v1.0.0
    github.com/getkin/kin-openapi v0.149.0
    github.com/go-chi/chi/v5 v5.3.2
    github.com/go-openapi/runtime v0.33.1
    github.com/go-openapi/runtime/server-middleware v0.33.1
    github.com/go-openapi/strfmt v0.27.1
    github.com/go-openapi/swag/cmdutils v0.29.1
    github.com/go-openapi/swag/netutils v0.29.1
    github.com/miekg/dns v1.1.73
    github.com/oapi-codegen/runtime v1.7.0
    github.com/sirupsen/logrus v1.10.2
    github.com/stretchr/testify v1.12.1
    cloud.google.com/go/auth v0.23.2
    github.com/Azure/azure-sdk-for-go/sdk/azcore v1.23.1
    github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.14.1
    github.com/AzureAD/microsoft-authentication-library-for-go v1.9.0
    github.com/digitalocean/godo v1.206.0
    github.com/go-openapi/analysis v0.26.2
    github.com/go-openapi/jsonreference v1.0.1
    github.com/go-openapi/loads v0.25.2
    github.com/go-openapi/spec v1.0.0
    github.com/go-openapi/swag v0.29.1
    github.com/go-openapi/swag/conv v0.29.1
    github.com/go-openapi/swag/fileutils v0.29.1
    github.com/go-openapi/swag/jsonutils v0.29.1
    github.com/go-openapi/swag/loading v0.29.1
    github.com/go-openapi/swag/mangling v0.29.1
    github.com/go-openapi/swag/pools v0.29.1
    github.com/go-openapi/swag/stringutils v0.29.1
    github.com/go-openapi/swag/typeutils v0.29.1
    github.com/go-openapi/swag/yamlutils v0.29.1
    github.com/go-openapi/validate v0.26.5
    github.com/gofrs/flock v0.13.1
    github.com/googleapis/gax-go/v2 v2.24.0
    go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.71.0
    go.opentelemetry.io/otel v1.46.0
    go.opentelemetry.io/otel/metric v1.46.0
    go.opentelemetry.io/otel/trace v1.46.0
    google.golang.org/api v0.297.0
    google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a
    google.golang.org/grpc v1.83.2
    Gopher Bot authored and mjuraga committed Sep 3, 2026
    Configuration menu
    Copy the full SHA
    135018b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f21d93a View commit details
    Browse the repository at this point in the history
Loading