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: oras-project/oras-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: oras-project/oras-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 7, 2023

  1. fix: Broken tests for mac (#431)

    These tests are broken for mac because `/var/folder` is a sym link to
    `/private/var/folder`.
    
    Signed-off-by: Terry Howe <tlhowe@amazon.com>
    TerryHowe authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4a09c4d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. fix: broken go-sdk link in readme (#438)

    fix: #437 
    Description: Updated link of oras-go in readme.md file
    
    Signed-off-by: khanjasir90 <khanmohdjasir@gmail.com>
    khanjasir90 authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    f194a1e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. feat: update go support window to [1.19, 1.20] (#442)

    Update Go support window to [1.19, 1.20]
    
    Fixes: #425
    Signed-off-by: Asmit2952 <asmitbm2952002@gmail.com>
    asmitbm authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d54f32b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

  1. fix: fix CODEOWNERS (#446)

    Having multiple entries with the same path results in that only the last
    entry takes effect.
    This PR combines multiple entries with the same path into a single
    entry.
    
    Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
    shizhMSFT authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    31c574b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. fix: ensure index.json for oci store (#450)

    Fixes: #449
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    216f081 View commit details
    Browse the repository at this point in the history
Loading