Oliver Kuntze
Oliver Kuntze
We have been a long time user of the nebula-release-plugin but starting with the refactoring since the 18.0.0 version the plugin is getting more and more unstable. Things that have...
Since 18.0.4 NearestVersionLocator cannot handle non-semver tags (ie. "latest") correctly any more
Hey, up until v18.0.3 the following scenario was handled correctly: Given the following tag history of a repository in chronologically descending order: latest v2.0.0 v1.3.0 v1.2.4 Nebula release until v18.0.3...
In `GitWriteCommandsUtil` `executeGitCommand` you raise a `GradleException` if stderr is not empty. Since git writes its log to stderr this is misleading/false behaviour. We tag our release versions using nebula...
this adds support for paravirtprovider property to set the paravirtualization provider in virtualbox. default value for paravirtprovider property is set to "default". implements $vb_paravirtprovider variable in Vagrantfile and config.rb.sample. background:...
Hey, we would like to parameterize our queries to eg. use different namespaces. Example: entity.kubernetes.namespace:"$namespace" AND entity.kubernetes.deployment.name:awesome-deployment Is that possible with the Grafana Instana plugin? If "yes, how? ;-) Any...