Skip to content

Releases: openSUSE/helm-mirror

v0.3.1

18 Nov 09:58
Compare
Choose a tag to compare
  • Update to use helm 2.16.1 to fix CVE-2019-18658
  • Update to use go modules

bsc#1156646

v0.3.0

07 Oct 10:02
Compare
Choose a tag to compare
  • 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.

v0.2.4

17 Jan 15:17
ad6cd85
Compare
Choose a tag to compare
  • updated release steps - updated install script

v0.2.3

16 Jan 12:34
5edc5e7
Compare
Choose a tag to compare
  • fixes issue while getting the latest release

Fix install issues with helm plugin install

16 Jan 10:49
30428a4
Compare
Choose a tag to compare
fixes issue with go modules (#15)

Signed-off-by: Vicente Zepeda Mas <vzepedamas@suse.com>

v0.2.1

03 Jan 14:15
Compare
Choose a tag to compare

v0.2.1

bug fixes

  • fixes empty archive files
  • usage of ignore-errors flag

v0.2.0

04 Dec 11:05
Compare
Choose a tag to compare

v0.2.0

Added

  • mirror inspect-images flag --output usage updated, flag --file-name no longer needed.

    • file=filename
    • json=filename.json
    • yaml=filename.yaml
    • 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.

v0.1.0

15 Oct 13:51
3cdc19d
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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 and Code Coverage with CodeCov