AArch64 | |
ppc64le | |
s390x | |
x86-64 |
[#]# v0.3.0 - New features: get latest and specific charts - Getting charts now only downloads the altest versions of the charts. - The --all-versions flags allows to download all versions of the charts. - The flags --chart-name and --chart-version allow the user to only get the desired chart. fix bsc#1153244
[#]# v0.2.4 - updated release steps - updated install script [#]# v0.2.3 - fixes issue while getting the latest release [#]# v0.2.2 - fixes issue with go module when installing with `helm plugin install`
[#]# v0.2.1 - fixes empty archive files - usage of ignore-errors flag fix bsc#1120762
- Update go requirements to >= go1.11.3 to fix * 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
upgrade to the latest go version so we build with a supported go
[#]# v0.2.0 [#]## Added - `mirror inspect-images` flag `--output` usage updated, flag `--file-name` no longer needed. - `-o file=filename` - `-o json=filename.json` - `-o yaml=filename.yaml` - `-o skopeo=filename.yaml` - `helm-mirror` has a new flag `--new-root-url` new root url of the chart repository. (eg: `https://mirror.local.lan/charts`). This will allow users to set the name of their mirror server when getting all the charts. - `downloaded-index.yaml` file changes it's name to `index.yaml` to allow users to host quickly a mirror chart server. fix bsc#1117783
- Use noun phrase in descriptions.
[#]# v0.1.0 [#]## Added - `mirror [chart-repo] [target-folder]` this command takes a chart repository and downloads all chart found in there and downloads them to a local target folder. - `mirror inspect-images [target]` this command takes the target and extracts all container images being used in it. It can be a single chart or a folder with multiple charts. If some values are not present to process the chart you can use `--ignore-errors` flag to render the charts and get the container image anyway. (this can output inconsistent data) - Use Helm configuration settings for Chart Repository. - --ca-file - --cert-file - --key-file - --password - --username - CI steps with [Travis CI](https://travis-ci.org) and Code Coverage with [CodeCov](https://codecov.io) (fate#326810) fix bsc#1116182