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 [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.1. Commits 9b77436 6.6.1 04cb6f5 Merge commit from fork b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros See full diff in compare view...

dependencies
javascript

> [!WARNING] > Dependabot will stop supporting `npm v6`! > > Please upgrade to one of the following versions: `v7`, `v8`, `v9`, or `v10`. > Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and...

dependencies
javascript

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.7 to 7.27.0. Release notes Sourced from @​babel/helpers's releases. v7.27.0 (2025-03-24) Thanks @​ishchhabra and @​vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...

dependencies
javascript

**What happened?** I am using different DEVSPACE_FLAGS in different profiles (via vars). For example: profiles: - name: dev merge: vars: ENV_NAME: "dev" DEVSPACE_FLAGS: "-n dev" - name: test merge: vars:...

kind/bug

[The documentation](https://www.devspace.sh/docs/configuration/hooks/#lifecycle-events) states... > `start:sync:[name], stop:sync:[name], error:sync:[name], restart:sync:[name], before:initialSync:[name], after:initialSync:[name], error:initialSync:[name]:` executed while DevSpace syncs files with dev.sync. `[name]` can be replaced **with the config name of a sync configuration**...

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.22.5 to 7.26.10. Release notes Sourced from @​babel/helpers's releases. v7.26.10 (2025-03-11) Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...

dependencies
javascript

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @​lkuechler in PrismJS/prism#3863 New Contributors...

dependencies
javascript

**Is your feature request related to a problem?** No **Which solution do you suggest?** I would like that users can define input when a command is run through the UI....

kind/feature

I'm using `devspace dev` extensively during development. Since my repository is rather large, the initial sync takes some time and also transfers a lot of data. I like to `devspace...

kind/feature

What if I want to use an existing helm chart that consists of a Kubernetes deployment, and service files that already exists in the remote cluster? Would I still need...