devspace
devspace copied to clipboard
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
**Is your feature request related to a problem?** No **Which solution do you suggest?** Environment variables are often at the core of controlling individual container behavior, and I often find...
**Is your feature request related to a problem?** No **Which solution do you suggest?** Allow calling custom functions in the `dependencies` section of `devspace.yaml`. **Which alternative solutions exist?** None **Additional...
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.29.0 to 0.46.0. Changelog Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog. [1.21.0/0.46.0/0.15.0/0.1.0] - 2023-11-10 Added Add "go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher which sets custom fetcher implementation. (#4045) Add "go.opentelemetry.io/contrib/config" package that includes configuration models...
**What happened?** On some systems, when running the "hot reload binary" [example](https://github.com/loft-sh/devspace-example-go/tree/main/07-hot-reload-binary), users will get a `text file busy` error when syncing the binary while it's running. This only occurs...
Supports non k8s environments For example: Docker Podman
Added DEVSPACE_GIT_BRANCH_SLUG predefined variable. Branch name, where all non alphanumeric symbols replace with "-". Usful for naming deployment, and helm release, so we can deploy projects with branch-based naming.
**What issue type does this pull request address?** (keep at least one, remove the others) /kind bugfix **What does this pull request do? Which issues does it resolve?** (use `resolves...
**What happened?** This runs fine on my MacOS but I can't seem to build devspace on WSL2. Getting the output below. ``` Ensuring image pull secret for registry: DESKTOP-R2R7EL6:5000... Couldn't...
**What happened?** I'm trying to deploy a preview using devspace in CI (runners running in kubernetes) in a different namespace than where devspace is running. This is using the kubectl...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...