David

Results 13 issues of David

- removes `runFrom: xml`. See background [here](https://github.com/apache/nifi/pull/3651) about why this functionality is being removed. - set default image as the official nifi-stateless image

goreleaser supports automatic krew releases now https://goreleaser.com/customization/krew/?h=krew https://github.com/rajatjindal/krew-release-bot

Now that https://github.com/kubernetes/kubernetes/pull/105867 is merged in kubectl 1.26+ we should upgrade cobra to generate the completions

First of all thank you for sharing your work on this plugin, it has saved me a lot of time already. I have started working on [k3s](https://k3s.io/) compatibility for this...

We have a report of a keyerror when deploying a jupyter notebook. After doing some code reading, it's unclear to me how this could occur if we get a successful...

Currently we can only supply a server api key to the `add` command using the `-k` flag. To prevent api keys from leaking through user's bash history, we should provide...

queue

It would be nice if you could specify a default server in the `servers.json` so that you don't need to supply the `-n` argument to every command. Today, the `-n`...

enhancement
queue

It is possible for a locally tracked content build to become out-of-sync with the state of the content items on the connect server. When this happens, we should provide an...

Connect 2025.04 allows setting `environment.identifier` in the bundle's `manifest.json`. This new field allows the content to target a specific execution environment when running on Connect. The existing `environment.image` field remains...

I decided to take a stab at #58 over the weekend. Creating this as draft for now because there's a bit of cleanup to be done still. Is this something...