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: plexsystems/konstraint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.0
Choose a base ref
...
head repository: plexsystems/konstraint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.40.0
Choose a head ref
  • 5 commits
  • 111 files changed
  • 2 contributors

Commits on Feb 13, 2025

  1. Support custom constraint (templates) (#553)

    * Support custom constraint (templates)
    
    * Remove logging parameter from renderTemplate
    
    * Move template rendering into own func
    
    * Add acceptance test
    
    * Add tests
    mrueg authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    18719ab View commit details
    Browse the repository at this point in the history
  2. .github: Bump regal to 0.31.0 (#580)

    * .github: Bump regal to 0.31.0
    
    * Update rego
    mrueg authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    c195eb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Fix acceptance test (#582)

    mrueg authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    e6da810 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump k8s.io/apiextensions-apiserver from 0.32.1 to 0.32.2 (

    #584)
    
    Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.32.1 to 0.32.2.
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.32.1...v0.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    4eddcf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Use GHA directly to push container (#576)

    * Use GHA directly to push container
    
    * Build docker image in CI for PRs as well
    mrueg authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    be7edd7 View commit details
    Browse the repository at this point in the history
Loading