Olivier Vernin

Results 343 comments of Olivier Vernin

[0.65.1](https://github.com/updatecli/updatecli/releases/tag/v0.65.1) is released with the correct revert So everything should be back to the previous situation. I'll reopen the issue #1581 to track some additional effort is needed Feel free...

Thanks for the opening this issue. This usecase seems legit to me and I would even go one step further, we may need to enforce other type like bool, int,...

Today I faced the same issue on the Civo marketplace https://github.com/civo/kubernetes-marketplace/ Version must be a string

I am wondering if we may need other values than string because if not we could just have something like ``` targets: debezium_server: name: bump image version kind: yaml spec:...

I am not sure which key should be used here, neither if it's really worth using the transformer on the target does the work ``` sources: default: kind: jenkins targets:...

The problem is we can reuse the `pipelineID` value as by design different Updatecli manifest can reuse the same pipelineID to explicitly declare the different manifest are part of the...

In the current state it's impossible to detect if the title contains dynamic information

So far the best way solution that I can think of would be to allow to configure the actionID via a new setting available from the manifest

Another potential solution that would be useful for other situation as well such as https://github.com/updatecli/updatecli/issues/1355 or https://github.com/updatecli/updatecli/issues/1364 Would be to add a new function to the resource interface that would...