John Vanzuita
John Vanzuita
When k1-state pull is called, since last AWS update it's using viper config, that cannot exist at the time the user is trying to k1-state pull. Solution: re-design the architecture...
AwaitHostNTimes `(internal/gitlab)` uses `http.Get()` that accepts HTTP or HTTPS when requesting HTTP. We should only accept valid HTTPS responses adding `Go http default client: http.DefaultClient` like we do on `getArgoCDToken`...
Zerolog[1] is a library that extends the basic log functionality adding log levels, format, colors and context. [1] https://github.com/rs/zerolog  Signed-off-by: João Vanzuita
Hey guys, I think everyone here have/had problems with account bans. The main idea about this topic is to trade information about how to avoid been banned. At the moment,...
relist
hi, when I try to use the relist() function, I get this return: Erro: Traceback (most recent call last): File "/opt/fut_bot/main.py", line 1040, in initialize updateTradePile() File "/opt/fut_bot/main.py", line 304,...
Signed-off-by: João Vanzuita **- What I did** Updated Go version to 1.18 Docker CLI to 20.10.12 ALPINE Docker image to 3.15.4 GoLang Lint to 1.45.2 Go Test Sum to 1.8.0...
type: new location: destroy (gitlab/github) # issues - there is a new flag to destroy hosted zones Acceptance criteria: AC1: the new flags are included in the CLI page
1.9 is merged at `main` , and we need to update the README.md to follow most recent changes.
Our beloved `kubectl` command line calls works perfectly, but we would like to use `go-client` only to communicate with Kubernetes resources. When our code calls host commands like `kubectl`, `kubectl`...