Skip to content

Commit

Permalink
Bump chartify to v0.9.5 (#2119)
Browse files Browse the repository at this point in the history
This release of chartify fixes a single bug in chartify that resulted in a few issues when your chart had dependencies. One of issues is the mysterious "no cached repository for helm-manager-HASH found" error mentioned in helmfile/chartify#31. Another is #2117 which was due to the bug resulted in rendering some resources, CRDs in the case, twice.

See https://github.com/variantdev/chartify/releases/tag/v0.9.5 for more information.
  • Loading branch information
mumoshu authored Mar 29, 2022
1 parent a8784a1 commit 9b621b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939
github.com/urfave/cli v1.22.5
github.com/variantdev/chartify v0.9.4
github.com/variantdev/chartify v0.9.5
github.com/variantdev/dag v1.1.0
github.com/variantdev/vals v0.15.0
go.uber.org/multierr v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/urfave/cli v1.22.5 h1:lNq9sAHXK2qfdI8W+GRItjCEkI+2oR4d+MEHy1CKXoU=
github.com/urfave/cli v1.22.5/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/variantdev/chartify v0.9.4 h1:7u6C4Hh5Ah6sZgRHF75gbEakAXv64LpJ8alViNs+cbY=
github.com/variantdev/chartify v0.9.4/go.mod h1:A0nQmb+ihiBJrrbgofs1t7QVeit+/llT0vJhvkj7U0Q=
github.com/variantdev/chartify v0.9.5 h1:vCOKsHrPRC8R1symO+i8uKyLYbdrfmSWHmMFBFWiUmA=
github.com/variantdev/chartify v0.9.5/go.mod h1:A0nQmb+ihiBJrrbgofs1t7QVeit+/llT0vJhvkj7U0Q=
github.com/variantdev/dag v1.1.0 h1:xodYlSng33KWGvIGMpKUyLcIZRXKiNUx612mZJqYrDg=
github.com/variantdev/dag v1.1.0/go.mod h1:pH1TQsNSLj2uxMo9NNl9zdGy01Wtn+/2MT96BrKmVyE=
github.com/variantdev/vals v0.15.0 h1:ZkY+K4IxqEenfVNbgTayVXW0JKdYdEBqGIarrDs0htI=
Expand Down

0 comments on commit 9b621b3

Please sign in to comment.