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: serversideup/spin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0-beta8
Choose a base ref
...
head repository: serversideup/spin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 18, 2024

  1. Enhance Spin debugging capabilities: added SPIN_DEBUG environment var…

    …iable to enable debug logs in the spin script. Updated documentation to include instructions for using SPIN_DEBUG for troubleshooting and added examples for Docker health check failures.
    jaydrogers committed Dec 18, 2024
    Copy the full SHA
    7989d2e View commit details
  2. Fix path references to Ansible vault when running with Docker

    jaydrogers committed Dec 18, 2024
    Copy the full SHA
    936dd97 View commit details
  3. Refactor Ansible vault argument handling to support local and Docker …

    …runs. The `set_ansible_vault_args` function now accepts a `run_type` parameter, allowing for different vault password file paths based on the execution context. This improves flexibility and clarity in vault management.
    jaydrogers committed Dec 18, 2024
    Copy the full SHA
    b1e0bc7 View commit details

Commits on Dec 19, 2024

  1. Ready for v3 stable 🥳

    jaydrogers committed Dec 19, 2024
    Copy the full SHA
    2a78e28 View commit details
Loading