Skip to content

chore(deps): bump github.com/sylabs/sif/v2 from 2.17.1 to 2.18.0 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps github.com/sylabs/sif/v2 from 2.17.1 to 2.18.0.

Release notes

Sourced from github.com/sylabs/sif/v2's releases.

v2.18.0

What's Changed

Full Changelog: sylabs/sif@v2.17.1...v2.18.0

Commits
  • a2a8352 Merge pull request #374 from tri-adam/delete-objects
  • 68683b4 feat: add DeleteObjects
  • 94b0b65 build(deps): bump github.com/google/go-containerregistry (#376)
  • 48f265f Merge pull request #373 from tri-adam/compaction
  • e8dad67 refactor: improve delete compaction logic
  • 8783e3b refactor: improve compaction logic for AddObject
  • e3aa617 Merge pull request #375 from tri-adam/update-readme
  • 8f557d5 docs: update links to Go docs
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/sylabs/sif/v2](https://github.com/sylabs/sif) from 2.17.1 to 2.18.0.
- [Release notes](https://github.com/sylabs/sif/releases)
- [Changelog](https://github.com/sylabs/sif/blob/main/.goreleaser.yml)
- [Commits](sylabs/sif@v2.17.1...v2.18.0)

---
updated-dependencies:
- dependency-name: github.com/sylabs/sif/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 10, 2024
SIF v2.18.0 introduces improved compaction logic, which changes the
golden files that are generated by the TestUpdate unit test.
@tri-adam
Copy link
Member

@dtrudg I reviewed the updated golden files and they seem to make sense, but would love a double check. Essentially, the new golden files have fewer gaps in them. For example, the ReplaceLayers test used to have:

------------------------------------------------------------------------------
ID   |GROUP   |LINK    |SIF POSITION (start-end)  |TYPE
------------------------------------------------------------------------------
1    |1       |NONE    |11116-14324               |OCI.Blob
2    |1       |NONE    |16648-16871               |OCI.Blob
3    |1       |NONE    |16871-17768               |OCI.Blob
4    |1       |NONE    |17768-18352               |OCI.Blob
5    |1       |NONE    |18352-18602               |OCI.RootIndex

And now it's:

------------------------------------------------------------------------------
ID   |GROUP   |LINK    |SIF POSITION (start-end)  |TYPE
------------------------------------------------------------------------------
1    |1       |NONE    |11116-14324               |OCI.Blob
2    |1       |NONE    |14324-14547               |OCI.Blob
3    |1       |NONE    |14547-15444               |OCI.Blob
4    |1       |NONE    |15444-16028               |OCI.Blob
5    |1       |NONE    |16028-16278               |OCI.RootIndex

@tri-adam tri-adam requested a review from dtrudg July 10, 2024 01:56
Copy link
Member

@dtrudg dtrudg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had a look at the golden files, and it LGTM 👍

@tri-adam tri-adam merged commit 99927f4 into main Jul 11, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/sylabs/sif/v2-2.18.0 branch July 11, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants