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.4.1
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.4.2
Choose a head ref
  • 8 commits
  • 20 files changed
  • 3 contributors

Commits on Mar 31, 2025

  1. Use mirror.gcr.io/ to avoid DockerHub rate limits error while using d…

    …efault provisioners (#145)
    
    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    mathieu-benoit authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    6d7fa55 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the ci group with 4 updates (#146)

    Bumps the ci group with 4 updates: [actions/setup-go](https://github.com/actions/setup-go), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/setup-go` from 5.3.0 to 5.4.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@f111f33...0aaccfd)
    
    Updates `goreleaser/goreleaser-action` from 6.2.1 to 6.3.0
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@90a3faa...9c156ee)
    
    Updates `actions/upload-artifact` from 4.6.1 to 4.6.2
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@4cec3d8...ea165f8)
    
    Updates `github/codeql-action` from 3.28.11 to 3.28.13
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@6bb031a...1b549b9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: ci
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: ci
    - dependency-name: github/codeql-action
      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 Mar 31, 2025
    Configuration menu
    Copy the full SHA
    83001c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. feat: add provisioners list command (#138)

    * feat: add provisioners list command
    
    Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
    
    * feat(provisioners): finalize provisioners list implementation and resources update
    
    Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
    
    * chore: add description to default provisioners
    
    Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
    
    ---------
    
    Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
    lekaf974 authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    7cf0fca View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang in the ci group (#151)

    Bumps the ci group with 1 update: golang.
    
    
    Updates `golang` from 1.24.1-alpine to 1.24.2-alpine
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-version: 1.24.2-alpine
      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 Apr 7, 2025
    Configuration menu
    Copy the full SHA
    6e05fb4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github/codeql-action in the ci group (#152)

    Bumps the ci group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.28.13 to 3.28.14
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@1b549b9...fc7e4a0)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.28.14
      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 Apr 7, 2025
    Configuration menu
    Copy the full SHA
    afb5aa3 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/score-spec/score-go in the ci group (#153)

    Bumps the ci group with 1 update: [github.com/score-spec/score-go](https://github.com/score-spec/score-go).
    
    
    Updates `github.com/score-spec/score-go` from 1.9.5 to 1.9.6
    - [Release notes](https://github.com/score-spec/score-go/releases)
    - [Commits](score-spec/score-go@v1.9.5...v1.9.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/score-spec/score-go
      dependency-version: 1.9.6
      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 Apr 7, 2025
    Configuration menu
    Copy the full SHA
    c67c23d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Create dependabot-auto-merge.yaml (#154)

    Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
    mathieu-benoit authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    3e023a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. feat(init): enable skip default provisioners (#150)

    Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
    lekaf974 authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    63e2b1e View commit details
    Browse the repository at this point in the history
Loading