Tere
Tere
**Is your feature request related to a problem? Please describe.** While debugging https://github.com/okteto/okteto/issues/2626#issuecomment-1174879585 found that, if the context of some of the images declared to be built at the okteto...
While introducing a new dependency the grpc package has been updated. ```` ❯ go get github.com/google/go-containerregistry ```` ``` go get: upgraded google.golang.org/grpc v1.40.0 => v1.43.0 ``` This caused an error...
**Describe the bug** When using the notation `#include ` to add more patterns to the .stignore file (for example, ignore all patterns that are covered by an existing .gitignore) we...
**Is your feature request related to a problem? Please describe.** When implementing a new API Error which is thrown with Metadata using GraphQL Extensions, the CLI is not capable to...
**Is your feature request related to a problem? Please describe.** When building images from an okteto manifest, we rely on the sequential order of the map of services. From this...
# Proposed changes Secrets declared at the manifest, or via the cmd flag `--secret` where removed when creating a Copy of the BuildInfo struct. - This PR adds Secrets and...
**Describe the bug** After implementing the logs display when running `okteto pipeline deploy --wait` the logs are not shown when context is `Okteto Cloud` **To Reproduce** Steps to reproduce the...
While refactoring the selector logic i saw we could extract selector logic to its own package. As we have log for output, we should be able to have a package...
**Describe the bug** We want to have a clean run on every PR for static code review. This means we need to check the actual state for deepsource at master...
# Proposed changes Fixes https://okteto.atlassian.net/browse/DEV-213 When running `okteto deploy` in remote, and the manifest had some deploy command that was `okteto build`, this build was being skipped as the builder...