Jesus M. Rodriguez
Jesus M. Rodriguez
We could add a Gradle build file to one of our samples to satisfy this issue.
Closing this PR as there has been no movement in a long time.
Fixed by https://github.com/operator-framework/operator-lifecycle-manager/pull/2791
There are no plans to support new types in the current registry+v1 format. There is a new project [rukpak](https://github.com/operator-framework/rukpak#readme) which supports a new [plain+v0](https://github.com/operator-framework/rukpak/blob/main/docs/bundles/plain.md) bundle format that allows for arbitrary...
@dacamposol also if you could sign your commits that would fix the DCO error. `git rebase HEAD~3 --signoff` or however many commits were not signed.
After the patch it works: ``` (status) Reason: reason Trace-Token: None Timestamp: None ```
I just got this same issue today. The profile works with the `aws` command
``` $ awslogs get /aws/ecs/update_brands ALL --start='23/1/2023 12:00' --end='31/1/2023' --profile Profile-1234 You've found a bug! Please, raise an issue attaching the following traceback https://github.com/jorgebastida/awslogs/issues/new Version: 0.14.0 Python: 3.10.9 (main, Dec...
July 28th java operators meeting, waiting on Need to discuss this with the Quarkus team.
One quick and dirty option is to create a shell script to capture that input that could be called from the Makefile and passed into the CSV. The prompts are...