-
Study using [goreleaser](https://goreleaser.com) to release (build, publish, announce) Kuadrant components written in Go.
-
The partial configuration option for the goreleaser files was hardcoded in https://github.com/open-telemetry/opentelemetry-collector-releases/pull/478 as a hack/workaround. Since the goreleaser Go con…
-
Could be a neat addition to use [gorealeaser](https://goreleaser.com/) to distribute to multiple places to allow folks to install the tooling easier. e.g. as a brew tap, aur, or rpm/deb package.
-
Would be good to have a `goreleaser test` command that does the following:
- check config file for deprecations
- skip publish
- if using gomod proxy feature, skip the proxying
- skips tag valid…
-
Consider:
- conducive tagging strategy within the context of
- other interdependent versioning
- and independent components
- what client binary releases consist of...
- end-user facing, in…
-
GoReleaser published a new major version a few weeks ago. This was breaking our CI flows so as a quick'n dirty fix we locked the version to "~> 1" in https://github.com/fleetdm/fleet/pull/19529
thi…
-
Combine goreleaser files from the catalogd and operator-controller files.
-
### Describe the improvement
Right now, I am using [GoReleaser](https://goreleaser.com/) to build the CLI and publish it. This automatically adds it 1) to the [releases page](https://github.com/Johan…
-
### What do you want to happen?
I gave the very early `helm.kubebuilder.io/v1-alpha` plugin a try.
One downside with the generated manifests is the current chosen file path for the helm charts.
…
-
We used to specify `latest` as the goreleaser's version, which by itself is a bad practice, but now it has introduced breaking changes (version 2).
We should:
1. Upgrade goreleaser's spec to match …