Javier López Barba
Javier López Barba
## Expected Behaviour Derek should compare new releases against the latest official release rather than against the latest release which can be a pre-release. ## Current Behaviour When Derek generates...
**Is your feature request related to a problem? Please describe.** When you have lots of namespaces and you want to remove all the namespace, right now we have to delete...
Fixes #2985 ## Proposed changes - Rename Okteto CLI tests to `How to run tests guidelines` - Link `How to run tests guidelines` from contribution guidelines
**Describe the bug** If I have a compose file like the one above my nginx service won't have the nginx config from my local: ``` docker-compose.yml services: api: image: nginx...
**Describe the bug** On vanilla clusters we can't infer the name of the images built. If the manifest validation detects that the user is running an okteto command inside a...
We need to upgrade from `yamlv2` to `yamlv3` CLI is already using `yamlv3` to create the manifestv2 comments. We are not unmarshalling with yamlv3 due to the fact that if...
**Describe the bug** I want to run `okteto push` with the new `okteto deploy` command but it's not working if I specify the file **To Reproduce** Steps to reproduce the...
**Describe the bug** If I'm working on a vanilla cluster I can't set my context to work with an specific namespace. **To Reproduce** Steps to reproduce the behavior: 1. Run...
**Describe the bug** My okteto deploy fails before it should **To Reproduce** Steps to reproduce the behavior: 1. Deploy this compose by running `okteto deploy`: ``` docker_compose.yaml services: a: image:...