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: DefGuard/gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.2
Choose a base ref
...
head repository: DefGuard/gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 14 commits
  • 26 files changed
  • 8 contributors

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    2728bc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. APT uploading/signing workflow (#223)

    * test workflow
    
    * fix create-release
    
    * fix version name
    
    * comment ami
    
    * edit variables
    
    * test signing
    
    * ready to release
    
    * delete comment
    
    * test action for deb-s3
    
    * test workflow
    
    * version
    
    * test ruby
    
    * change order
    
    * add ruby path
    
    * change ruby path
    
    * change ruby path 2
    
    * change ruby path 3
    
    * Added ruby to path
    
    * for loop
    
    * typo
    
    * typo 2
    
    * refresh html
    jakub-tldr authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    a5e6a6f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    458de65 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Merge pull request #228 from DefGuard/main

    Merge main into dev before 1.6 release
    j-chmielewski authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    b4316ee View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    b1a91d3 View commit details
    Browse the repository at this point in the history
  2. nix flake update

    j-chmielewski committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    fcfcc7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee95425 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    e677d3f View commit details
    Browse the repository at this point in the history
  2. feat(opnsense): enable PID file monitoring for Defguard Gateway servi…

    …ce (#222)
    
    * feat(opnsense): enable PID file monitoring for Defguard Gateway service
    
    Replace nocheck flag with proper PID file configuration to enable OPNsense
    service status monitoring. The service now correctly tracks the gateway
    process state via PID file.
    
    Changes:
    - Remove 'nocheck' flag from service definition
    - Add dynamic PID file path reading from user configuration
    - Set default PID file location to /var/run/defguard_gateway.pid
    - Add default value to PidFile model field for consistency
    - Update form to display default PID file location hint
    - Simplify config.toml template to always output pidfile with default
    
    The PID file location can now be customized by users through the UI, or
    will default to /var/run/defguard_gateway.pid. This ensures OPNsense can
    properly monitor and report the gateway service status.
    
    * Also identified that the actions file needs to match the service name
    jamtur01 authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    5731399 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. remove ami (#230)

    t-aleksander authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    bd0d474 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    92d1880 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. use published wireguard-rs v0.8.0 (#237)

    * use published wireguard-rs v0.8.0
    
    * bump proto submodule
    
    * bump defguard-version dependency
    j-chmielewski authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    a41f32e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7815eb2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #238 from DefGuard/release_1.6_merger

    Merge release/1.6 -> main
    wojcik91 authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    c12de2c View commit details
    Browse the repository at this point in the history
Loading