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: loft-sh/devpod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.10
Choose a base ref
...
head repository: loft-sh/devpod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.11
Choose a head ref
  • 20 commits
  • 318 files changed
  • 5 contributors

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    0e6e4e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6fbe6a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. fix(pro): local folder upload works properly now with pro

    The problem was that we correctly put the uploaded local folder under
    the workspace directory /var/lib/loft/devpod/$WORKSPACE_ID/agent/.. but
    when we established the SSH connection we attempted to create the actual
    local workspace folder on the runner side.
    Because we usually only have write access to /var/lib/loft remotely this
    causes permission issues and `devpod ssh` to fail.
    pascalbreuninger committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    13ccbf0 View commit details
    Browse the repository at this point in the history
  2. chore(ci): add suffix to prebuild devcontainer image and update main …

    …devcontainer.json after pipeline run
    pascalbreuninger committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    d4dfecd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b64450 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. feat(cli): add support for podman credentials

    Podman and other container engines store their auth config in a
    different location than the default docker one.
    - docker: $HOME/.docker/config.json
    - podman: $HOME/.config/containers/auth.json
    
    DevPod now tries to collect credentials from both ecosystem
    pascalbreuninger committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    82b30ec View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Update devcontainer image to ghcr.io/loft-sh/devpod:dev-6b64450abdb0e…

    …bc2ce7f663f9ff935c56679f8b6
    pascalbreuninger committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    d279c44 View commit details
    Browse the repository at this point in the history
  2. license(DevPod): Updated OSS licenses

    Signed-off-by: Loft Bot <[email protected]>
    pascalbreuninger committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    466aab4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    0af0e58 View commit details
    Browse the repository at this point in the history
  2. fix(desktop): don't error out when collecting log files during

    troubleshooting, it's okay if we can't find them
    pascalbreuninger committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    981c703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a69bd84 View commit details
    Browse the repository at this point in the history
  4. Minor updates for clarity (#1601)

    * minor updates for clarity
    
    * Update formatting
    
    * Add links
    joaniefromtheblock authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    dde3ea7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    7996f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6093dd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

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

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    43bb55c View commit details
    Browse the repository at this point in the history
  2. chore(security): add context option to set StrictHostKeyChecking to y…

    …es for ssh based git operations
    pascalbreuninger committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    88064fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02a89b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Configuration menu
    Copy the full SHA
    8b37b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459f062 View commit details
    Browse the repository at this point in the history
Loading