Comparing phihos:master...haproxytech:master · phihos/dataplaneapi

Commits on Dec 11, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. MEDIUM: Implement DNS propagation checks for ACME

    For now, the propagation check timeout defaults to 1 hour, but can be
    customized using the environment variables `DPAPI_ACME_PROPAGTIMEOUT_SEC`
    and `DPAPI_ACME_PROPAGDELAY_SEC`, with a positive number of seconds.
    Setting `DPAPI_ACME_PROPAGTIMEOUT_SEC` to -1 will disable propagation
    checks.
    
    The propagation check will use the system's DNS servers as configured
    in /etc/resolv.conf, or fallback to a hard-coded list of public DNS
    resolvers.
    
    In a future version of HAProxy, it will be possible to configure those
    settings directly from haproxy.cfg.
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. BUG/MEDIUM: Expose new client-native option validate_files_before

    As well as validate_files_after. These options are useful when HAProxy
    reads from several configuration files. They allow dataplaneapi to
    launch HAProxy with the correct -f flags to validate the configuration.
    
    For example, a common practice is to put the global section into a
    separate file called global.def. To make sure this file is included
    before the main configuration file, you would add it to to
    "validate_files_before", which is a list of filenames.
    Configuration menu

    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 7, 2026

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

    golang.org/x/net v0.51.0
    golang.org/x/sys v0.41.0
    golang.org/x/crypto v0.48.0
    golang.org/x/mod v0.33.0
    golang.org/x/oauth2 v0.35.0
    golang.org/x/text v0.34.0
    golang.org/x/time v0.14.0
    golang.org/x/tools v0.42.0

    Gopher Bot authored and mjuraga committed

    Mar 7, 2026
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history