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

Update deploy to use OCI as distribution mechanism #57

Closed
wants to merge 23 commits into from

Commits on Jun 6, 2023

  1. Update deploy to use OCI as distribution mechanism

    Signed-off-by: Radu Matei <[email protected]>
    radu-matei committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0c02cbc View commit details
    Browse the repository at this point in the history
  2. Working OCI based deploy

    Signed-off-by: Radu Matei <[email protected]>
    radu-matei committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4dbdcdd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Add message indicating push to Fermyon Cloud in progress

    Signed-off-by: Radu Matei <[email protected]>
    radu-matei committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    68f27a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update usage of Spin's OCI client

    Signed-off-by: Radu Matei <[email protected]>
    radu-matei committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c1fbbc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    9ba9494 View commit details
    Browse the repository at this point in the history
  2. Print name and version instead of entire reference

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    675e8f4 View commit details
    Browse the repository at this point in the history
  3. appease clippy

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ed62a90 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. use libsql-client-rs fork for dep-related Win build fix

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3dfdfbf View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. feat(deploy.rs): check app name; sanitize for oci ref

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e263509 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge pull request #59 from vdice/fix/sanitize-oci-ref

    feat(deploy.rs): check app name; sanitize for oci ref
    vdice authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a7c6211 View commit details
    Browse the repository at this point in the history
  2. appease clippy

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    90b44ef View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge branch 'main' into feat/deploy-oci

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bc44ef2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. switch back to fix/pub-oci-client branch from radu-matei/spin

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5191d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3762d97 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. bump spin crate(s) revision(s)

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    db5d5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9728a0e View commit details
    Browse the repository at this point in the history
  3. chore(release.yml): add +fp16 CPU feature to rust when building aarch…

    …64 linux
    
    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2dbfc75 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 19, 2023

  1. set SPIN_OCI_SKIP_INLINED_FILES in deploy.rs

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c2800cc View commit details
    Browse the repository at this point in the history
  2. ref(deploy.rs): code cleanups for clarity/error handling

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c41d8e2 View commit details
    Browse the repository at this point in the history
  3. ref(*): remove unused bindle logic or update naming

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    36182b5 View commit details
    Browse the repository at this point in the history
  4. bump spin crates to v1.5.0

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4095ae5 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    baa707f View commit details
    Browse the repository at this point in the history