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: score-spec/score-k8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.2
Choose a base ref
...
head repository: score-spec/score-k8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 16, 2025

  1. chore(deps): bump the ci group with 2 updates (#186)

    Bumps the ci group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.0
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@b5ca514...18ce135)
    
    Updates `github/codeql-action` from 3.28.19 to 3.29.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@fca7ace...ce28f5b)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: 3.11.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    - dependency-name: github/codeql-action
      dependency-version: 3.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    831d974 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. chore(deps): bump the ci group with 2 updates (#189)

    Bumps the ci group with 2 updates: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).
    
    
    Updates `sigstore/cosign-installer` from 3.8.2 to 3.9.1
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@3454372...398d4b0)
    
    Updates `docker/setup-buildx-action` from 3.11.0 to 3.11.1
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@18ce135...e468171)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-version: 3.9.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    - dependency-name: docker/setup-buildx-action
      dependency-version: 3.11.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    246a614 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the ci group with 2 updates (#188)

    Bumps the ci group with 2 updates: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery).
    
    
    Updates `k8s.io/api` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/api@v0.33.1...v0.33.2)
    
    Updates `k8s.io/apimachinery` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/apimachinery@v0.33.1...v0.33.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    dependabot[bot] and mathieu-benoit authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    1428d03 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Support of --namespace for provisioners (#187)

    * added support of namespace in the provisioners
    
    Signed-off-by: Anurag Yadav <yadavanurag1310@gmail.com>
    
    * fix typos in default provisioners
    
    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    
    ---------
    
    Signed-off-by: Anurag Yadav <yadavanurag1310@gmail.com>
    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    Co-authored-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    Yadavanurag13 and mathieu-benoit authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    affa913 View commit details
    Browse the repository at this point in the history
Loading