Javier López Barba
Javier López Barba
Signed-off-by: Javier López Barba # Proposed changes Fixes #2752 - Wrap errors to extend the context of the error. - Add a hint to use the token if the login...
# Proposed changes Fixes Update dependencies Updated the following direct dependencies: - github.com/a8m/envsubst - github.com/cheggaaa/pb/v3 - github.com/chzyer/readline - github.com/docker/distribution - github.com/gliderlabs/ssh - github.com/hashicorp/go-getter - github.com/juju/ansiterm - github.com/manifoldco/promptui - github.com/moby/term -...
Signed-off-by: Javier López Barba # Proposed changes Fixes #3089 - Created a new struct to load build args before building the image (the moment where we have the previous build...
**Describe the bug** Right now we are failing when an `okteto manifest v2` with an empty deploy section is deployed. We should be showing an information message linking [the deploy...
**Describe the bug** I want that okteto CLI build my compose images taking in count the `depends_on` field on the services. **To Reproduce** Steps to reproduce the behavior: 1. Use...
Signed-off-by: Javier López Barba # Proposed changes Fixes #3083 - Change from recreate strategy to rolling update # Concerns This change can generate new quota issues that we cannot detect...
**Describe the bug** When Okteto is initialising the volumes on the init containers, the message given to the user can be misleading **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** If I redeploy my `okteto stack` I want to have 0 downtimes but since the deployments created have the recreate update strategy, I can't **To Reproduce** Steps...
**Describe the bug** We should remove `github.com/ibuildthecloud/finalizers` as a dependency because: - Code has not been updated in the last 2 years - Untestable code. We can't test the code...
**Describe the bug** If I try to connect to a dev environment where my image doesn't have `sh`, Okteto will fail with an OCI runtime error saying that sh is...