Alex Nordlund
Alex Nordlund
Is X() and Y() not included?
To make future releases easier we should look at something like https://github.com/Codearte/gradle-nexus-staging-plugin/
This is also an issue if the closest annotated tag is not a semantic version. Now if `git describe` only provided SEPARATE exit codes handling this would be easier. ```...
If we have a tagged version and a dirty working tree, semver-git gives us the tagged version. The expected result is probably rather a SNAPSHOT.
git does not consider untracked files present as the working tree being dirty, users usually do. > » git describe --dirty > 4.1.0-2-gf6b8530 > $ touch foo > » git...
**Which component**: kubeseal CLI 0.24.5 **Describe the bug** `kubeseal --scope cluster-wide -f regcred-test.yaml -w sealed-secret-regcred.yaml` writes an empty file, exits with 0, and gives no logs or explanation of why...
Given a common cAdvisor setup the instance label will refer to the node by IP rather than hostname This uses the `node` label instead, relying on a setup where that...
We found this while backporting functionality from here. https://github.com/node-gradle/gradle-node-plugin/issues/20 inputs/outputs are declared twice and only one is optional. Line 25 should have had a `.optional()` at the end to match....