Skip to content
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

feat: separate tagged image providers #219

Merged
merged 26 commits into from
Feb 21, 2024

Commits on Feb 6, 2024

  1. feat: separate tagged image providers

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8b711dd View commit details
    Browse the repository at this point in the history
  2. chore: bump go version in CI

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e4fbc22 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore: update tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c03e9e6 View commit details
    Browse the repository at this point in the history
  2. chore: update tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4d7aa0c View commit details
    Browse the repository at this point in the history
  3. chore: update tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0b04138 View commit details
    Browse the repository at this point in the history
  4. chore: minor cleanup

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    122e3e8 View commit details
    Browse the repository at this point in the history
  5. chore: improve error messaging

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    31a31bc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. chore: fix tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f9a46ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdedd0d View commit details
    Browse the repository at this point in the history
  3. chore: fix tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9f408b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. chore: address some PR feedback

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4ea370f View commit details
    Browse the repository at this point in the history
  2. chore: address more PR feedback

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d809cb4 View commit details
    Browse the repository at this point in the history
  3. chore: update lint settings, cleanup

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    860923e View commit details
    Browse the repository at this point in the history
  4. chore: adjust provide call to include platform

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    38fa7ce View commit details
    Browse the repository at this point in the history
  5. chore: update tests

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    36f33d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. chore: revert to more traditional provider pattern

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d86a529 View commit details
    Browse the repository at this point in the history
  2. chore: update unit test

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1858416 View commit details
    Browse the repository at this point in the history
  3. chore: reconfigure providers when source scheme provided

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    707581e View commit details
    Browse the repository at this point in the history
  4. chore: cleanup

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9958a84 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. chore: migrate to collections.TaggedValue

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6c05703 View commit details
    Browse the repository at this point in the history
  2. chore: remove static image.Read

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    85e937b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b137bdf View commit details
    Browse the repository at this point in the history
  4. chore: restore WithAdditionalMetadata

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    93690a8 View commit details
    Browse the repository at this point in the history
  5. chore: return nil, err

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b696721 View commit details
    Browse the repository at this point in the history
  6. chore: minor cleanup

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    935c9c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    050c8d5 View commit details
    Browse the repository at this point in the history