devspace icon indicating copy to clipboard operation
devspace copied to clipboard

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

Results 356 devspace issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

Bumps [jose](https://github.com/panva/jose) from 4.11.4 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 v4.15.4 Fixes types: export GetKeyFunction (#592)...

dependencies
javascript

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies
javascript

**What happened?** I've been using DevSpace (versions 6.3.1 up to 6.3.12, I've tried them all) with K3d. I'm using a very basic local registry config: ``` localRegistry: enabled: true localbuild:...

kind/bug

Dear Team Members: Greetings! Our team is very interested in your project. we performed source code perspective security analysis (SCA) and vulnerability library association analysis on this project and found...

kind/bug

**What happened?** When running `devspace init` in an existing codebase having `docker-compose.yaml`, Devspace prompts for migration from Docker Compose. However, it seems to ignore either locally sourced/exported ENVs as well...

kind/bug

**What happened?** Some kubernetes applications need to use a server-side apply to circumvent API limitations, most notably the annotations field being longer than 262144 bytes, which might happen when you...

kind/bug

**Is your feature request related to a problem?** A lot of companies and security tools ask for signed (and trusted) Windows executables. Without this, users cannot run devspace if they...

kind/feature

**Is your feature request related to a problem?** Yes, I want to build and push images without deploying to a cluster. **Which solution do you suggest?** `devspace build --push` or...

kind/feature

**What happened?** I'm using some devspace command to spin up a kind cluster. The kubeconfig is located in the projects root, e.g. `./dev/run/kubeconfig` not to interfere with any exising real...

kind/bug