8000 Comparing v0.1.4...v0.1.5 · stacklok/frizbee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: stacklok/frizbee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: stacklok/frizbee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.5
Choose a head ref
  • 15 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    27c3da3 View commit details
    8000 Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 (#204)

    Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.5.0 to 5.6.0.
    - [Release notes](https://github.com/go-git/go-billy/releases)
    - [Commits](go-git/go-billy@v5.5.0...v5.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-billy/v5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a12d682 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Bump github.com/moby/buildkit from 0.16.0 to 0.17.0 (#205)

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bd38ab1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update to go 1.23 and go-github 66 (#207)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8f2db5c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Bump github.com/moby/buildkit from 0.17.0 to 0.17.1 (#210)

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.17.0 to 0.17.1.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.17.0...v0.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      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 Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8843351 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#211)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.8.0 to 0.9.0.
    - [Commits](golang/sync@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f8cd242 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 18, 2024

  1. Resolve commit ref correctly. (#212)

    The command `frizbee actions <action>@<tag>` incorrectly retrieves the
    tag's ref rather than the commit's one. The tag's ref should instead
    be used to retrieve the details of the tag, which contain the ref of
    the commit.
    
    This change changes `getCheckSumForTag` to lookup the right field
    using two subsequent call to GitHub.
    
    Fixes #206
    blkt authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fbef552 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#215)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    cbfdf72 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/moby/buildkit from 0.17.1 to 0.17.2 (#214)

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.17.1 to 0.17.2.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.17.1...v0.17.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      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 Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c2591d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Bump github.com/moby/buildkit from 0.17.2 to 0.18.0 (#216)

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.17.2 to 0.18.0.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.17.2...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    99e3bfe View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Bump github.com/moby/buildkit from 0.18.0 to 0.18.1 (#217)

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.18.0 to 0.18.1.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.18.0...v0.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      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 Dec 4, 2024
    Configuration menu
    Copy the full SHA
    991489a View commit details
    Browse the repository at this point in the history
  2. Bump github.com/deckarep/golang-set/v2 from 2.6.0 to 2.7.0 (#218)

    Bumps [github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set) from 2.6.0 to 2.7.0.
    - [Release notes](https://github.com/deckarep/golang-set/releases)
    - [Commits](deckarep/golang-set@v2.6.0...v2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/deckarep/golang-set/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    4def39f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#219)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.9.0 to 0.10.0.
    - [Commits](golang/sync@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    9b0b4ac View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Bump github.com/moby/buildkit from 0.18.1 to 0.18.2 (#220)

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.18.1 to 0.18.2.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.18.1...v0.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      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 Dec 17, 2024
    Configuration menu
    Copy the full SHA
    1889f92 View commit details
    Browse the repository at this point in the history
Loading
0