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.1
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-alpha2
Choose a head ref
  • 18 commits
  • 29 files changed
  • 7 contributors

Commits on Sep 15, 2025

  1. Merge pull request #211 from DefGuard/release_1.5_merger

    Release 1.5 merger
    wojcik91 authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    52a7cbe View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Fixes pentest issue DG25-29 from 2025-09-02 (#212)

    * bump defguard-wireguard-rs dependency to v0.7.7
    * cargo update
    j-chmielewski authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    e9a36e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Merge pull request #215 from DefGuard/main

    Merge main into dev after 1.5.1 release
    j-chmielewski authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    14376a6 View commit details
    Browse the repository at this point in the history
  2. Create SBOM files (#216)

    * implement sbom workflow
    
    * fix asset name
    
    * spdx format
    
    * depend on build-docker-release instead of prerelease
    
    * test self-hosted runner
    
    * uncomment build steps
    
    * test on prerelease
    
    * use aws docker image to avoid limits
    
    * uncomment binary builds
    
    * use shogo82148/actions-upload-release-asset upload action
    
    * fix trivy action version
    
    * uncomment binary build
    j-chmielewski authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    82a5f5c View commit details
    Browse the repository at this point in the history
  3. CI: scan code with trivy (#217)

    * CI: scan code with trivy
    
    * bump trivy action version
    
    * include low severity vulns in sbom
    j-chmielewski authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    26bcdc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Periodic sbom regeneration (#218)

    * periodic sbom regeneration test
    
    * regenerate on push to branch
    
    * run on ubuntu-latest
    
    * try to get uploadUrl with "gh api" command
    
    * limit to 3 latest releases
    
    * only published releases
    
    * test periodic sbom generation for latest releases
    
    * add step id
    
    * run sbom generation on linux
    
    * test cron trigger
    
    * test sbom files re-upload
    
    * (re)generate advisories files
    
    * cleanup, last 3 releases
    
    * comments
    
    * only generate sboms and advisories for the latest release
    j-chmielewski authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    aacbc19 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    509a543 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #219 from DefGuard/sbom-into-main

    Merge SBOM CI pipelines into main
    j-chmielewski authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    5f6187d View commit details
    Browse the repository at this point in the history

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
Loading