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: gatewayd-io/gatewayd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.5
Choose a base ref
...
head repository: gatewayd-io/gatewayd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.6
Choose a head ref
  • 11 commits
  • 24 files changed
  • 4 contributors

Commits on May 20, 2024

  1. Add provenancce attestation and SBOM and update Alpine (#534)

    * Add SBOM and provenance attestations
    * Update alpine to v3.19
    * Remove version from docker-compose file
    mostafa authored May 20, 2024
    Configuration menu
    Copy the full SHA
    debf7ce View commit details
    Browse the repository at this point in the history
  2. Add badge (#535)

    mostafa authored May 20, 2024
    Configuration menu
    Copy the full SHA
    624abee View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix setup issues (#538)

    * Fix issue with setting GATEWAYD_VERSION which fails because git is not installed
    * Add more logging
    * Add better exit codes and comments on why the error might be happening
    * Add env-var to set GatewayD architecture to install
    * Use x86_64 to set the architecture if none is given
    * Fix comments
    mostafa authored May 22, 2024
    Configuration menu
    Copy the full SHA
    adf0b21 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 24, 2024

  1. Enrich policy input (#540)

    * Update SDK
    
    * Add hook to policy input for enrichment
    * Fix bug in checking the verdict of policy execution
    This currently only considers boolean values, as it is trying to figure
    out if it should include `terminal` in the result output.
    * Update method signatures to include hook struct
    * Fix action runs and skip actions with false verdicts
    * Update tests to reflect changes
    * Add test case to show how to use hook info
    mostafa authored May 24, 2024
    Configuration menu
    Copy the full SHA
    1c8196f View commit details
    Browse the repository at this point in the history
  2. Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.1 to 2.20.0 (#…

    …536)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ---
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2024
    Configuration menu
    Copy the full SHA
    d86f246 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Lint dockerfile (#543)

    * Update Alpine image version
    * Consolidate RUN commands
    * Pin package versions
    * Add hadolint-action to lint Dockerfile on CI runs
    * Fix wording
    mostafa authored May 26, 2024
    Configuration menu
    Copy the full SHA
    21eb967 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Update deps (#550)

    mostafa authored May 28, 2024
    Configuration menu
    Copy the full SHA
    ff68fb5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix image names

    mostafa committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bd11be5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat(464): add support for queueing async actions in background (#544)

    * feat(464): add support for queueing async actions in background
    * Tidy deps
    * Fix bug in using goroutines for running async actions
    * Add log message to see if Redis is enabled for publishing async tasks
    * Add default values for the config options
    
    ---------
    
    Co-authored-by: Mostafa Moradian <[email protected]>
    Hamsajj and mostafa authored May 30, 2024
    Configuration menu
    Copy the full SHA
    f032849 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. update gatewayd.yaml configuration addresses to use 0.0.0.0 instead o…

    …f localhost (#552)
    
    * Fix IP binding issue to make application accessible outside the container
    sinadarbouy authored May 31, 2024
    Configuration menu
    Copy the full SHA
    f70e428 View commit details
    Browse the repository at this point in the history
Loading