Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

v0.0.40

Compare
Choose a tag to compare
@gardener-robot-ci-3 gardener-robot-ci-3 released this 08 Jun 07:17
· 323 commits to master since this release

[component-spec]

⚠️ Breaking Changes

  • [USER] [GO Binding] (#38, @schrodit)
    • The component descriptors RepositoryContext is now only for information purposes.
    • All tooling should not rely on that fields anymore. The provided user repository context should be used instead.
  • [DEVELOPER] [GO Binding] (#38, @schrodit)
    • The ctf.ComponentResolver has been adjusted so that the BlobResolver can now be optionally returned.
    • The included oci resolver has been adjusted accordingly and does now implement the ctf.ComponentResolver interface

🏃 Others

  • [USER] adds new access type relativeOciReference (#39, @jschicktanz)
  • [USER] [GO Binding] (#38, @schrodit)
    • A optional cache has been added to the oci resolver.