AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 2.7.2 * fix missing ssl params See changelog in: https://github.com/kubernetes/helm/releases/tag/v2.7.2
- Update to version 2.6.1 * Remove facebookgo code See changelog in: https://github.com/kubernetes/helm/releases/tag/v2.6.1
- Update to version 2.5.1 * Fix bsc#1055480 - `helm init` now works * The deadlock problem with Tiller has been found and fixed * The `helm get manifest` and `helm get value` commands are now working properly * Plugins will now receive the correct value for `$HELM_HOME` regardless of how the home directory was set See changelog in: https://github.com/kubernetes/helm/releases/tag/v2.5.1
- Fix GOPATH
- Update to version 2.2.3 * Helm has been moved to github/kubernetes/helm * Helm provides 2 binaries now: helm and tiller * go 1.7 is available now and with that version we can build all archs and we don't need to use gcc-go * the "symlinking trick into gopath" does not work anymore but instead we need to copy all files. Let's use the golang-packaging for this See changelog in: https://github.com/kubernetes/helm/releases/tag/v2.2.3
- Create initial package 0.6.0
- set correct git_commit value so that 'helm version' reports correctly - build with Go 1.11 to prevent https://github.com/helm/helm/issues/4987 - added service file for helm-serve
- Add README.packaging as Source - Update to version 2.13.1. See following changelogs for detailed descriptions: * https://github.com/helm/helm/releases/tag/v2.13.1 * https://github.com/helm/helm/releases/tag/v2.13.0 * https://github.com/helm/helm/releases/tag/v2.12.3 * https://github.com/helm/helm/releases/tag/v2.12.2 * https://github.com/helm/helm/releases/tag/v2.12.1 * https://github.com/helm/helm/releases/tag/v2.12.0 * https://github.com/helm/helm/releases/tag/v2.11.0 * https://github.com/helm/helm/releases/tag/v2.10.0 * https://github.com/helm/helm/releases/tag/v2.9.1 * https://github.com/helm/helm/releases/tag/v2.9.0
- Require golang >= 1.10.6 * bsc#1118897 CVE-2018-16873 go#29230 cmd/go: remote command execution during "go get -u" * bsc#1118898 CVE-2018-16874 go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths * bsc#1118899 CVE-2018-16875 go#29233 crypto/x509: CPU denial of service
- Require golang >= 1.10.
- run spec-cleaner over tthe specfile there have been some deprecated macros used
- Make use of %license macro
- Update to version 2.8.2: * Tiller should only enforce what we expect from Helm * Keepalive config should be independent of TLS * Bump client side grpc max msg size * Update deprecated grpc dial timeout * fix(tiller): Supersede multiple deployments (#3539) * replace FAILED deployments with `helm upgrade --install --force` * fix(helm): Don't crash in search if upper case chars are encountered. * fix helm init --wait * fix protoc * bump version to v2.8.2
- Update to version 2.8.1 * Includes fixes which allow Helm to correctly recognize resources created using the K8S 1.8/1.9 API namespaces