devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
**What issue type does this pull request address?** /kind bugfix /kind enhancement **What does this pull request do? Which issues does it resolve?** resolves #2765 **Please provide a short message...
**What happened?** When storing devspace functions in a github repository, and loading them via `imports`, devspace seems to cache the resulting config, and ignores changes to the remote config repository....
**What happened?** I followed the quickstart tutorial, beginning at https://www.devspace.sh/docs/getting-started/introduction. I was able to complete [Download DevSpace](https://www.devspace.sh/docs/getting-started/installation), [Initialize Project](https://www.devspace.sh/docs/getting-started/initialize-project) (I chose the "Golang" tab), and some of [Development](https://www.devspace.sh/docs/getting-started/development). I chose...
**What issue type does this pull request address?** /kind enhancement **What does this pull request do? Which issues does it resolve?** resolves #2768 **Please provide a short message that should...
I'm trying to use Devspace to sync files from a local machine to a big platform, deployed on Amazon EKS. There I have about 150 deployments I sometimes want to...
# Is your feature request related to a problem? **Problem Description** - I'm currently writing a custom pipeline command that involves user interaction for input. - However, I'm encountering issues...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
**What happened?** Text printed from a pipeline is not output to the terminal until a newline is reached. **What did you expect to happen instead?** Text should be printed without...
**What happened?** As part of this PR https://github.com/devspace-sh/devspace/pull/2709 i introduced a regression bug where it now never attempts to `git pull` for cached dependencies. I have created a PR https://github.com/devspace-sh/devspace/pull/2766...
**What happened?** Running `devspace dev` with version 6.3.4 (the same with 6.3.3) I get: `fatal deploy dependencies: resolve dependencies: chdir ~/.devspace/dependencies/my-project-devspace-git-master: no such file or directory` Here's the backtrace: ```...