Marie
Marie
Updating the versions could be done with [renovate's regex managers](https://docs.renovatebot.com/modules/manager/regex/), but i'm not sure about the hashes
Now that I think about it, I think it would be better to drop the whole `(./)gradle(w) --version` execution thing and only provide the wrapper strategy, because the execution is...
I think this way with reviews by other contributors would be great. But I don't fully understand the structure of a guide and in which step i would put my...
i also need this feature, i tried implementing it, but i'm not familiar enough with rust macros to do it. Also I did not get to work around this. @jakubadamw...
when kustomize executes helm it probably does not get the capabilites correctly. maybe it's better to remove that check like most helm charts do?
I'm not sure how this behaves on macOS. I currently don't have access to a mac to test this.
@johnaziz57 sure, you can run `./gradlew installDist` and then execute `./maestro-cli/build/install/maestro/bin/maestro` make sure you have a path to a JDK 8 in your `JAVA_HOME` environment variable
@johnaziz57 I can't reproduce your problem. I'm not sure what could cause this problem :thinking:
@johnaziz57 I only run `./gradlew installDist` and then execute `./maestro-cli/build/install/maestro/bin/maestro test my-test-file.yaml`
@marckrenn is this bug still occuring? i tried to reproduce, but it works fine for me