fheinecke
fheinecke
Base PR: #14203 Source PR description: "This PR has several inter-dependent changes: * Renamed the "build-apt-repos" to "build-os-package-repos" * Rewrote the tool to use subcommands (i.e. from `go run ....
Base PR: #14203 Source PR description: "This PR has several inter-dependent changes: * Renamed the "build-apt-repos" to "build-os-package-repos" * Rewrote the tool to use subcommands (i.e. from `go run ....
Update the YUM install commands to point to the new YUM repos as a part of RFD 0058. Related PR: https://github.com/gravitational/teleport/pull/14203
Base PR: #14203 Source PR description: "This PR has several inter-dependent changes: * Renamed the "build-apt-repos" to "build-os-package-repos" * Rewrote the tool to use subcommands (i.e. from `go run ....
The primary purpose of this PR is to add multiarch Teleport container images. This includes amd64, arm, and arm64 images under the `$MAJOR_VERSION` tag on each release. Due to the...
**What existing functionality needs improvement?** Currently when executing a target in an Earthfile, every line written to stdout by a `RUN` directive is prefixed by the target name. For example,...
**What existing functionality needs improvement?** It would be nice to have a parameter that, when passed to a `CACHE` directive, would cause the cache to remain in use when leaving...
This causes `make changelog` to no longer include `no-changelog` entries, and pulls the actual entry field from the PR body. I'm pretty sure everybody on internal tools already has a...
**What this PR does / why we need it**: Currently the `toYaml` implementation does not indent list items, which causes issues with other tools in the YAML ecosystem such as...
This is a buddy PR for https://github.com/helm/helm/pull/12583. I've added docs for the `toYamlPretty` function that the aforementioned PR adds. I can add translations as well, but the best I'd be...