devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Bumps google.golang.org/protobuf from 1.28.1 to 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...
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)...
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:...
**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:...
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...
**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...
**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...
**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...
**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...
**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...